[Pkg-haskell-maintainers] Bug#749891: pandoc: doesn't support some Unicode characters with PDF output

Vincent Lefevre vincent at vinc17.net
Fri May 30 15:28:05 UTC 2014


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 <vincent at vinc17.net> - 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)



More information about the Pkg-haskell-maintainers mailing list