Last active
November 28, 2024 09:51
-
-
Save bbdaniels/37cf24027dec2faa1c7d338142f9be90 to your computer and use it in GitHub Desktop.
Pandoc tex to docx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Copy in cover page | |
- Move up references | |
- Remove images if necessary |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pandoc -s -o main.docx main.tex --citeproc --bibliography sample.bib --csl=/Users/bbdaniels/GitHub/styles/the-lancet.csl | |
pandoc -s -o main.docx main.tex --citeproc --bibliography sample.bib --csl=/Users/bbdaniels/Documents/Papers/econ.csl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment