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

-- 
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.

Reply via email to