Open benmaier opened 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:
good numeric style: elsevier-vancouver
Note that that can be done with pandoc:
You need to install pandoc-crossref with
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: