On 2014-05-30 07:47:08 -0700, John MacFarlane wrote: > Most likely this is because you're using a font that doesn't have > these glyphs. Try with > > -V mainfont="FONT NAME" > > where FONT NAME is a (ttf) font you have installed that has the > character in question.
Using mainfont='DejaVu Sans Mono' works, but * by default, pandoc should use a font that has the character in question (the default X11 fonts have it); * if the character isn't present, it should output an error. But if pandoc had correct pdflatex support, there would be no problems (I use UTF-8 math characters in my LaTeX files without any problem). -- Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

