A simple reminder of how to use pandoc to turn a latex file to docx.
-f | from format |
-t | to format |
-o | output file |
–bibliography | where the bib link goes |
although you don’t have to include the from and to format options. So a simpler version would look like this.
$ pandoc sample.tex -o sample.docx --bibliography sample.bib
Simple