Search found 3 matches

by BAC
Sun Aug 04, 2019 6:06 pm
Forum: Text Formatting
Topic: Footnote with multiple references
Replies: 1
Views: 2119

Footnote with multiple references

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

\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 ...
by BAC
Tue Jul 30, 2019 5:44 pm
Forum: Graphics, Figures & Tables
Topic: In trouble with table
Replies: 3
Views: 1638

In trouble with table

Oh it was simple! Thank you!
by BAC
Tue Jul 30, 2019 5:21 pm
Forum: Graphics, Figures & Tables
Topic: In trouble with table
Replies: 3
Views: 1638

In trouble with table

This code generate the following error:
! Extra alignment tab has been changed to \cr.

for all the 4 line of the table. Why? I cannot understand.

\begin{tabular}{lcr}
\toprule
{ } & {PASCAL VOC 2012} & {PASCAL Contex} & {CamVid} & {Cityscape} \\
{DeepLabv3+} & {89,0} & {-} & {-} & { 82,1 ...