Skip to content

Instantly share code, notes, and snippets.

@01-Scripts
Created November 5, 2011 13:59
Show Gist options
  • Save 01-Scripts/1341531 to your computer and use it in GitHub Desktop.
Save 01-Scripts/1341531 to your computer and use it in GitHub Desktop.
LaTeX: Fußnoten in Bildunterschriften
\stepcounter{footnote} % Fußnotenzähler weitersetzen
\footnotetext{Bildquelle: Wikipedia Commons\newline \url{http://commons.wikimedia.org/w/index.php?title=File:LVDT.png&oldid=24100875}}
\begin{figure}[htb]
\centering
\includegraphics[width=0.3\textwidth]{LVDT.png}
\caption[Funktionsskizze LVDT-Sensor]{LVDT-Sensor${}^{\thefootnote}$}
\label{fig:lvdt}
\end{figure}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment