\documentclass[a4paper,12pt,BCOR1cm,listof=totoc,bibliography=totoc,] {scrbook} \usepackage[ngerman]{babel} \usepackage[ansinew]{inputenc} \usepackage[numbers]{natbib} % Bibliographiestil \usepackage{graphicx} %%Zum Laden von Grafiken \usepackage{footnote} \usepackage[font=footnotesize]{caption} \usepackage{subcaption} \usepackage{chngcntr} \counterwithout{footnote}{chapter} \usepackage{subfig} \usepackage{sidecap} \usepackage{float} \usepackage{setspace} \linespread{1.2} \setlength{\parindent}{1em} \frenchspacing \renewcommand{\floatpagefraction}{0.95} \renewcommand{\bottomfraction}{0.95} \renewcommand{\topfraction}{0.95} \renewcommand{\textfraction}{0.05} \addto\captionsngerman{\renewcommand{\figurename}{Abb.}} \begin{document} \noindent \begin{minipage}[t]{0.5\textwidth} \begin{figure}[H] \includegraphics[width=8cm, height=6cm]{Bilder/Lorenzkurve.eps} \caption{Lorenzkurve \cite{ED}}{\footnotemark} \label{Abb:Lorenzkurve} \end{figure} \end{minipage} \footnotetext{in Anlehnung an Burkschat ed. al. \cite[S. 179]{Datenanalyse}} \hspace{\fill} \begin{minipage}[t]{0.5\textwidth} \begin{figure}[H] \includegraphics[width=8cm, height=6cm]{Bilder/Paretoverteilung.eps} \caption{Kumulative Pareto-Verteilung \cite{ED}} \label{Abb:Pareto} \end{figure} \end{minipage} \end{document}
2 Abbildungen nebeneinander als Minipages, jeweils mit caption und Zitat.
Nun möchte ich gerne noch eine Fußnote in die erste Minipage einfügen.
Das hat auch geklappt, allerdings steht die Nummer der Fußnote nicht direkt nach der caption, sondern in der nächsten Zeile.
Vielen Dank schonmal! LG