Roger Demetrescu schrieb: > On Fri, Oct 3, 2008 at 12:56, Roger Demetrescu > <[EMAIL PROTECTED]> wrote: >> Hi all, >> >> I am having some problem with section names like this: >> >> ======== >> Álbuns >> ======== >> >> When I try to build the PDF file, I get this error: >> >> ------------------------------- >> Chapter 5. >> ! Argument of [EMAIL PROTECTED]@octets has an extra }. >> <inserted text> >> \par >> l.452 \chapter{Ãlbuns} >> ------------------------------- >> >> >> If I change the section name to "XÁlbuns", everything works fine. It >> seems to be >> a problem only with section names starting with accented characters. >> >> Some contextual information (please let me know if you need more info): >> >> * Sphinx 0.4.2 >> * Docutils 0.5 >> * Python 2.5.2a0 > > <snip> > > > > Hi guys.... (btw, is anyone reading this ? :))
Yes, I am :) I'll try to fix this soon. Georg > I've upgraded Sphinx to the latest release (0.4.3) but no luck yet... > > I've also find out that the problem occurs only with sections that > will be converted to chapters: > > In the following index.rst, only "Álbum level 1" will be converted to > "\chapter{Álbum level 1}", which > will generated the error already mentioned. If I turn on the > latex_use_parts, the "Álbum level 2" > will need to be fixed instead... > > Cheers, Roger > > > > ============== > Álbum level 0 > ============== > > foo > > Álbum level 1 > ============== > > bar > > Álbum level 2 > -------------- > > foobar > > > Álbum level 3 > ~~~~~~~~~~~~~~ > > hi folks ! > > > --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---