Hello there, I have a problem when filling the latex_preamble variable
with
unicode strings, something like this:

latex_preamble = u'''\usepackage{xeCJK}
\setCJKmainfont{標楷體}'''

and the I issue the command:

make latex

output:

Configuration error:
There is a syntax error in your configuration file: (unicode error)
'unicodeescape' codec
can't decode bytes in position 0-2: truncated \uXXXX escape (conf.py,
line 200)

How could I avoid the error? You reply would be appreciated. Thanks!

Joseph Chen

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to