Source code of the SMARTER-database GigaByte paper
Install pandoc
and pandoc-crossref
in a conda environment, or install using
conda lock:
conda-lock install --name my-environment conda-lock.yml
Activate the environment and run the following command:
conda activate my-environment
pandoc -s main.tex --filter pandoc-crossref --bibliography=paper-refs.bib \
-o main.docx --csl oup-contemporary.cls
This will be enough to convert almost the LaTeX file to a word document, some changes may be needed in the final document.(check for figure/table captions)