On Jul 21, 3:16 am, Georg Brandl <[email protected]> wrote: > Am 21.07.2010 00:11, schrieb Doug Latornell: > > > > > > > I have an source file that contains the sentence: > > > Select :guilabel:`UNIX/Linux (\\n)` and click the :guilabel:`Change > > end > > of line` button under Configuration. > > > make html produces the expected HTML: Select UNIX/Linux (\n)... with > > the GUI label in oblique font. > > > make latex runs without complaint too. But gmake all-pdf fails with > > the error: > > > ! Text line contains an invalid character. > > l.5174 Select \emph{UNIX/Linux (^^@ > > \textbackslash{}n)} and click the > > \emph{C... > > > And just to make things curiouser, there was no problem until I > > updated my TeX installation from texlive 2008 to texlive 2009 a few > > days ago. > > > Any guesses about what's going on? > > The ^^@ there is a null byte in the source file; I guess the different > TeX versions react differently to it. Now of course there shouldn't be > a null byte in the first place :) > > I've fixed that in trunk (it's not a problem in 0.6.x). Thanks for > reporting! > > Georg
Thanks for the quick response, Georg! Sorry I forgot to include versions in my OP: Sphinx-1.0b2, docutils-0.7, Python 2.6.3 Doug -- 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.
