fehler in listof figures

Antwort erstellen


Diese Frage dient dazu, das automatisierte Versenden von Formularen durch Spam-Bots zu verhindern.
Smilies
:D :) :( :o :shock: :? 8) :lol: :-x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode ist eingeschaltet
[img] ist eingeschaltet
[flash] ist ausgeschaltet
[url] ist eingeschaltet
Smilies sind eingeschaltet

Die letzten Beiträge des Themas

Ich habe die Datenschutzerklärung gelesen und bin damit einverstanden.

   

Wenn du eine Datei oder mehrere Dateien anhängen möchtest, gib die Details unten ein.

Ansicht erweitern Die letzten Beiträge des Themas: fehler in listof figures

von bloodworks » Sa 10. Dez 2011, 18:16

Hallo Sepp hat dir doch gezeigt wies geht. Mach doch einfach auch ein Minimalbeispiel [2]. Dein Problem besagt im übrigen, dass du im optionalen Argument von \caption ein Klammerungsfehler (mit {} oder $ $) hast.

von FIxi » Sa 10. Dez 2011, 16:07

danke sepp für deine schnelle antwort! ich konnte es auch nicht nachvollziehen...
wenn
%\listoffigures
anstatt
\listoffigures
schreibe hab ich den fehler nicht. das heisst er muss im \listoffigures sein. muss ich dann den fehler
bei den bildern in caption suchen?
\caption["hier fehler"]{}


! Extra }, or forgotten $.
<argument> ...ent FTIR spectra of KSCN in D$_{2}O}

l.8 ...ndent FTIR spectra of KSCN in D$_{2}O}}{12}

?
das problem ist dieser teil kommt nur im bild vor, welches ich gepostet habe.

von Sepp99 » Sa 10. Dez 2011, 14:46

Dein Problem ist nicht nachvollziehbar. Wenn ich deine Codeschnippsel zu einem vollständigen Minimalbeispiel [2] ergänze
\documentclass{scrartcl}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}

\usepackage[demo]{graphicx}% Option [demo] nur für Testzwecke
\usepackage{blindtext}% für Testzwecke

\begin{document}
\listoffigures

\section{Test}
\blindtext
\begin{figure}[htp]
\begin{center}
\includegraphics[width=0.62\textwidth]{KSCNwf}
\end{center}
\caption[Concentration-dependent FTIR spectra of KSCN in D$_{2}$O]{Concentration-dependent FTIR spectra of KSCN dissolved in D$_{2}$O. It shows the rise of the $v_{CX}$ at 2065 $cm^{-1}$ and $v_{CX}+v_{CN}$ $cm^{-1}$ at 2812 $cm^{-1}$. The OD str. band gets narrower with increasing the concentration of KSCN. On the left side of the OD band the absorbance drops and on the right site the absorption rises. On the two highest KSCN concentration the OD str. band has this two peak shape, first peak at 2534 $cm^{-1}$ and the second peak at 2626 $cm^{-1}$.}
\label{fig:SCN}
\end{figure} 

\blindtext
\end{document}
erhalte ich keine Fehler und das Ergebnis im Anhang.

Sepp.-
Dateianhänge
graph98.pdf
(67.98 KiB) 345-mal heruntergeladen

fehler in listof figures

von FIxi » Sa 10. Dez 2011, 14:03

Hab eine fehlermeldung die ich nicht beheben kann, es zeig an der fehler ist im.
\listoffigures

! Extra }, or forgotten $.
<argument> ...ent FTIR spectra of KSCN in D$_{2}O}

l.8 ...ndent FTIR spectra of KSCN in D$_{2}O}}{12}

?
wenn ich %\listoffigures bekomme ich den fehler nicht. beim bild kann ich nichts falsches sehen.

\begin{figure}[htp]
\begin{center}
\includegraphics[width=0.62\textwidth]{KSCNwf}
\end{center}
\caption[Concentration-dependent FTIR spectra of KSCN in D$_{2}$O]{Concentration-dependent FTIR spectra of KSCN dissolved in D$_{2}$O. It shows the rise of the $v_{CX}$ at 2065 $cm^{-1}$ and $v_{CX}+v_{CN}$ $cm^{-1}$ at 2812 $cm^{-1}$. The OD str. band gets narrower with increasing the concentration of KSCN. On the left side of the OD band the absorbance drops and on the right site the absorption rises. On the two highest KSCN concentration the OD str. band has this two peak shape, first peak at 2534 $cm^{-1}$ and the second peak at 2626 $cm^{-1}$.}
\label{fig:SCN}
\end{figure}

es ist als aktualisiert es die listoffigures nicht.

danke für die hilfe!

Nach oben