Sergey A. Lipnevich schrieb: > Hi, > > With Sphinx 0.5dev-20081015, Python 2.6, and MiKTeX-pdfTeX 2.7.3147 on > Windows XP, I get the following error when an Author (specified in > Quick Start step) contains an ampersand (e.g. "Ano & Nymous"). I've no > idea if the fix should be on LaTeX side (in which case I'm ready to > give up) or Python side (I'd appreciate a hint as to where to look for > a solution and will submit a patch). I can also file it on > http://bugs.python.org/. > Regards,
The author and title fields of the "LaTeX documents" setting are inserted into the output as LaTeX code. You should use "\and" to indicate more than one author, LaTeX will typeset that nicely then. That said, I've changed two things: * When entering names in quickstart, they are escaped properly, so that there won't be an error when running LaTeX. * The docs now explicitly spell out that the values are LaTeX code. Georg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
