Converting LaTeX to Word – part 3 (Pandoc revisited)

In part 1 of Converting LaTeX to Word, I explained how I used Pandoc to convert from LaTeX to Word (doc, docx, RTF), but there were problems getting figure reference numbers to show up, because by default Pandoc cannot handle automatic numbering and referencing of figures like Latex can.  The [pandoc-reference-filter] package was written to solve this problem.

Continue reading

Converting LaTeX to Word – part 2 (LaTeX2RTF)

In my last post, I explained how I used Pandoc to convert from LaTeX to Word (doc, docx) and Word-compatible (RTF) formats, but I had some issues with getting figure references and numbers to show up. Today I’ll explain how to use a nice program called LaTeX2RTF to achieve similar results and get everything to show up more or less as intended. This is Part 2 in the continuing saga. Part 3 (sometime in the future) will come back to Pandoc.

Continue reading