Jo86
10-03-2013, 11:10
Hallo!
Ich habe das Problem, dass in meinem Abbildungsverzeichnis die Ziffer meiner Fußnote mit abgebildet wird. Diese würde ich jedoch gerne aus dem Abbildungsverzeichnis entfernen, jedoch soll die Ziffer in der Fußnote weiter dargestellt werden.
Hier mein Minimalbeispiel:
\documentclass[
a4paper,
12pt,
oneside
captions=tableheading,
listof=totoc,
bibliography=totoc,
index=totoc,
]{scrartcl}
\usepackage{graphicx}
\usepackage[font=footnotesize]{caption}
\usepackage{scrpage2}
\pagestyle{scrheadings}
\clearscrheadfoot
\automark[chapter]{section}
\ohead{\pagemark}
\ihead{\headmark}
\setheadsepline{0.5pt}
\begin{document}
\listoffigures
\stepcounter{footnote}
\footnotetext{Aus: Maier (2001), S. 77}
\begin{figure}[H]
\includegraphics{architektur}
\caption{Schematische Darstellung${}^{\thefootnote}$}
\label{fig:dwh_architektur}
\end{figure}
\end{document}
Viele Grüße
Ich habe das Problem, dass in meinem Abbildungsverzeichnis die Ziffer meiner Fußnote mit abgebildet wird. Diese würde ich jedoch gerne aus dem Abbildungsverzeichnis entfernen, jedoch soll die Ziffer in der Fußnote weiter dargestellt werden.
Hier mein Minimalbeispiel:
\documentclass[
a4paper,
12pt,
oneside
captions=tableheading,
listof=totoc,
bibliography=totoc,
index=totoc,
]{scrartcl}
\usepackage{graphicx}
\usepackage[font=footnotesize]{caption}
\usepackage{scrpage2}
\pagestyle{scrheadings}
\clearscrheadfoot
\automark[chapter]{section}
\ohead{\pagemark}
\ihead{\headmark}
\setheadsepline{0.5pt}
\begin{document}
\listoffigures
\stepcounter{footnote}
\footnotetext{Aus: Maier (2001), S. 77}
\begin{figure}[H]
\includegraphics{architektur}
\caption{Schematische Darstellung${}^{\thefootnote}$}
\label{fig:dwh_architektur}
\end{figure}
\end{document}
Viele Grüße