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

Today is the Center

How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?

Risk of getting Chronic Wasting Disease (CWD) in the United States?

Windows 98 hangs after entering password on fresh install

How is it possible to have an ability score that is less than 3?

Email Account under attack (really) - anything I can do?

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

Why don't electron-positron collisions release infinite energy?

Do I have a twin with permutated remainders?

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

What do you call a Matrix-like slowdown and camera movement effect?

How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?

The use of multiple foreign keys on same column in SQL Server

Why Is Death Allowed In the Matrix?

Problem of parity - Can we draw a closed path made up of 20 line segments...

Has the BBC provided arguments for saying Brexit being cancelled is unlikely?

Can divisibility rules for digits be generalized to sum of digits

How to write a macro that is braces sensitive?

Is a tag line useful on a cover?

Smoothness of finite-dimensional functional calculus

To string or not to string

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

Prove that NP is closed under karp reduction?

How do I create uniquely male characters?



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











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

    – mahmood
    7 hours ago











  • well, than you have easy task ...

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











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

    – mahmood
    7 hours ago











  • well, than you have easy task ...

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







mahmood

















asked 8 hours ago









mahmoodmahmood

1,29871630




1,29871630













  • please, provide mwe!

    – Zarko
    7 hours ago











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

    – mahmood
    7 hours ago











  • well, than you have easy task ...

    – Zarko
    7 hours ago



















  • please, provide mwe!

    – Zarko
    7 hours ago











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

    – mahmood
    7 hours ago











  • well, than you have easy task ...

    – Zarko
    7 hours ago

















please, provide mwe!

– Zarko
7 hours ago





please, provide mwe!

– Zarko
7 hours ago













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

– mahmood
7 hours ago





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

– mahmood
7 hours ago













well, than you have easy task ...

– Zarko
7 hours ago





well, than you have easy task ...

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













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

    – Bernard
    6 hours ago











  • Yes. That is right.

    – mahmood
    6 hours ago






  • 1





    It's easy. Please see my updated answer.

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













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

    – Bernard
    6 hours ago











  • Yes. That is right.

    – mahmood
    6 hours ago






  • 1





    It's easy. Please see my updated answer.

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













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

    – Bernard
    6 hours ago











  • Yes. That is right.

    – mahmood
    6 hours ago






  • 1





    It's easy. Please see my updated answer.

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

























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













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

    – Bernard
    6 hours ago











  • Yes. That is right.

    – mahmood
    6 hours ago






  • 1





    It's easy. Please see my updated answer.

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













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

    – Bernard
    6 hours ago











  • Yes. That is right.

    – mahmood
    6 hours ago






  • 1





    It's easy. Please see my updated answer.

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















Do you mean both should refer to the same footnote?

– Bernard
6 hours ago





Do you mean both should refer to the same footnote?

– Bernard
6 hours ago













Yes. That is right.

– mahmood
6 hours ago





Yes. That is right.

– mahmood
6 hours ago




1




1





It's easy. Please see my updated answer.

– Bernard
6 hours ago





It's easy. Please see my updated answer.

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

Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...