Seite 1 von 1

Fußnote in chapter

Verfasst: Mi 27. Mär 2019, 10:50
von jan_org
Mittel \protect setze ich eine Fußnote an eine Kapitelüberschrift.

Das klappt auch soweit, allerdings erscheint die Fußnote nicht unten auf der Seite. Stattdessen werden unter die Fußnote Tabellen oder Figures platziert.

Verfasst: Mi 27. Mär 2019, 11:03
von markusv
Minimalbeispiel?

Im folgenden klappt das soweit, auch wenn ich das Vorgehen nicht unbedingt empfehlen würde:
\documentclass{book}
\begin{document}
\chapter{Test\protect\footnote{Testfußnote}}
\end{document}

Verfasst: Mi 27. Mär 2019, 11:06
von Gast

Verfasst: Mi 27. Mär 2019, 11:40
von jan_org
Anbei ein Minimalbeispiel:
\documentclass[12pt,a4paper]{report}
\usepackage{geometry}				\geometry{letterpaper,left=1in,right=1in,top=1.3in,bottom=1in}
\usepackage{graphicx}

\begin{document}

\renewcommand*{\thefootnote}{\fnsymbol{footnote}}
\chapter{Ich bin eine Ueberschrift\protect\footnote[1]{Ich bin eine Fussnote}}
\renewcommand*{\thefootnote}{\arabic{footnote}}

\subsection*{Abstract}
\begin{quote}Text
\end{quote}

\onehalfspacing
\section{section}
Mehr Text.
\begin{equation}
y=,
\label{eq:}
\end{equation}

\begin{table}%
\centering
\begin{tabular}{ccc}
cell1 & cell2 & cell3 \\ 
cell1 & cell2 & cell3 \\ 
cell1 & cell2 & cell3 \\ 
cell1 & cell2 & cell3 \\ 

\end{tabular}
\caption{First table in chapter 1}
\label{tab:1}
\end{table}
%
\begin{figure}%
\includegraphics[width=\columnwidth]{capture.png}%
\caption{First figure in chapter 1}%
\label{fig:1}%
\end{figure}

\end{document}

Verfasst: Mi 27. Mär 2019, 13:17
von Gast
Das ist mal wieder weder minimal noch vollständig. Das fängt schon an mit
./test.tex:15: Undefined control sequence.
l.15 \onehalfspacing
und geht weiter mit
./test.tex:37: Package pdftex.def Error: File `capture.png' not found: using draft setting.

See the pdftex.def package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.37 ...egraphics[width=\columnwidth]{capture.png}
Also ist es kein Minimalbeispiel.

Wenn ich die beiden Fehler behebe, sehe ich kein Problem mit dem Beispiel. Die Fußnote funktioniert und steht unten auf der Seite direkt über der Tabelle. Das ist genau so gewollt. Wenn Du die Fußnote darunter haben willst: footmisc