[tex-live] [Doxygen-users] German characters stopped PDF generating

Dimitri Van Heesch doxygen at gmail.com
Mon Oct 12 20:10:29 CEST 2009


On 11 okt 2009, at 18:05, Steven Woody wrote:

> On Sun, Oct 11, 2009 at 5:49 PM, Vladimir Volovich <vvv at vsu.ru> wrote:
>> "SW" == Steven Woody writes:
>>
>>  > ! Package inputenc Error: Unicode char \u8:ón:C not set up for  
>> use with LaTeX.
>>
>>  > l.504 ...--------------------------- Descipción: C
>>  >                                                   hequea la  
>> validez de una t...
>>
>> it looks like your LaTeX source file declares that it is encoded in
>> utf-8 (check the line such as \usepackage{utf-8}; i see
>> e.g. INPUT_ENCODING = UTF-8 in the Doxyfile you've attached), but it
>> actually is encoded in some legacy 8-bit encoding such as iso-8859-1,
>> which would cause such problem.
>>
>
> Thanks for the hint.  Now I changed INPUT_ENCODING/OUTPUT_ENCODING to
> ISO-8859-1, then I get another error:
>
> Overfull \hbox (93.81409pt too wide) in paragraph at lines 178--178
> []\T1/pcr/m/n/8 185    //To enter stop mode, the following procedure  
> should be
> done before the STOP instruction is executed.[]
>
> ! Package inputenc Error: Unicode char \u8:Â not set up for use with  
> LaTeX.
>
> See the inputenc package documentation for explanation.
> Type  H <return>  for immediate help.
> ...
>
> l.178 \end{verbatim}
> ?
>
> After I pressed ENTER after the '?' to skip the error several times,
> the pdflatex process finally still failed, and ended in:
>
> ! TeX capacity exceeded, sorry [pool size=3149227].
> \Ginclude at pdf ...pty \else , page \GPT at page \fi >}
>                                                  \hbox  
> {\GPT at ResetColorBegi...
> l.628 ...5741db5633d9e7d5001a749e1aaf961e_icgraph}
>
> !  ==> Fatal error occurred, no output PDF file produced!
> Transcript written on refman.log.
> make: *** [refman.pdf] Error 1
>
>
> Any clue?

For the pool size issue, see
http://www.togaware.com/linux/survivor/TeX_Capacity.html

For the unicode issue, it may be related to these:
https://bugzilla.gnome.org/show_bug.cgi?id=596819
https://bugzilla.gnome.org/show_bug.cgi?id=596807
Try if using the latest SVN snapshot helps or
try LATEX_SOURCE_CODE=NO.

Regards,
   Dimitri



More information about the tex-live mailing list