PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Problem mit Listings-Paket



fmartini
12-09-2007, 13:26
Hallo,
hab folgendes Problem. Ich hab heute die Update-Funktion von MikTex verwendet um alle Pakete mal wieder auf den neuesten Stand zu bekommen. Nachdem das Update fertig war bekam ich plötzlich einen Haufen Fehler vom TeXnicCenter gemeldet. Der folgende Ausschnitt ist aus der .log


! Argument of \strip@prefix has an extra }.
<inserted text>
\par
l.22 ...Ausführungszeit}, label=list:ZeitMarkert ]

I've run across a `}' that doesn't seem to match anything.
For example, `\def\a#1{...}' and `\a}' would produce
this error. If you simply proceed now, the `\par' that
I've just inserted will cause me to report a runaway
argument that might be the root of the problem. But if
your `}' was spurious, just type `2' and it will go away.

Runaway argument?
\relax
! Paragraph ended before \strip@prefix was complete.
<to be read again>
\par
l.22 ...Ausführungszeit}, label=list:ZeitMarkert ]

I suspect you've forgotten a `}', causing me to apply this
control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.

Runaway argument?
! Paragraph ended before \strip@period was complete.
<to be read again>
\par
l.22 ...Ausführungszeit}, label=list:ZeitMarkert ]

I suspect you've forgotten a `}', causing me to apply this
control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.

! Undefined control sequence.
\label ... \@currentlabelname \relax .\relax \@@@
}\protected@write \@auxout...
l.22 ...Ausführungszeit}, label=list:ZeitMarkert ]

The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.


Durch einiges probieren habe ich bereits herrausgefunden, dass der Fehler mit der Caption und der Label -Option des Listings-Paketes zusammenhängen muss.

Wie gesagt, vor dem Update lief alles problemlos miteinander. Ich weiß leider auch nicht mehr welche Pakete ich heute upgedatet habe. Ach so ich benutze MikTex 2.6.

Ich hoffe jemand kann mir helfen.

Hier ein Minimalbeispiel


\documentclass[a4paper, 12pt, german, halfparskip]{scrreprt}

\usepackage[german]{babel}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}

\usepackage{listings}

\usepackage[margin=10pt, font=small, labelfont=bf, format=plain]{caption, subfig}
\usepackage[pdfborder = false, bookmarksnumbered = true]{hyperref}

\begin{document}
\begin{lstlisting}[float=htb, caption={Messung der Ausführungszeit}, label=list:ZeitMarkert ]
\\Code
\end{lstlisting}
\end{document}


Danke