I wish anyone could help me with this. I have a table in a page where must be a footnote, but this one appears just before the table instead at the bottom of the page.
This is the code:
Code: Select all
Some random text.\footnotemark
Some random text \textsf{table}.
\begin{table}
\begin{center}\small
\begin{tabular}{lll}
pt & punt & 1pt = 0,351mm \\
pc & pica & 1pc = 12pt = 4,218mm \\
\hline
mm & mi\l.límetre & 1mm = 2.845pt \\
cm & centímetre & 1cm = 28,45pt = 10mm \\
\hline
ex & ics & alçada de la lletra ’x’ \\
em & ema & amplada de la lletra ’M’
\end{tabular}
\end{center}
\caption{Unitats diverses}
\end{table}
\footnotetext{Footnote text}