footnote issue in tables and cellsCentering a table while ignoring the 1st column in centering...

What would happen to a modern skyscraper if it rains micro blackholes?

Why not use SQL instead of GraphQL?

Arthur Somervell: 1000 Exercises - Meaning of this notation

How to write a macro that is braces sensitive?

TGV timetables / schedules?

Modeling an IPv4 Address

Service Entrance Breakers Rain Shield

In Japanese, what’s the difference between “Tonari ni” (となりに) and “Tsugi” (つぎ)? When would you use one over the other?

What typically incentivizes a professor to change jobs to a lower ranking university?

Have astronauts in space suits ever taken selfies? If so, how?

How much RAM could one put in a typical 80386 setup?

Show that if two triangles built on parallel lines, with equal bases have the same perimeter only if they are congruent.

How does one intimidate enemies without having the capacity for violence?

What is the offset in a seaplane's hull?

How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?

How to format long polynomial?

How can bays and straits be determined in a procedurally generated map?

Do I have a twin with permutated remainders?

Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?

Can I ask the recruiters in my resume to put the reason why I am rejected?

How do I create uniquely male characters?

strToHex ( string to its hex representation as string)

Why does Kotter return in Welcome Back Kotter?

What does it mean to describe someone as a butt steak?



footnote issue in tables and cells


Centering a table while ignoring the 1st column in centering procedurecancelling out cells in tablesMultiple questions regarding formatting tablesFootnote Issue in OverleafChange configurations within a tablefootnote marginn issueHaving trouble understanding the tabular environmentTables: union of cellsLatex: is is possible to have a marginnote with a leading line and both in and outside a float environment?Vertical fill for text under table at end of section













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
    10 hours ago











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

    – mahmood
    10 hours ago











  • well, than you have easy task ...

    – Zarko
    10 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
    10 hours ago











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

    – mahmood
    10 hours ago











  • well, than you have easy task ...

    – Zarko
    10 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 10 hours ago







mahmood

















asked 10 hours ago









mahmoodmahmood

1,29871630




1,29871630













  • please, provide mwe!

    – Zarko
    10 hours ago











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

    – mahmood
    10 hours ago











  • well, than you have easy task ...

    – Zarko
    10 hours ago



















  • please, provide mwe!

    – Zarko
    10 hours ago











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

    – mahmood
    10 hours ago











  • well, than you have easy task ...

    – Zarko
    10 hours ago

















please, provide mwe!

– Zarko
10 hours ago





please, provide mwe!

– Zarko
10 hours ago













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

– mahmood
10 hours ago





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

– mahmood
10 hours ago













well, than you have easy task ...

– Zarko
10 hours ago





well, than you have easy task ...

– Zarko
10 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
    9 hours ago













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

    – Bernard
    9 hours ago











  • Yes. That is right.

    – mahmood
    9 hours ago






  • 1





    It's easy. Please see my updated answer.

    – Bernard
    9 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
    9 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
    9 hours ago













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

    – Bernard
    9 hours ago











  • Yes. That is right.

    – mahmood
    9 hours ago






  • 1





    It's easy. Please see my updated answer.

    – Bernard
    9 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
    9 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
    9 hours ago













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

    – Bernard
    9 hours ago











  • Yes. That is right.

    – mahmood
    9 hours ago






  • 1





    It's easy. Please see my updated answer.

    – Bernard
    9 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
    9 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 9 hours ago

























answered 9 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
    9 hours ago













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

    – Bernard
    9 hours ago











  • Yes. That is right.

    – mahmood
    9 hours ago






  • 1





    It's easy. Please see my updated answer.

    – Bernard
    9 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
    9 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
    9 hours ago













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

    – Bernard
    9 hours ago











  • Yes. That is right.

    – mahmood
    9 hours ago






  • 1





    It's easy. Please see my updated answer.

    – Bernard
    9 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
    9 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
9 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
9 hours ago















Do you mean both should refer to the same footnote?

– Bernard
9 hours ago





Do you mean both should refer to the same footnote?

– Bernard
9 hours ago













Yes. That is right.

– mahmood
9 hours ago





Yes. That is right.

– mahmood
9 hours ago




1




1





It's easy. Please see my updated answer.

– Bernard
9 hours ago





It's easy. Please see my updated answer.

– Bernard
9 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
9 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
9 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

Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...