footnotesize in tables











up vote
0
down vote

favorite












How to write footnote in tables please? I would like to give [1] in cell, which is link to text below the table. Thank you



documentclass{article}
usepackage{array}
usepackage{makecell, multirow, booktabs}
usepackage{caption}
begin{document}

begin{table}[h]
centering
caption{title}
footnotesizesetlength{extrarowheight}{2pt}
begin{tabular}{|c|c|c|c|c|c|c|c|c|c|c|}
hline
multicolumn{3}{|c|}{[1]} & multicolumn{2}{c|}{C} & R & multicolumn{3}{c|}{P} \
hline
multicolumn{3}{|c|}{} & multirow{2}{*}{~}& & & multicolumn{3}{c|}{}\
cline{1-3} cline{7-9}
& & & & & & & & \
hline
col1 & col2 & col3 & col4 & col5 & col6 & col7 & col8 &col9 \
hline
end{tabular}
label{table}

multicolumn{9}{l}{footnotesize Čísla }
end{table}
end{document}









share|improve this question
























  • Is your question about footnotesize or just about putting footnotes in a table?
    – marmot
    21 mins ago










  • I am sorry about putting footnotes in a table
    – Elisabeth
    17 mins ago










  • try to use threeparttabe or simple add manually [1] as superscript and add multi column cell in the last table row with text which you like to have as "footnote. to have only a "footnotemark in cell will confuzing readers ...
    – Zarko
    10 mins ago












  • Thank you, but I have an error in code. What is wrong please?
    – Elisabeth
    47 secs ago















up vote
0
down vote

favorite












How to write footnote in tables please? I would like to give [1] in cell, which is link to text below the table. Thank you



documentclass{article}
usepackage{array}
usepackage{makecell, multirow, booktabs}
usepackage{caption}
begin{document}

begin{table}[h]
centering
caption{title}
footnotesizesetlength{extrarowheight}{2pt}
begin{tabular}{|c|c|c|c|c|c|c|c|c|c|c|}
hline
multicolumn{3}{|c|}{[1]} & multicolumn{2}{c|}{C} & R & multicolumn{3}{c|}{P} \
hline
multicolumn{3}{|c|}{} & multirow{2}{*}{~}& & & multicolumn{3}{c|}{}\
cline{1-3} cline{7-9}
& & & & & & & & \
hline
col1 & col2 & col3 & col4 & col5 & col6 & col7 & col8 &col9 \
hline
end{tabular}
label{table}

multicolumn{9}{l}{footnotesize Čísla }
end{table}
end{document}









share|improve this question
























  • Is your question about footnotesize or just about putting footnotes in a table?
    – marmot
    21 mins ago










  • I am sorry about putting footnotes in a table
    – Elisabeth
    17 mins ago










  • try to use threeparttabe or simple add manually [1] as superscript and add multi column cell in the last table row with text which you like to have as "footnote. to have only a "footnotemark in cell will confuzing readers ...
    – Zarko
    10 mins ago












  • Thank you, but I have an error in code. What is wrong please?
    – Elisabeth
    47 secs ago













up vote
0
down vote

favorite









up vote
0
down vote

favorite











How to write footnote in tables please? I would like to give [1] in cell, which is link to text below the table. Thank you



documentclass{article}
usepackage{array}
usepackage{makecell, multirow, booktabs}
usepackage{caption}
begin{document}

begin{table}[h]
centering
caption{title}
footnotesizesetlength{extrarowheight}{2pt}
begin{tabular}{|c|c|c|c|c|c|c|c|c|c|c|}
hline
multicolumn{3}{|c|}{[1]} & multicolumn{2}{c|}{C} & R & multicolumn{3}{c|}{P} \
hline
multicolumn{3}{|c|}{} & multirow{2}{*}{~}& & & multicolumn{3}{c|}{}\
cline{1-3} cline{7-9}
& & & & & & & & \
hline
col1 & col2 & col3 & col4 & col5 & col6 & col7 & col8 &col9 \
hline
end{tabular}
label{table}

multicolumn{9}{l}{footnotesize Čísla }
end{table}
end{document}









share|improve this question















How to write footnote in tables please? I would like to give [1] in cell, which is link to text below the table. Thank you



documentclass{article}
usepackage{array}
usepackage{makecell, multirow, booktabs}
usepackage{caption}
begin{document}

begin{table}[h]
centering
caption{title}
footnotesizesetlength{extrarowheight}{2pt}
begin{tabular}{|c|c|c|c|c|c|c|c|c|c|c|}
hline
multicolumn{3}{|c|}{[1]} & multicolumn{2}{c|}{C} & R & multicolumn{3}{c|}{P} \
hline
multicolumn{3}{|c|}{} & multirow{2}{*}{~}& & & multicolumn{3}{c|}{}\
cline{1-3} cline{7-9}
& & & & & & & & \
hline
col1 & col2 & col3 & col4 & col5 & col6 & col7 & col8 &col9 \
hline
end{tabular}
label{table}

multicolumn{9}{l}{footnotesize Čísla }
end{table}
end{document}






tables






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 1 min ago

























asked 24 mins ago









Elisabeth

3616




3616












  • Is your question about footnotesize or just about putting footnotes in a table?
    – marmot
    21 mins ago










  • I am sorry about putting footnotes in a table
    – Elisabeth
    17 mins ago










  • try to use threeparttabe or simple add manually [1] as superscript and add multi column cell in the last table row with text which you like to have as "footnote. to have only a "footnotemark in cell will confuzing readers ...
    – Zarko
    10 mins ago












  • Thank you, but I have an error in code. What is wrong please?
    – Elisabeth
    47 secs ago


















  • Is your question about footnotesize or just about putting footnotes in a table?
    – marmot
    21 mins ago










  • I am sorry about putting footnotes in a table
    – Elisabeth
    17 mins ago










  • try to use threeparttabe or simple add manually [1] as superscript and add multi column cell in the last table row with text which you like to have as "footnote. to have only a "footnotemark in cell will confuzing readers ...
    – Zarko
    10 mins ago












  • Thank you, but I have an error in code. What is wrong please?
    – Elisabeth
    47 secs ago
















Is your question about footnotesize or just about putting footnotes in a table?
– marmot
21 mins ago




Is your question about footnotesize or just about putting footnotes in a table?
– marmot
21 mins ago












I am sorry about putting footnotes in a table
– Elisabeth
17 mins ago




I am sorry about putting footnotes in a table
– Elisabeth
17 mins ago












try to use threeparttabe or simple add manually [1] as superscript and add multi column cell in the last table row with text which you like to have as "footnote. to have only a "footnotemark in cell will confuzing readers ...
– Zarko
10 mins ago






try to use threeparttabe or simple add manually [1] as superscript and add multi column cell in the last table row with text which you like to have as "footnote. to have only a "footnotemark in cell will confuzing readers ...
– Zarko
10 mins ago














Thank you, but I have an error in code. What is wrong please?
– Elisabeth
47 secs ago




Thank you, but I have an error in code. What is wrong please?
– Elisabeth
47 secs ago















active

oldest

votes











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%2f466639%2ffootnotesize-in-tables%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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%2f466639%2ffootnotesize-in-tables%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

Contact image not getting when fetch all contact list from iPhone by CNContact

count number of partitions of a set with n elements into k subsets

A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks