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
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
add a comment |
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
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
add a comment |
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
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
tables footnotes
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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}
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 getLaTeX 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
|
show 2 more comments
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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}
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 getLaTeX 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
|
show 2 more comments
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}
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 getLaTeX 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
|
show 2 more comments
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}
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}
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 getLaTeX 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
|
show 2 more comments
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 getLaTeX 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
|
show 2 more comments
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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