mlederbauer / glossagen

create a glossary out of your manuscript in materials and chemistry – instantly
https://mlederbauer.github.io/glossagen
MIT License
11 stars 1 forks source link

structure glossary output as pandas df and return it as pandas df #32

Closed mlederbauer closed 3 months ago

mlederbauer commented 3 months ago

that way we can just call pd.to_latex() and have a nice latex output

mlederbauer commented 3 months ago

add optiojns in to select to_html, to_strng, to_latex, ...