I'm trying to convert a LaTeX document to Word. It's amazing how much pandoc handles correctly. One thing that's not working yet is equation numbering and references. I've tried both pandoc-crossref and pandoc-xnos/eqnos: pandoc --filter pandoc-crossref -o wholebook_crossref.docx wholebook.tex pandoc --filter pandoc-xnos -o wholebook_crossref.docx wholebook.tex pandoc --filter pandoc-eqnos -o wholebook_eqnos.docx wholebook.tex In all cases, qeuations that are numbered in LaTeX are not numbered in the Word output file, and the crossreferences to equations are also (unsurprisingly) not working. The LaTeX reference label appears literally in the Word output, between square brackets. I'm creating numbered equations in LaTeX using the \begin{equation}...\end{equation} environment, with the standard LaTeX cross-reference functions \label{...} and \ref{...}, where the dots are replaced by an arbitrary string of characters. Any suggestions about what to try in order to debug this? I'm new to pandoc. Thanks- Marshall -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/d06c0a06-5162-46bc-9373-92ac372a51een%40googlegroups.com.