Hi everybody, I have the following (simplified) LaTeX input (in a file test.tex): \newcommand{\definition}[1]{\textsf{\textbf{#1}}} On nomme \definition{champ de force} une fonction qui... When I try the conversion LaTeX to markdown on "Try Pandoc!", I get the right result: On nomme {\textsf{\textbf{champ de force}}} une fonction qui... If I try to do the same from the Windows command line: pandoc.exe --from latex --to markdown -o test.md test.tex I get a wrong result (the macro isn't converted): On nomme une fonction qui... I've tried to add +latex_macros, but the result is the same. How should I do? (This is my first test with Pandoc). Thanks for any help, Hervé. -- 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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/5778e54e-b8b3-414e-97e4-69a94f59b90d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.