von trion121 » Di 25. Okt 2016, 00:56
Hallo Zusammen,
zunächst einmal vielen Dank im Voraus. Folgendes Problem: Nach dem kompilieren kommt folgende Fehlermeldung in der vorlage.lol Datei:
\contentsline {lstlisting}{\GenericError {(caption) }{Package caption Error: \GenericError {(caption) }{Package caption Error: \caption outside float}{See the caption package documentation for explanation.}{If you do not understand this error, please take a closer look\MessageBreak at the documentation of the `caption' package, especially the\MessageBreak section about errors.\MessageBreak Try typing <return> to proceed.\MessageBreak If that doesn't work, type X <return> to quit.}\caption@gobble outside float}{See the caption package documentation for explanation.}{If you do not understand this error, please take a closer look\MessageBreak at the documentation of the `caption' package, especially the\MessageBreak section about errors.\MessageBreak Try typing <return> to proceed.\MessageBreak If that doesn't work, type X <return> to quit.}\caption@gobble }{10}{lstlisting.2.-1}
Der Listingsstyle sieht folgendermaßen aus, daran wurde allerdings nichts geändert...
\lstset{
basicstyle=\ttfamily\scriptsize,
commentstyle=\color{commentgray}\textit,
showstringspaces=false,
stringstyle=\color{darkgreen},
keywordstyle=\color{blue},
numbers=left,
numberstyle=\tiny,
stepnumber=1,
numbersep=15pt,
tabsize=2,
fontadjust=true,
frame=single,
backgroundcolor=\color{boxgray},
captionpos=b,
linewidth=0.94\linewidth,
xleftmargin=0.1\linewidth,
breaklines=true,
aboveskip=16pt
}
Sogar wenn ich alle Listings auskommentiere erscheint die oben genannte Fehlermeldung. Irgendwelche Ratschläge?
Vielen Dank für Eure Hilfe!!!
Hallo Zusammen,
zunächst einmal vielen Dank im Voraus. Folgendes Problem: Nach dem kompilieren kommt folgende Fehlermeldung in der vorlage.lol Datei:
[code]
\contentsline {lstlisting}{\GenericError {(caption) }{Package caption Error: \GenericError {(caption) }{Package caption Error: \caption outside float}{See the caption package documentation for explanation.}{If you do not understand this error, please take a closer look\MessageBreak at the documentation of the `caption' package, especially the\MessageBreak section about errors.\MessageBreak Try typing <return> to proceed.\MessageBreak If that doesn't work, type X <return> to quit.}\caption@gobble outside float}{See the caption package documentation for explanation.}{If you do not understand this error, please take a closer look\MessageBreak at the documentation of the `caption' package, especially the\MessageBreak section about errors.\MessageBreak Try typing <return> to proceed.\MessageBreak If that doesn't work, type X <return> to quit.}\caption@gobble }{10}{lstlisting.2.-1}
[/code]
Der Listingsstyle sieht folgendermaßen aus, daran wurde allerdings nichts geändert...
[code]
\lstset{
basicstyle=\ttfamily\scriptsize,
commentstyle=\color{commentgray}\textit,
showstringspaces=false,
stringstyle=\color{darkgreen},
keywordstyle=\color{blue},
numbers=left,
numberstyle=\tiny,
stepnumber=1,
numbersep=15pt,
tabsize=2,
fontadjust=true,
frame=single,
backgroundcolor=\color{boxgray},
captionpos=b,
linewidth=0.94\linewidth,
xleftmargin=0.1\linewidth,
breaklines=true,
aboveskip=16pt
}
[/code]
Sogar wenn ich alle Listings auskommentiere erscheint die oben genannte Fehlermeldung. Irgendwelche Ratschläge?
Vielen Dank für Eure Hilfe!!!