Created
November 5, 2011 13:59
-
-
Save 01-Scripts/1341531 to your computer and use it in GitHub Desktop.
LaTeX: Fußnoten in Bildunterschriften
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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