Text FormattingFootnote with multiple references

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
BAC
Posts: 3
Joined: Tue Jul 30, 2019 5:17 pm

Footnote with multiple references

Post by BAC »

I want to insert some footnote with multiple references in a table. This is the code:

Code: Select all

\begin{table}[h!]
\begin{tabular}{lcccccr}
\toprule
{ } & {mIOU (Fine)} & {FPS} & {Hardware} & {GFLOPS} & {n° PARAM} \\
\midrule
{Fast-SCNN} & {68,62} & {106,2} & {Titan Xp\footnote[3]{\url{https://www.nvidia.com/it-it/titan/titan-xp/}}} & {- } & {1,11 M} \\
{BiSeNet (Xception39)} & {68,4} & {105,8} & {Titan Xp\footnote[3]{\url{https://www.nvidia.com/it-it/titan/titan-xp/}}} & {2,9} & {5.8 M} \\
{BiSeNet (ResNet18)} & {74,7} & {65,5} & {Titan Xp\footnote[3]{\url{https://www.nvidia.com/it-it/titan/titan-xp/}}} & {10,9} & {49 M} \\
{ShuffleSeg} & {58,3} & {15,7} & {Jetson TX2\footnote[4]{\url{https://www.nvidia.com/it-it/autonomous-machines/embedded-systems/jetson-tx2/}}} & {2,03} & {-} \\
\bottomrule
\end{tabular}
\caption{Le prestazione delle 3 architetture misurate sul dataset Cityscapes\cite{Cordts_2016}}
\end{table}
The compiler does not report any errors, the references appear in the table (see attachment), however the notes do not appear. By clicking on the reference, I am redirected to the beginning of the document.
Attachments
tabella_latex.png
tabella_latex.png (20.86 KiB) Viewed 2119 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

Footnote with multiple references

Post by Ijon Tichy »

Footnotes on floats are problematic. Better would be to use a package like threeparttable to show the footnote as part of the float. This is also improves the readability.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
Post Reply