Marcin Wojdyr wrote: > You can use latex_elements['utf8extra'] in conf.py, e.g.: >
Dear Marcin, thanks for the idea. Instead of declaring the characters myself, I took advantage of the ucs package: latex_elements = { 'inputenc': r''' \usepackage{ucs} \usepackage[utf8x]{inputenc}''', 'utf8extra': '', } Best regards, -- Roberto Bonvallet -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-...@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.