I am trying to convert latex to docx with pandoc. LaTeX code is very simple: \documentclass{article} \usepackage{xcolor} \begin{document} This is a \textcolor{blue}{blue} word. \end{document} And I convert it to docx by command pandoc -s file.tex -o file.docx But file.docx do not have color. Can anybody tell me what is going on here? -- 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/82960ecf-864e-4379-9726-303997983cebn%40googlegroups.com.