Hi Andrea,

the teTeX mailing list is a list with international subscribers, thus
it's best to use english if you to be understood.



On Monday, 12 February 2001 13:42:53 +0100,
[EMAIL PROTECTED] <[EMAIL PROTECTED]> writes:
 > Hi,
 > 
 > ich habe folgendes Problem, vielleicht weiss jemand Rat.
 > Ich möchte in einer Kapitelüberschrift eine kleine Grafik anzeigen,
 > leider habe ich dann mit dem Inhaltsverzeichnis ein Problem.
 > 
 > \section {Änderungen} \includegraphics{new.eps}
 > 
 > zeigt die Grafik nach der Zeile 'Änderungen' an


The teTeX mailing list is also no list for LaTeX problems...



 > \section {Änderungen\includegraphics{new.eps}}
 > 
 > liefert beim 'Übersetzen' folgendes Problem
 > 
 > [1] <new.eps>
 > ! Argument of \@sect has an extra }.
 > <inserted text>
 >                 \par
 > l.41 ...n {Änderungen\includegraphics{new.eps}}
 > 
 > 
 > anschliessen  ist die Numerierung das INHALTSverzecihnis durcheinander, im Text
 > steht die Grafik wie erwartet hinter dem Text 'Änderungen'?????

Use \protect  to avoid the error message:

  \section{"Anderungen\protect\includegraphics{new.eps}}


If you want to suppress the eps graphic in the table of contents, use
the optional argument of \section to tell LaTeX what to use for the
toc entry:

  \section["Anderungen]{"Anderungen\protect\includegraphics{new.eps}}

(If exists, the optional argument of \section gets the moving
argument, thus \protect is not needed in the mandatory argument of
\section.  Nonetheless I suggest to use \protect...)


Best wishes,
  -bernd


To remember:
28.02.-03.03.2001: DANTE 2001 and 24. membership meeting of DANTE e.V.
                   FH Rosenheim, Germany
   12.-15.08.2001: TeX 2001 und 22. MV von TUG -- ``A TeX Odyssey''
                   Univ. of Newark, Delaware, USA
   23.-27.09.2001: EuroTeX 2001
                   Kerkrade, Niederlande
_____________________________________________________________________
Bernd Raichle                                  "Le langage est source
Autor des `german.sty' (aktuell: v2.5e)         de malentendus"
DE-TeX-FAQ: http://www.dante.de/faq/de-tex-faq/ (A. de Saint-Exupery)

Reply via email to