Michael-F-Bryan / latex-rs

An ergonomic library for programatically generating LaTeX documents and reports.
MIT License
54 stars 16 forks source link

Implement `Table` struct as latex `tabular` environment #22

Open tectin0 opened 9 months ago

tectin0 commented 9 months ago

Hello I have written a first draft for a table struct that renders the latex tabular environment. I would like to hear your opinion and would also be interested in further contributing to the crate.

I would like to use the crate during my dissertation even though it is already a few years old Accordingly, I would like to develop it further for my use in one way or another

.. also some smaller formatting changes by rustfmt