I discovered that if I use some Unicode characters inside .rst files, I will loose them when I convert the documentation to pdf using Sphinx.
Example chars: "șț".
When I run make latexpdf I get a document without these Unicode characters.
|
I don't know about Sphinx, but the problem seems to be in the fact that the option You can solve the problem by using the
The code between |
|||
|
|
|
Currently You can use xelatex manually for that. Add
to conf.py, make latex code, and run the xelatex manually:
|
|||
|
|
xelatexon file produced by Sphinx, though you have to adjust preamble in the config file. – eudoxos Jul 30 '11 at 18:24