benmaier / submitex

Tools and CLIs to make your tex-files submission-ready.
MIT License
0 stars 0 forks source link

Conversion to docx #8

Open benmaier opened 1 year ago

benmaier commented 1 year ago

Note that that can be done with pandoc:

pandoc manuscript.tex --biblatex --bibliography=main.bib -o manuscript.docx --citeproc --filter=pandoc-crossref --csl=/path/to/stylefile

You need to install pandoc-crossref with

brew install pandoc-crossref

Find and download citation-style from CSL

I haven't figured out a good way yet to deal with numbered equations, pandas is not doing it itself. There's this package, but it currently doesn't work for me:

benmaier commented 1 year ago

good numeric style: elsevier-vancouver