footnote issue in tables and cells












0















There are two problems with footnotes in a table cell.



1- Although the superscript number is placed above the word, but the detail is not shown at the bottom on page.



2- I don't want to use numbering style. I want to put a symbol * for some word and all of them have one description which I want to write in the bottom of the page.



How can I fix the following code?



documentclass[conference]{IEEEtran}
IEEEoverridecommandlockouts
title{my title}
maketitle
section{Section 1}
Table~ref{my-label} shows
begin{table}
centering
caption{the caption}
label{my-label}
begin{tabular}{>{centering}p{1.5cm}|>{centering}p{1.5cm} }
Year & Architecture
tabularnewline
hline
first column & second column
tabularnewline
A & WORDfootnote{explanation}
tabularnewline
B & WORDfootnote{explanation}
end{tabular}
end{table}
end{document}









share|improve this question

























  • please, provide mwe!

    – Zarko
    5 hours ago











  • I have updated the code. I was easy to add some begin and end document though...

    – mahmood
    5 hours ago











  • well, than you have easy task ...

    – Zarko
    5 hours ago
















0















There are two problems with footnotes in a table cell.



1- Although the superscript number is placed above the word, but the detail is not shown at the bottom on page.



2- I don't want to use numbering style. I want to put a symbol * for some word and all of them have one description which I want to write in the bottom of the page.



How can I fix the following code?



documentclass[conference]{IEEEtran}
IEEEoverridecommandlockouts
title{my title}
maketitle
section{Section 1}
Table~ref{my-label} shows
begin{table}
centering
caption{the caption}
label{my-label}
begin{tabular}{>{centering}p{1.5cm}|>{centering}p{1.5cm} }
Year & Architecture
tabularnewline
hline
first column & second column
tabularnewline
A & WORDfootnote{explanation}
tabularnewline
B & WORDfootnote{explanation}
end{tabular}
end{table}
end{document}









share|improve this question

























  • please, provide mwe!

    – Zarko
    5 hours ago











  • I have updated the code. I was easy to add some begin and end document though...

    – mahmood
    5 hours ago











  • well, than you have easy task ...

    – Zarko
    5 hours ago














0












0








0








There are two problems with footnotes in a table cell.



1- Although the superscript number is placed above the word, but the detail is not shown at the bottom on page.



2- I don't want to use numbering style. I want to put a symbol * for some word and all of them have one description which I want to write in the bottom of the page.



How can I fix the following code?



documentclass[conference]{IEEEtran}
IEEEoverridecommandlockouts
title{my title}
maketitle
section{Section 1}
Table~ref{my-label} shows
begin{table}
centering
caption{the caption}
label{my-label}
begin{tabular}{>{centering}p{1.5cm}|>{centering}p{1.5cm} }
Year & Architecture
tabularnewline
hline
first column & second column
tabularnewline
A & WORDfootnote{explanation}
tabularnewline
B & WORDfootnote{explanation}
end{tabular}
end{table}
end{document}









share|improve this question
















There are two problems with footnotes in a table cell.



1- Although the superscript number is placed above the word, but the detail is not shown at the bottom on page.



2- I don't want to use numbering style. I want to put a symbol * for some word and all of them have one description which I want to write in the bottom of the page.



How can I fix the following code?



documentclass[conference]{IEEEtran}
IEEEoverridecommandlockouts
title{my title}
maketitle
section{Section 1}
Table~ref{my-label} shows
begin{table}
centering
caption{the caption}
label{my-label}
begin{tabular}{>{centering}p{1.5cm}|>{centering}p{1.5cm} }
Year & Architecture
tabularnewline
hline
first column & second column
tabularnewline
A & WORDfootnote{explanation}
tabularnewline
B & WORDfootnote{explanation}
end{tabular}
end{table}
end{document}






tables footnotes






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 5 hours ago







mahmood

















asked 5 hours ago









mahmoodmahmood

1,29871630




1,29871630













  • please, provide mwe!

    – Zarko
    5 hours ago











  • I have updated the code. I was easy to add some begin and end document though...

    – mahmood
    5 hours ago











  • well, than you have easy task ...

    – Zarko
    5 hours ago



















  • please, provide mwe!

    – Zarko
    5 hours ago











  • I have updated the code. I was easy to add some begin and end document though...

    – mahmood
    5 hours ago











  • well, than you have easy task ...

    – Zarko
    5 hours ago

















please, provide mwe!

– Zarko
5 hours ago





please, provide mwe!

– Zarko
5 hours ago













I have updated the code. I was easy to add some begin and end document though...

– mahmood
5 hours ago





I have updated the code. I was easy to add some begin and end document though...

– mahmood
5 hours ago













well, than you have easy task ...

– Zarko
5 hours ago





well, than you have easy task ...

– Zarko
5 hours ago










1 Answer
1






active

oldest

votes


















2














Not sure to have fully understood what you want, but the tablefootnote package can help. Does this code yield more or less what you want?



documentclass[conference]{IEEEtran}
IEEEoverridecommandlockouts
usepackage{array}
usepackage[symbol]{footmisc}
usepackage{tablefootnote}
title{my title}
author{}

begin{document}
maketitle

leavevmode
vfill
%vspace*{30baselineskip}
section{Section 1}
Table~ref{my-label}
shows
begin{table}[!htb]
centeringsetlength{extrarowheight}{2pt}
caption{the caption}
label{my-label}
begin{tabular}{>{centeringarraybackslash}p{1.5cm}|>{centeringarraybackslash}p{1.5cm}}%{>{centeringarraybackslash}p{1.5cm}|>{centeringarraybackslash}p{1.5cm}}
Year & Architecture
tabularnewline
hline
first column & second column
tabularnewline
A & WORDtablefootnote{explanation}
tabularnewline
B & WORDfootnotemark[value{footnote}]
end{tabular}
end{table}

end{document}


enter image description here






share|improve this answer


























  • OK. Right now, tlmgr install tablefootenote stuck and nothing is shown in the console. I think there is a problem with network. Anyway... Your method answers my first question. For the second question, I actually want to put * for both WORD. You used two symbols which is not what I am looking for. Think that they have identical explanation in the footnote.

    – mahmood
    4 hours ago













  • Do you mean both should refer to the same footnote?

    – Bernard
    4 hours ago











  • Yes. That is right.

    – mahmood
    4 hours ago






  • 1





    It's easy. Please see my updated answer.

    – Bernard
    4 hours ago











  • BTW, I get LaTeX Error: File tablefootnote.sty' not found` and the CTAN archive at ctan.org/pkg/tablefootnote?lang=en doesn't contain .sty. Any idea?

    – mahmood
    4 hours ago












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483567%2ffootnote-issue-in-tables-and-cells%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









2














Not sure to have fully understood what you want, but the tablefootnote package can help. Does this code yield more or less what you want?



documentclass[conference]{IEEEtran}
IEEEoverridecommandlockouts
usepackage{array}
usepackage[symbol]{footmisc}
usepackage{tablefootnote}
title{my title}
author{}

begin{document}
maketitle

leavevmode
vfill
%vspace*{30baselineskip}
section{Section 1}
Table~ref{my-label}
shows
begin{table}[!htb]
centeringsetlength{extrarowheight}{2pt}
caption{the caption}
label{my-label}
begin{tabular}{>{centeringarraybackslash}p{1.5cm}|>{centeringarraybackslash}p{1.5cm}}%{>{centeringarraybackslash}p{1.5cm}|>{centeringarraybackslash}p{1.5cm}}
Year & Architecture
tabularnewline
hline
first column & second column
tabularnewline
A & WORDtablefootnote{explanation}
tabularnewline
B & WORDfootnotemark[value{footnote}]
end{tabular}
end{table}

end{document}


enter image description here






share|improve this answer


























  • OK. Right now, tlmgr install tablefootenote stuck and nothing is shown in the console. I think there is a problem with network. Anyway... Your method answers my first question. For the second question, I actually want to put * for both WORD. You used two symbols which is not what I am looking for. Think that they have identical explanation in the footnote.

    – mahmood
    4 hours ago













  • Do you mean both should refer to the same footnote?

    – Bernard
    4 hours ago











  • Yes. That is right.

    – mahmood
    4 hours ago






  • 1





    It's easy. Please see my updated answer.

    – Bernard
    4 hours ago











  • BTW, I get LaTeX Error: File tablefootnote.sty' not found` and the CTAN archive at ctan.org/pkg/tablefootnote?lang=en doesn't contain .sty. Any idea?

    – mahmood
    4 hours ago
















2














Not sure to have fully understood what you want, but the tablefootnote package can help. Does this code yield more or less what you want?



documentclass[conference]{IEEEtran}
IEEEoverridecommandlockouts
usepackage{array}
usepackage[symbol]{footmisc}
usepackage{tablefootnote}
title{my title}
author{}

begin{document}
maketitle

leavevmode
vfill
%vspace*{30baselineskip}
section{Section 1}
Table~ref{my-label}
shows
begin{table}[!htb]
centeringsetlength{extrarowheight}{2pt}
caption{the caption}
label{my-label}
begin{tabular}{>{centeringarraybackslash}p{1.5cm}|>{centeringarraybackslash}p{1.5cm}}%{>{centeringarraybackslash}p{1.5cm}|>{centeringarraybackslash}p{1.5cm}}
Year & Architecture
tabularnewline
hline
first column & second column
tabularnewline
A & WORDtablefootnote{explanation}
tabularnewline
B & WORDfootnotemark[value{footnote}]
end{tabular}
end{table}

end{document}


enter image description here






share|improve this answer


























  • OK. Right now, tlmgr install tablefootenote stuck and nothing is shown in the console. I think there is a problem with network. Anyway... Your method answers my first question. For the second question, I actually want to put * for both WORD. You used two symbols which is not what I am looking for. Think that they have identical explanation in the footnote.

    – mahmood
    4 hours ago













  • Do you mean both should refer to the same footnote?

    – Bernard
    4 hours ago











  • Yes. That is right.

    – mahmood
    4 hours ago






  • 1





    It's easy. Please see my updated answer.

    – Bernard
    4 hours ago











  • BTW, I get LaTeX Error: File tablefootnote.sty' not found` and the CTAN archive at ctan.org/pkg/tablefootnote?lang=en doesn't contain .sty. Any idea?

    – mahmood
    4 hours ago














2












2








2







Not sure to have fully understood what you want, but the tablefootnote package can help. Does this code yield more or less what you want?



documentclass[conference]{IEEEtran}
IEEEoverridecommandlockouts
usepackage{array}
usepackage[symbol]{footmisc}
usepackage{tablefootnote}
title{my title}
author{}

begin{document}
maketitle

leavevmode
vfill
%vspace*{30baselineskip}
section{Section 1}
Table~ref{my-label}
shows
begin{table}[!htb]
centeringsetlength{extrarowheight}{2pt}
caption{the caption}
label{my-label}
begin{tabular}{>{centeringarraybackslash}p{1.5cm}|>{centeringarraybackslash}p{1.5cm}}%{>{centeringarraybackslash}p{1.5cm}|>{centeringarraybackslash}p{1.5cm}}
Year & Architecture
tabularnewline
hline
first column & second column
tabularnewline
A & WORDtablefootnote{explanation}
tabularnewline
B & WORDfootnotemark[value{footnote}]
end{tabular}
end{table}

end{document}


enter image description here






share|improve this answer















Not sure to have fully understood what you want, but the tablefootnote package can help. Does this code yield more or less what you want?



documentclass[conference]{IEEEtran}
IEEEoverridecommandlockouts
usepackage{array}
usepackage[symbol]{footmisc}
usepackage{tablefootnote}
title{my title}
author{}

begin{document}
maketitle

leavevmode
vfill
%vspace*{30baselineskip}
section{Section 1}
Table~ref{my-label}
shows
begin{table}[!htb]
centeringsetlength{extrarowheight}{2pt}
caption{the caption}
label{my-label}
begin{tabular}{>{centeringarraybackslash}p{1.5cm}|>{centeringarraybackslash}p{1.5cm}}%{>{centeringarraybackslash}p{1.5cm}|>{centeringarraybackslash}p{1.5cm}}
Year & Architecture
tabularnewline
hline
first column & second column
tabularnewline
A & WORDtablefootnote{explanation}
tabularnewline
B & WORDfootnotemark[value{footnote}]
end{tabular}
end{table}

end{document}


enter image description here







share|improve this answer














share|improve this answer



share|improve this answer








edited 4 hours ago

























answered 4 hours ago









BernardBernard

175k778208




175k778208













  • OK. Right now, tlmgr install tablefootenote stuck and nothing is shown in the console. I think there is a problem with network. Anyway... Your method answers my first question. For the second question, I actually want to put * for both WORD. You used two symbols which is not what I am looking for. Think that they have identical explanation in the footnote.

    – mahmood
    4 hours ago













  • Do you mean both should refer to the same footnote?

    – Bernard
    4 hours ago











  • Yes. That is right.

    – mahmood
    4 hours ago






  • 1





    It's easy. Please see my updated answer.

    – Bernard
    4 hours ago











  • BTW, I get LaTeX Error: File tablefootnote.sty' not found` and the CTAN archive at ctan.org/pkg/tablefootnote?lang=en doesn't contain .sty. Any idea?

    – mahmood
    4 hours ago



















  • OK. Right now, tlmgr install tablefootenote stuck and nothing is shown in the console. I think there is a problem with network. Anyway... Your method answers my first question. For the second question, I actually want to put * for both WORD. You used two symbols which is not what I am looking for. Think that they have identical explanation in the footnote.

    – mahmood
    4 hours ago













  • Do you mean both should refer to the same footnote?

    – Bernard
    4 hours ago











  • Yes. That is right.

    – mahmood
    4 hours ago






  • 1





    It's easy. Please see my updated answer.

    – Bernard
    4 hours ago











  • BTW, I get LaTeX Error: File tablefootnote.sty' not found` and the CTAN archive at ctan.org/pkg/tablefootnote?lang=en doesn't contain .sty. Any idea?

    – mahmood
    4 hours ago

















OK. Right now, tlmgr install tablefootenote stuck and nothing is shown in the console. I think there is a problem with network. Anyway... Your method answers my first question. For the second question, I actually want to put * for both WORD. You used two symbols which is not what I am looking for. Think that they have identical explanation in the footnote.

– mahmood
4 hours ago







OK. Right now, tlmgr install tablefootenote stuck and nothing is shown in the console. I think there is a problem with network. Anyway... Your method answers my first question. For the second question, I actually want to put * for both WORD. You used two symbols which is not what I am looking for. Think that they have identical explanation in the footnote.

– mahmood
4 hours ago















Do you mean both should refer to the same footnote?

– Bernard
4 hours ago





Do you mean both should refer to the same footnote?

– Bernard
4 hours ago













Yes. That is right.

– mahmood
4 hours ago





Yes. That is right.

– mahmood
4 hours ago




1




1





It's easy. Please see my updated answer.

– Bernard
4 hours ago





It's easy. Please see my updated answer.

– Bernard
4 hours ago













BTW, I get LaTeX Error: File tablefootnote.sty' not found` and the CTAN archive at ctan.org/pkg/tablefootnote?lang=en doesn't contain .sty. Any idea?

– mahmood
4 hours ago





BTW, I get LaTeX Error: File tablefootnote.sty' not found` and the CTAN archive at ctan.org/pkg/tablefootnote?lang=en doesn't contain .sty. Any idea?

– mahmood
4 hours ago


















draft saved

draft discarded




















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483567%2ffootnote-issue-in-tables-and-cells%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Lallio

Futebolista

Jornalista