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.
\tableofcontents
), links to endnote references which have since been removed, links to the wrong entry in the bibliography, and hyperlinks that simply have no clear anchor or purpose. Of course, many of them are correct, but enough are wrong that I'd rather not have them. – Scrummagecrtl
+a
thencrtl
+shift
+F9
(Mac:cmd
+a
thencmd
+shift
+F9
) (Source: extendoffice.com/documents/word/…) – Cromwell