I would like to convert my overleaf template to a word document for my collaborators to edit directly outside of Overleaf. I am aware of Pandoc to convert the text file to word
pandoc -o Test.docx Test.tex
However, my tex document uses references in .bib format (and a separate file) and those are lost in the conversion.
My File Structure:
- Project
|
|-- Test.tex
|-- References.bib
|-- Test.pdf
Test.pdf does include the references, however is there an option to include references in pandoc or does anyone have a pdf to word converted they recommend that is open source?