Bislang habe ich keine Idee, wie es kommt, dass er bei einer Fußnotenanforderung zwei auswirft, erst recht, da ich eine äquivalente Tabelle habe, bei der das Problem nicht auftritt:
\documentclass[a4paper,11pt,final,index=totoc,version=first,headsepline,1.5headlines,oneside]{scrbook} \usepackage[T1]{fontenc} \usepackage[latin1]{inputenc} \usepackage[dutch,ngerman,british]{babel} \usepackage{tabulary} \begin{document} \begin{table}[htb] \begin{minipage}{\textwidth} %\caption{Arg wichtig und systematisch} \begin{center} \label{VerschiedeneKategorien} \begin{tabulary}{\textwidth}{rL} %\toprule Text & noch mehr Text. \\ Text mit\footnote{Fußnote} & noch mehr Text\\ %\bottomrule \end{tabulary}\end{center} \footnotesize \end{minipage}\end{table}\normalsize \end{document}
Hat jemand eine Idee, woran das liegen kann?
Vielen Dank schon einmal!