Disable hyperlink generation when converting docx -> tex via pandoc

1.1k views Asked by At

I have a single docx file with a lot of cross-references. However, most of these cross-references are spurious. I'd like to convert it to LaTeX but that results in a many \hyperlink commands scattered throughout the document. I'd like pandoc to convert the file but not create hyperlinks.

pandoc -s myfile.docx -o myfile.tex

I searched for hyperref, hyperlink, and cross-reference in https://pandoc.org/MANUAL.html but the only hits were comments that hyperlinks would be generated, not advice about how to avoiding creating them.

0

There are 0 answers