HOWTO: Convert *.tex into *.docx
pandoc article.tex --filter pandoc-crossref --bibliography=references.bib --reference-docx=IEEE_template.doc -o article.docx
https://medium.com/@zhelinchen91/how-to-convert-from-latex-to-ms-word-with-pandoc-f2045a762293