BibTeX, biblatex and biberpicture citation footnote on wrong page

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
pointeddot
Posts: 11
Joined: Thu Jun 27, 2013 1:16 am

picture citation footnote on wrong page

Post by pointeddot »

Hey guys,

I have a problem: A lot of times citations for my pictures are on the wrong page.
Who can help me?

Thank you very much!

My code is:

Code: Select all

\begin{figure}[h]
\centering
\includegraphics[scale=0.4]{Bilder/Batterie4}
\caption[Zeitliche Entwicklung der Batteriepreis zwischen 2010 und 2020]{Zeitliche Entwicklung der Batteriepreis zwischen 2010 und 2020\footnotemark\label{fig:311}}
\end{figure}
\footnotetext{Eigene Darstellung}
Last edited by cgnieder on Mon Jun 30, 2014 9:36 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX books
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

picture citation footnote on wrong page

Post by Johannes_B »

Can you elaborate a bit further, maybe in a minimal working example?

BTW: footnotemarks of floating objects should stay with the object, i.e. within the table/figure. There is no use in having this on the bottom of the page.

Please also have a look at package threeparttable.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply