I would like to add that figure references seem to render as expected in the docx. Only equation references seem to be problematic. E.g. Here is Fig. \ref{fig:A} \begin{figure}[H] \centering \includegraphics[width=5in]{figures/file.png} \caption{\doublespacing ...} \label{fig:A} \end{figure} On Saturday, June 26, 2021 at 3:25:01 p.m. UTC-4 Rached A. wrote: > > Dear community, > > The following latex markup renders as expected in in overleaf: > > Here is equation \ref{eq:test} > \begin{equation} \label{eq:test} > \begin{split} > a & = b \\ > & = c > \end{split} > \end{equation} > > Roughly looking like this in the complied pdf: > > Here is equation 9 > a = b > (9) > = c > > When I try converting the .tex file to .docx using pandoc as shown below, > three problems arise: > > 1. The equation is not referenced properly in the paragraph. It looks like > this in the docx: > Here is equation [eq:test] > > 2-3. The equation itself is not labelled with a number AND there is no > newline in the equation. It looks like this in the docx: > a = b = c > > This is the command I ran to perform the conversion: > pandoc main.tex --filter /usr/local/bin/pandoc-crossref -C --csl > ./springer-basic-brackets --bibliography=mybib.bib -N --wrap=preserve -o > mydoc.docx > > pandoc 2.14.0.2 > pandoc-crossref 0.3.12.0 > > Could someone kindly point me in the right direction to resolve this issue? > > -- 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/8ca05161-e11b-4b67-bdda-b63e3c864828n%40googlegroups.com.