Table formatting top left corner captionHow to force table caption on top?placing caption on the top right...
If I delete my router's history can my ISP still provide it to my parents?
Incorporating research and background: How much is too much?
Is it a fallacy if someone claims they need an explanation for every word of your argument to the point where they don't understand common terms?
Normalization for two bulk RNA-Seq samples to enable reliable fold-change estimation between genes
Can I write a book of my D&D game?
what does しにみえてる mean?
Can a person refuse a presidential pardon?
Can I become debt free or should I file bankruptcy ? How to manage my debt and finances?
Do authors have to be politically correct in article-writing?
Why do no American passenger airlines still operate dedicated cargo flights?
Can placing a counter on a creature after it has been assigned as an attacker remove it from combat
Injecting creativity into a cookbook
Who is this Ant Woman character in this image alongside the Wasp?
awk + sum all numbers
Using only 1s, make 29 with the minimum number of digits
Would a National Army of mercenaries be a feasible idea?
It took me a lot of time to make this, pls like. (YouTube Comments #1)
How can I deliver in-universe written lore to players without it being dry exposition?
Why publish a research paper when a blog post or a lecture slide can have more citation count than a journal paper?
Does SQL Server 2017, including older versions, support 8k disk sector sizes?
Intern applicant asking for compensation equivalent to that of permanent employee
Can an insurance company drop you after receiving a bill and refusing to pay?
What is the purpose of easy combat scenarios that don't need resource expenditure?
What is 6÷2×(1+2) =?
Table formatting top left corner caption
How to force table caption on top?placing caption on the top right or top left -Table caption align top-rightTable and caption formattingProblem with formatting two tabulars and long caption in table*Double hline and no top left cornerFormatting caption so it doesn't run off the table widthRemove top corner of a tableCaption at left side of the tableLeft align caption of table
I have a pretty typical format I follow for tables due to restrictions imposed by professors. While we are not required to use LaTeX it makes my life easier in terms of formatting and so on. However, due to the table format we must follow I am unable to use captions in my tables because I have struggled with a way to try and move them to the correct location. This in turn forces me to keep track of table numbers and all the annoying things that LaTeX tracks for us. I've included the format and what I used to create it below.
begin{table}[H]
centering
setlength{arrayrulewidth}{2pt}
begin{tabular}{cccccc}
multicolumn{5}{l}{textbf{Table 3} Main Effects and Interactions}\
hline\
underline{Combination} & underline{$sumDelta T^{+}$} & underline{$sumDelta T^{-}$} & underline{Contrast} & underline{Main Effect (E)} & underline{Absolute Effect $|E|$}\[0.25cm]
A & 251.03& 376.99& -125.96& -10.49 & 10.49\[0.125cm]
B & 372.03& 255.99& 116.04& 9.67 & 9.67\[0.125cm]
AB & 305.82& 322.2& -16.38& -1.365 & 1.365\[0.125cm]
C & 274.89& 353.13& -78.24& -6.52 & 6.52\[0.125cm]
AC & 324.9& 303.12& 21.78& 1.815 & 1.815\[0.125cm]
BC & 337.3& 290.72& 46.58& 3.88 & 3.88\[0.125cm]
ABC & 306.09& 321.93& -15.84& -1.32 & 1.32\[0.125cm]
hline
end{tabular}
label{tab:effects}
end{table}
I wanted to see if anyone knew of a way that I could position the table number and caption in the way that I have in the image so that I don't have to manually keep track of the numbers myself. I've tried things like defining the caption above the tabular environment and left justifying it but it hasn't worked. I don't necessarily agree with the positioning requirement but it effects our grade so I don't have much of a choice. Any help would be greatly appreciated.
tables captions
New contributor
add a comment |
I have a pretty typical format I follow for tables due to restrictions imposed by professors. While we are not required to use LaTeX it makes my life easier in terms of formatting and so on. However, due to the table format we must follow I am unable to use captions in my tables because I have struggled with a way to try and move them to the correct location. This in turn forces me to keep track of table numbers and all the annoying things that LaTeX tracks for us. I've included the format and what I used to create it below.
begin{table}[H]
centering
setlength{arrayrulewidth}{2pt}
begin{tabular}{cccccc}
multicolumn{5}{l}{textbf{Table 3} Main Effects and Interactions}\
hline\
underline{Combination} & underline{$sumDelta T^{+}$} & underline{$sumDelta T^{-}$} & underline{Contrast} & underline{Main Effect (E)} & underline{Absolute Effect $|E|$}\[0.25cm]
A & 251.03& 376.99& -125.96& -10.49 & 10.49\[0.125cm]
B & 372.03& 255.99& 116.04& 9.67 & 9.67\[0.125cm]
AB & 305.82& 322.2& -16.38& -1.365 & 1.365\[0.125cm]
C & 274.89& 353.13& -78.24& -6.52 & 6.52\[0.125cm]
AC & 324.9& 303.12& 21.78& 1.815 & 1.815\[0.125cm]
BC & 337.3& 290.72& 46.58& 3.88 & 3.88\[0.125cm]
ABC & 306.09& 321.93& -15.84& -1.32 & 1.32\[0.125cm]
hline
end{tabular}
label{tab:effects}
end{table}
I wanted to see if anyone knew of a way that I could position the table number and caption in the way that I have in the image so that I don't have to manually keep track of the numbers myself. I've tried things like defining the caption above the tabular environment and left justifying it but it hasn't worked. I don't necessarily agree with the positioning requirement but it effects our grade so I don't have much of a choice. Any help would be greatly appreciated.
tables captions
New contributor
2
Welcome to TeX.SX. Your "Minimal Working Example" (MWE) should start withdocumentclass
, include all relevantusepackage
commands, end withend{document}
and compile without errors, even if it does not produce your desired output. That way other users can just cut an paste your entire MWE as a starting point..
– Sandy G
2 hours ago
add a comment |
I have a pretty typical format I follow for tables due to restrictions imposed by professors. While we are not required to use LaTeX it makes my life easier in terms of formatting and so on. However, due to the table format we must follow I am unable to use captions in my tables because I have struggled with a way to try and move them to the correct location. This in turn forces me to keep track of table numbers and all the annoying things that LaTeX tracks for us. I've included the format and what I used to create it below.
begin{table}[H]
centering
setlength{arrayrulewidth}{2pt}
begin{tabular}{cccccc}
multicolumn{5}{l}{textbf{Table 3} Main Effects and Interactions}\
hline\
underline{Combination} & underline{$sumDelta T^{+}$} & underline{$sumDelta T^{-}$} & underline{Contrast} & underline{Main Effect (E)} & underline{Absolute Effect $|E|$}\[0.25cm]
A & 251.03& 376.99& -125.96& -10.49 & 10.49\[0.125cm]
B & 372.03& 255.99& 116.04& 9.67 & 9.67\[0.125cm]
AB & 305.82& 322.2& -16.38& -1.365 & 1.365\[0.125cm]
C & 274.89& 353.13& -78.24& -6.52 & 6.52\[0.125cm]
AC & 324.9& 303.12& 21.78& 1.815 & 1.815\[0.125cm]
BC & 337.3& 290.72& 46.58& 3.88 & 3.88\[0.125cm]
ABC & 306.09& 321.93& -15.84& -1.32 & 1.32\[0.125cm]
hline
end{tabular}
label{tab:effects}
end{table}
I wanted to see if anyone knew of a way that I could position the table number and caption in the way that I have in the image so that I don't have to manually keep track of the numbers myself. I've tried things like defining the caption above the tabular environment and left justifying it but it hasn't worked. I don't necessarily agree with the positioning requirement but it effects our grade so I don't have much of a choice. Any help would be greatly appreciated.
tables captions
New contributor
I have a pretty typical format I follow for tables due to restrictions imposed by professors. While we are not required to use LaTeX it makes my life easier in terms of formatting and so on. However, due to the table format we must follow I am unable to use captions in my tables because I have struggled with a way to try and move them to the correct location. This in turn forces me to keep track of table numbers and all the annoying things that LaTeX tracks for us. I've included the format and what I used to create it below.
begin{table}[H]
centering
setlength{arrayrulewidth}{2pt}
begin{tabular}{cccccc}
multicolumn{5}{l}{textbf{Table 3} Main Effects and Interactions}\
hline\
underline{Combination} & underline{$sumDelta T^{+}$} & underline{$sumDelta T^{-}$} & underline{Contrast} & underline{Main Effect (E)} & underline{Absolute Effect $|E|$}\[0.25cm]
A & 251.03& 376.99& -125.96& -10.49 & 10.49\[0.125cm]
B & 372.03& 255.99& 116.04& 9.67 & 9.67\[0.125cm]
AB & 305.82& 322.2& -16.38& -1.365 & 1.365\[0.125cm]
C & 274.89& 353.13& -78.24& -6.52 & 6.52\[0.125cm]
AC & 324.9& 303.12& 21.78& 1.815 & 1.815\[0.125cm]
BC & 337.3& 290.72& 46.58& 3.88 & 3.88\[0.125cm]
ABC & 306.09& 321.93& -15.84& -1.32 & 1.32\[0.125cm]
hline
end{tabular}
label{tab:effects}
end{table}
I wanted to see if anyone knew of a way that I could position the table number and caption in the way that I have in the image so that I don't have to manually keep track of the numbers myself. I've tried things like defining the caption above the tabular environment and left justifying it but it hasn't worked. I don't necessarily agree with the positioning requirement but it effects our grade so I don't have much of a choice. Any help would be greatly appreciated.
tables captions
tables captions
New contributor
New contributor
New contributor
asked 2 hours ago
echo140echo140
232
232
New contributor
New contributor
2
Welcome to TeX.SX. Your "Minimal Working Example" (MWE) should start withdocumentclass
, include all relevantusepackage
commands, end withend{document}
and compile without errors, even if it does not produce your desired output. That way other users can just cut an paste your entire MWE as a starting point..
– Sandy G
2 hours ago
add a comment |
2
Welcome to TeX.SX. Your "Minimal Working Example" (MWE) should start withdocumentclass
, include all relevantusepackage
commands, end withend{document}
and compile without errors, even if it does not produce your desired output. That way other users can just cut an paste your entire MWE as a starting point..
– Sandy G
2 hours ago
2
2
Welcome to TeX.SX. Your "Minimal Working Example" (MWE) should start with
documentclass
, include all relevant usepackage
commands, end with end{document}
and compile without errors, even if it does not produce your desired output. That way other users can just cut an paste your entire MWE as a starting point..– Sandy G
2 hours ago
Welcome to TeX.SX. Your "Minimal Working Example" (MWE) should start with
documentclass
, include all relevant usepackage
commands, end with end{document}
and compile without errors, even if it does not produce your desired output. That way other users can just cut an paste your entire MWE as a starting point..– Sandy G
2 hours ago
add a comment |
3 Answers
3
active
oldest
votes
I would use the caption
package to fine-tune the appearance of the captions to meet your professors' formatting requirements. In addition, I would load the siunitx
package and its S
column type to format the numeric data columns, and I would load the booktabs
package for well-spaced horizontal lines. Don't use underline
, please; instead, use cmidrule
. Finally, consider using a tabular*
environment instead of a tabular
environment, to help the tabular material fit inside the width of the text block.
documentclass{article}
usepackage{booktabs} % for sell-spaced horizontal lines
usepackage{siunitx} % for 'S' column type
usepackage{caption} % fine control over caption appearance
captionsetup{labelfont=bf,singlelinecheck=false,
labelsep=space,skip=2pt}
begin{document}
begin{table}
setlengthheavyrulewidth{2pt} % does it have to be soooo wide?
setlengthextrarowheight{2pt}
setlengthtabcolsep{0pt}
caption{Main Effects and Interactions} label{tab:effects}
begin{tabular*}{textwidth}{@{extracolsep{fill}}
c *{2}{S[table-format= 3.2]}
S[table-format=-3.2]
S[table-format=-2.3]
S[table-format= 2.3] @{}}
toprule
Combination & {$sumDelta T^{+}$} &
{$sumDelta T^{-}$} & {Contrast} &
{Main Effect ($E$)} & {Abs. Effect $|E|$} \
cmidrule{1-1} cmidrule{2-2} cmidrule{3-3}
cmidrule{4-4} cmidrule{5-5} cmidrule{6-6}
A & 251.03& 376.99& -125.96& -10.49 & 10.49\
B & 372.03& 255.99& 116.04& 9.67 & 9.67 \
AB & 305.82& 322.2 & -16.38& -1.365 & 1.365\
C & 274.89& 353.13& -78.24& -6.52 & 6.52 \
AC & 324.9 & 303.12& 21.78& 1.815 & 1.815\
BC & 337.3 & 290.72& 46.58& 3.88 & 3.88 \
ABC & 306.09& 321.93& -15.84& -1.32 & 1.32 \
bottomrule
end{tabular*}
end{table}
end{document}
add a comment |
I think of something like that with the caption package and some options?
documentclass[12pt]{article}
usepackage[labelfont=bf]{caption}
captionsetup{justification=raggedright,
singlelinecheck=false
}
begin{document}
begin{table}[h]
centering
setlength{arrayrulewidth}{2pt}
caption{Main Effects and Interaction}
begin{tabular}{cccccc}
hline\
underline{Combination} & underline{$sumDelta T^{+}$} & underline{$sumDelta T^{-}$} & underline{Contrast} & underline{Main Effect (E)} & underline{Absolute Effect $|E|$}\[0.25cm]
A & 251.03& 376.99& -125.96& -10.49 & 10.49\[0.125cm]
B & 372.03& 255.99& 116.04& 9.67 & 9.67\[0.125cm]
AB & 305.82& 322.2& -16.38& -1.365 & 1.365\[0.125cm]
C & 274.89& 353.13& -78.24& -6.52 & 6.52\[0.125cm]
AC & 324.9& 303.12& 21.78& 1.815 & 1.815\[0.125cm]
BC & 337.3& 290.72& 46.58& 3.88 & 3.88\[0.125cm]
ABC & 306.09& 321.93& -15.84& -1.32 & 1.32\[0.125cm]
hline
end{tabular}
label{tab:effects}
end{table}
end{document}
Hope it helps :-)
Romain
1
Thats exactly what I needed. Thank you!
– echo140
2 hours ago
This solution leaves a lot more vertical space between the caption and the start of thetabular
environment than would seem to be desirable given the OP's screenshot. Moreover, it uses a colon instead of whitespace as the separator between the caption label and the caption text. Can you think of ways to address these issues?
– Mico
2 hours ago
add a comment |
If I've well understood what you want, you can obtain what you want with the caption
and floatrow
packages. I added some improvements to your table – replacing the underline
s with cmidrule
(from booktabs
), so as to have all shortlines at the same level, and changing columnspecifier from c
to S
, to have all numbers in a column aligned on the decimal dot.
Aldo, your table is too wide for default margins? So I loaded geometry, which defines more sensible defaults.
documentclass{article}
usepackage{array, caption, floatrow, booktabs}
usepackage{siunitx}
usepackage[showframe]{geometry}
begin{document}
setcounter{table}{2}
begin{table}[!htb]
centering
captionsetup{singlelinecheck=off, labelfont=bf, skip=0pt}
floatsetup{captionskip=6pt}
setlength{arrayrulewidth}{2pt}
sisetup{ table-number-alignment=center}
ttabbox{caption{Main Effects and Interactions}label{tab:effects}}
{begin{tabular}{c*{2}{S[table-format=3.2]}S[table-format=-3.2]S[table-format=-2.3]S[table-format=2.3]}
toprule
Combination & {$sumDelta T^{+}$} & {$sumDelta T^{-}$} & {Contrast} & {Main Effect (E)} &{Absolute Effect $|E|$}\
cmidrule(lr){1-1}cmidrule(lr){2-2}cmidrule(lr){3-3}cmidrule(lr){4-4}cmidrule(lr){5-5}cmidrule(lr){6-6}
addlinespace
A & 251.03& 376.99& -125.96& -10.49 & 10.49\
addlinespace
B & 372.03& 255.99& 116.04& 9.67 & 9.67\
addlinespace
AB & 305.82& 322.2& -16.38& -1.365 & 1.365\
addlinespace
C & 274.89& 353.13& -78.24& -6.52 & 6.52\
addlinespace
AC & 324.9& 303.12& 21.78& 1.815 & 1.815\
addlinespace
BC & 337.3& 290.72& 46.58& 3.88 & 3.88\
addlinespace
ABC & 306.09& 321.93& -15.84& -1.32 & 1.32\
bottomrule
end{tabular}}
end{table}
end{document}
add a comment |
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
});
}
});
echo140 is a new contributor. Be nice, and check out our Code of Conduct.
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%2f477229%2ftable-formatting-top-left-corner-caption%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
I would use the caption
package to fine-tune the appearance of the captions to meet your professors' formatting requirements. In addition, I would load the siunitx
package and its S
column type to format the numeric data columns, and I would load the booktabs
package for well-spaced horizontal lines. Don't use underline
, please; instead, use cmidrule
. Finally, consider using a tabular*
environment instead of a tabular
environment, to help the tabular material fit inside the width of the text block.
documentclass{article}
usepackage{booktabs} % for sell-spaced horizontal lines
usepackage{siunitx} % for 'S' column type
usepackage{caption} % fine control over caption appearance
captionsetup{labelfont=bf,singlelinecheck=false,
labelsep=space,skip=2pt}
begin{document}
begin{table}
setlengthheavyrulewidth{2pt} % does it have to be soooo wide?
setlengthextrarowheight{2pt}
setlengthtabcolsep{0pt}
caption{Main Effects and Interactions} label{tab:effects}
begin{tabular*}{textwidth}{@{extracolsep{fill}}
c *{2}{S[table-format= 3.2]}
S[table-format=-3.2]
S[table-format=-2.3]
S[table-format= 2.3] @{}}
toprule
Combination & {$sumDelta T^{+}$} &
{$sumDelta T^{-}$} & {Contrast} &
{Main Effect ($E$)} & {Abs. Effect $|E|$} \
cmidrule{1-1} cmidrule{2-2} cmidrule{3-3}
cmidrule{4-4} cmidrule{5-5} cmidrule{6-6}
A & 251.03& 376.99& -125.96& -10.49 & 10.49\
B & 372.03& 255.99& 116.04& 9.67 & 9.67 \
AB & 305.82& 322.2 & -16.38& -1.365 & 1.365\
C & 274.89& 353.13& -78.24& -6.52 & 6.52 \
AC & 324.9 & 303.12& 21.78& 1.815 & 1.815\
BC & 337.3 & 290.72& 46.58& 3.88 & 3.88 \
ABC & 306.09& 321.93& -15.84& -1.32 & 1.32 \
bottomrule
end{tabular*}
end{table}
end{document}
add a comment |
I would use the caption
package to fine-tune the appearance of the captions to meet your professors' formatting requirements. In addition, I would load the siunitx
package and its S
column type to format the numeric data columns, and I would load the booktabs
package for well-spaced horizontal lines. Don't use underline
, please; instead, use cmidrule
. Finally, consider using a tabular*
environment instead of a tabular
environment, to help the tabular material fit inside the width of the text block.
documentclass{article}
usepackage{booktabs} % for sell-spaced horizontal lines
usepackage{siunitx} % for 'S' column type
usepackage{caption} % fine control over caption appearance
captionsetup{labelfont=bf,singlelinecheck=false,
labelsep=space,skip=2pt}
begin{document}
begin{table}
setlengthheavyrulewidth{2pt} % does it have to be soooo wide?
setlengthextrarowheight{2pt}
setlengthtabcolsep{0pt}
caption{Main Effects and Interactions} label{tab:effects}
begin{tabular*}{textwidth}{@{extracolsep{fill}}
c *{2}{S[table-format= 3.2]}
S[table-format=-3.2]
S[table-format=-2.3]
S[table-format= 2.3] @{}}
toprule
Combination & {$sumDelta T^{+}$} &
{$sumDelta T^{-}$} & {Contrast} &
{Main Effect ($E$)} & {Abs. Effect $|E|$} \
cmidrule{1-1} cmidrule{2-2} cmidrule{3-3}
cmidrule{4-4} cmidrule{5-5} cmidrule{6-6}
A & 251.03& 376.99& -125.96& -10.49 & 10.49\
B & 372.03& 255.99& 116.04& 9.67 & 9.67 \
AB & 305.82& 322.2 & -16.38& -1.365 & 1.365\
C & 274.89& 353.13& -78.24& -6.52 & 6.52 \
AC & 324.9 & 303.12& 21.78& 1.815 & 1.815\
BC & 337.3 & 290.72& 46.58& 3.88 & 3.88 \
ABC & 306.09& 321.93& -15.84& -1.32 & 1.32 \
bottomrule
end{tabular*}
end{table}
end{document}
add a comment |
I would use the caption
package to fine-tune the appearance of the captions to meet your professors' formatting requirements. In addition, I would load the siunitx
package and its S
column type to format the numeric data columns, and I would load the booktabs
package for well-spaced horizontal lines. Don't use underline
, please; instead, use cmidrule
. Finally, consider using a tabular*
environment instead of a tabular
environment, to help the tabular material fit inside the width of the text block.
documentclass{article}
usepackage{booktabs} % for sell-spaced horizontal lines
usepackage{siunitx} % for 'S' column type
usepackage{caption} % fine control over caption appearance
captionsetup{labelfont=bf,singlelinecheck=false,
labelsep=space,skip=2pt}
begin{document}
begin{table}
setlengthheavyrulewidth{2pt} % does it have to be soooo wide?
setlengthextrarowheight{2pt}
setlengthtabcolsep{0pt}
caption{Main Effects and Interactions} label{tab:effects}
begin{tabular*}{textwidth}{@{extracolsep{fill}}
c *{2}{S[table-format= 3.2]}
S[table-format=-3.2]
S[table-format=-2.3]
S[table-format= 2.3] @{}}
toprule
Combination & {$sumDelta T^{+}$} &
{$sumDelta T^{-}$} & {Contrast} &
{Main Effect ($E$)} & {Abs. Effect $|E|$} \
cmidrule{1-1} cmidrule{2-2} cmidrule{3-3}
cmidrule{4-4} cmidrule{5-5} cmidrule{6-6}
A & 251.03& 376.99& -125.96& -10.49 & 10.49\
B & 372.03& 255.99& 116.04& 9.67 & 9.67 \
AB & 305.82& 322.2 & -16.38& -1.365 & 1.365\
C & 274.89& 353.13& -78.24& -6.52 & 6.52 \
AC & 324.9 & 303.12& 21.78& 1.815 & 1.815\
BC & 337.3 & 290.72& 46.58& 3.88 & 3.88 \
ABC & 306.09& 321.93& -15.84& -1.32 & 1.32 \
bottomrule
end{tabular*}
end{table}
end{document}
I would use the caption
package to fine-tune the appearance of the captions to meet your professors' formatting requirements. In addition, I would load the siunitx
package and its S
column type to format the numeric data columns, and I would load the booktabs
package for well-spaced horizontal lines. Don't use underline
, please; instead, use cmidrule
. Finally, consider using a tabular*
environment instead of a tabular
environment, to help the tabular material fit inside the width of the text block.
documentclass{article}
usepackage{booktabs} % for sell-spaced horizontal lines
usepackage{siunitx} % for 'S' column type
usepackage{caption} % fine control over caption appearance
captionsetup{labelfont=bf,singlelinecheck=false,
labelsep=space,skip=2pt}
begin{document}
begin{table}
setlengthheavyrulewidth{2pt} % does it have to be soooo wide?
setlengthextrarowheight{2pt}
setlengthtabcolsep{0pt}
caption{Main Effects and Interactions} label{tab:effects}
begin{tabular*}{textwidth}{@{extracolsep{fill}}
c *{2}{S[table-format= 3.2]}
S[table-format=-3.2]
S[table-format=-2.3]
S[table-format= 2.3] @{}}
toprule
Combination & {$sumDelta T^{+}$} &
{$sumDelta T^{-}$} & {Contrast} &
{Main Effect ($E$)} & {Abs. Effect $|E|$} \
cmidrule{1-1} cmidrule{2-2} cmidrule{3-3}
cmidrule{4-4} cmidrule{5-5} cmidrule{6-6}
A & 251.03& 376.99& -125.96& -10.49 & 10.49\
B & 372.03& 255.99& 116.04& 9.67 & 9.67 \
AB & 305.82& 322.2 & -16.38& -1.365 & 1.365\
C & 274.89& 353.13& -78.24& -6.52 & 6.52 \
AC & 324.9 & 303.12& 21.78& 1.815 & 1.815\
BC & 337.3 & 290.72& 46.58& 3.88 & 3.88 \
ABC & 306.09& 321.93& -15.84& -1.32 & 1.32 \
bottomrule
end{tabular*}
end{table}
end{document}
edited 2 hours ago
answered 2 hours ago
MicoMico
281k31384772
281k31384772
add a comment |
add a comment |
I think of something like that with the caption package and some options?
documentclass[12pt]{article}
usepackage[labelfont=bf]{caption}
captionsetup{justification=raggedright,
singlelinecheck=false
}
begin{document}
begin{table}[h]
centering
setlength{arrayrulewidth}{2pt}
caption{Main Effects and Interaction}
begin{tabular}{cccccc}
hline\
underline{Combination} & underline{$sumDelta T^{+}$} & underline{$sumDelta T^{-}$} & underline{Contrast} & underline{Main Effect (E)} & underline{Absolute Effect $|E|$}\[0.25cm]
A & 251.03& 376.99& -125.96& -10.49 & 10.49\[0.125cm]
B & 372.03& 255.99& 116.04& 9.67 & 9.67\[0.125cm]
AB & 305.82& 322.2& -16.38& -1.365 & 1.365\[0.125cm]
C & 274.89& 353.13& -78.24& -6.52 & 6.52\[0.125cm]
AC & 324.9& 303.12& 21.78& 1.815 & 1.815\[0.125cm]
BC & 337.3& 290.72& 46.58& 3.88 & 3.88\[0.125cm]
ABC & 306.09& 321.93& -15.84& -1.32 & 1.32\[0.125cm]
hline
end{tabular}
label{tab:effects}
end{table}
end{document}
Hope it helps :-)
Romain
1
Thats exactly what I needed. Thank you!
– echo140
2 hours ago
This solution leaves a lot more vertical space between the caption and the start of thetabular
environment than would seem to be desirable given the OP's screenshot. Moreover, it uses a colon instead of whitespace as the separator between the caption label and the caption text. Can you think of ways to address these issues?
– Mico
2 hours ago
add a comment |
I think of something like that with the caption package and some options?
documentclass[12pt]{article}
usepackage[labelfont=bf]{caption}
captionsetup{justification=raggedright,
singlelinecheck=false
}
begin{document}
begin{table}[h]
centering
setlength{arrayrulewidth}{2pt}
caption{Main Effects and Interaction}
begin{tabular}{cccccc}
hline\
underline{Combination} & underline{$sumDelta T^{+}$} & underline{$sumDelta T^{-}$} & underline{Contrast} & underline{Main Effect (E)} & underline{Absolute Effect $|E|$}\[0.25cm]
A & 251.03& 376.99& -125.96& -10.49 & 10.49\[0.125cm]
B & 372.03& 255.99& 116.04& 9.67 & 9.67\[0.125cm]
AB & 305.82& 322.2& -16.38& -1.365 & 1.365\[0.125cm]
C & 274.89& 353.13& -78.24& -6.52 & 6.52\[0.125cm]
AC & 324.9& 303.12& 21.78& 1.815 & 1.815\[0.125cm]
BC & 337.3& 290.72& 46.58& 3.88 & 3.88\[0.125cm]
ABC & 306.09& 321.93& -15.84& -1.32 & 1.32\[0.125cm]
hline
end{tabular}
label{tab:effects}
end{table}
end{document}
Hope it helps :-)
Romain
1
Thats exactly what I needed. Thank you!
– echo140
2 hours ago
This solution leaves a lot more vertical space between the caption and the start of thetabular
environment than would seem to be desirable given the OP's screenshot. Moreover, it uses a colon instead of whitespace as the separator between the caption label and the caption text. Can you think of ways to address these issues?
– Mico
2 hours ago
add a comment |
I think of something like that with the caption package and some options?
documentclass[12pt]{article}
usepackage[labelfont=bf]{caption}
captionsetup{justification=raggedright,
singlelinecheck=false
}
begin{document}
begin{table}[h]
centering
setlength{arrayrulewidth}{2pt}
caption{Main Effects and Interaction}
begin{tabular}{cccccc}
hline\
underline{Combination} & underline{$sumDelta T^{+}$} & underline{$sumDelta T^{-}$} & underline{Contrast} & underline{Main Effect (E)} & underline{Absolute Effect $|E|$}\[0.25cm]
A & 251.03& 376.99& -125.96& -10.49 & 10.49\[0.125cm]
B & 372.03& 255.99& 116.04& 9.67 & 9.67\[0.125cm]
AB & 305.82& 322.2& -16.38& -1.365 & 1.365\[0.125cm]
C & 274.89& 353.13& -78.24& -6.52 & 6.52\[0.125cm]
AC & 324.9& 303.12& 21.78& 1.815 & 1.815\[0.125cm]
BC & 337.3& 290.72& 46.58& 3.88 & 3.88\[0.125cm]
ABC & 306.09& 321.93& -15.84& -1.32 & 1.32\[0.125cm]
hline
end{tabular}
label{tab:effects}
end{table}
end{document}
Hope it helps :-)
Romain
I think of something like that with the caption package and some options?
documentclass[12pt]{article}
usepackage[labelfont=bf]{caption}
captionsetup{justification=raggedright,
singlelinecheck=false
}
begin{document}
begin{table}[h]
centering
setlength{arrayrulewidth}{2pt}
caption{Main Effects and Interaction}
begin{tabular}{cccccc}
hline\
underline{Combination} & underline{$sumDelta T^{+}$} & underline{$sumDelta T^{-}$} & underline{Contrast} & underline{Main Effect (E)} & underline{Absolute Effect $|E|$}\[0.25cm]
A & 251.03& 376.99& -125.96& -10.49 & 10.49\[0.125cm]
B & 372.03& 255.99& 116.04& 9.67 & 9.67\[0.125cm]
AB & 305.82& 322.2& -16.38& -1.365 & 1.365\[0.125cm]
C & 274.89& 353.13& -78.24& -6.52 & 6.52\[0.125cm]
AC & 324.9& 303.12& 21.78& 1.815 & 1.815\[0.125cm]
BC & 337.3& 290.72& 46.58& 3.88 & 3.88\[0.125cm]
ABC & 306.09& 321.93& -15.84& -1.32 & 1.32\[0.125cm]
hline
end{tabular}
label{tab:effects}
end{table}
end{document}
Hope it helps :-)
Romain
answered 2 hours ago
RockyRockRockyRock
8861212
8861212
1
Thats exactly what I needed. Thank you!
– echo140
2 hours ago
This solution leaves a lot more vertical space between the caption and the start of thetabular
environment than would seem to be desirable given the OP's screenshot. Moreover, it uses a colon instead of whitespace as the separator between the caption label and the caption text. Can you think of ways to address these issues?
– Mico
2 hours ago
add a comment |
1
Thats exactly what I needed. Thank you!
– echo140
2 hours ago
This solution leaves a lot more vertical space between the caption and the start of thetabular
environment than would seem to be desirable given the OP's screenshot. Moreover, it uses a colon instead of whitespace as the separator between the caption label and the caption text. Can you think of ways to address these issues?
– Mico
2 hours ago
1
1
Thats exactly what I needed. Thank you!
– echo140
2 hours ago
Thats exactly what I needed. Thank you!
– echo140
2 hours ago
This solution leaves a lot more vertical space between the caption and the start of the
tabular
environment than would seem to be desirable given the OP's screenshot. Moreover, it uses a colon instead of whitespace as the separator between the caption label and the caption text. Can you think of ways to address these issues?– Mico
2 hours ago
This solution leaves a lot more vertical space between the caption and the start of the
tabular
environment than would seem to be desirable given the OP's screenshot. Moreover, it uses a colon instead of whitespace as the separator between the caption label and the caption text. Can you think of ways to address these issues?– Mico
2 hours ago
add a comment |
If I've well understood what you want, you can obtain what you want with the caption
and floatrow
packages. I added some improvements to your table – replacing the underline
s with cmidrule
(from booktabs
), so as to have all shortlines at the same level, and changing columnspecifier from c
to S
, to have all numbers in a column aligned on the decimal dot.
Aldo, your table is too wide for default margins? So I loaded geometry, which defines more sensible defaults.
documentclass{article}
usepackage{array, caption, floatrow, booktabs}
usepackage{siunitx}
usepackage[showframe]{geometry}
begin{document}
setcounter{table}{2}
begin{table}[!htb]
centering
captionsetup{singlelinecheck=off, labelfont=bf, skip=0pt}
floatsetup{captionskip=6pt}
setlength{arrayrulewidth}{2pt}
sisetup{ table-number-alignment=center}
ttabbox{caption{Main Effects and Interactions}label{tab:effects}}
{begin{tabular}{c*{2}{S[table-format=3.2]}S[table-format=-3.2]S[table-format=-2.3]S[table-format=2.3]}
toprule
Combination & {$sumDelta T^{+}$} & {$sumDelta T^{-}$} & {Contrast} & {Main Effect (E)} &{Absolute Effect $|E|$}\
cmidrule(lr){1-1}cmidrule(lr){2-2}cmidrule(lr){3-3}cmidrule(lr){4-4}cmidrule(lr){5-5}cmidrule(lr){6-6}
addlinespace
A & 251.03& 376.99& -125.96& -10.49 & 10.49\
addlinespace
B & 372.03& 255.99& 116.04& 9.67 & 9.67\
addlinespace
AB & 305.82& 322.2& -16.38& -1.365 & 1.365\
addlinespace
C & 274.89& 353.13& -78.24& -6.52 & 6.52\
addlinespace
AC & 324.9& 303.12& 21.78& 1.815 & 1.815\
addlinespace
BC & 337.3& 290.72& 46.58& 3.88 & 3.88\
addlinespace
ABC & 306.09& 321.93& -15.84& -1.32 & 1.32\
bottomrule
end{tabular}}
end{table}
end{document}
add a comment |
If I've well understood what you want, you can obtain what you want with the caption
and floatrow
packages. I added some improvements to your table – replacing the underline
s with cmidrule
(from booktabs
), so as to have all shortlines at the same level, and changing columnspecifier from c
to S
, to have all numbers in a column aligned on the decimal dot.
Aldo, your table is too wide for default margins? So I loaded geometry, which defines more sensible defaults.
documentclass{article}
usepackage{array, caption, floatrow, booktabs}
usepackage{siunitx}
usepackage[showframe]{geometry}
begin{document}
setcounter{table}{2}
begin{table}[!htb]
centering
captionsetup{singlelinecheck=off, labelfont=bf, skip=0pt}
floatsetup{captionskip=6pt}
setlength{arrayrulewidth}{2pt}
sisetup{ table-number-alignment=center}
ttabbox{caption{Main Effects and Interactions}label{tab:effects}}
{begin{tabular}{c*{2}{S[table-format=3.2]}S[table-format=-3.2]S[table-format=-2.3]S[table-format=2.3]}
toprule
Combination & {$sumDelta T^{+}$} & {$sumDelta T^{-}$} & {Contrast} & {Main Effect (E)} &{Absolute Effect $|E|$}\
cmidrule(lr){1-1}cmidrule(lr){2-2}cmidrule(lr){3-3}cmidrule(lr){4-4}cmidrule(lr){5-5}cmidrule(lr){6-6}
addlinespace
A & 251.03& 376.99& -125.96& -10.49 & 10.49\
addlinespace
B & 372.03& 255.99& 116.04& 9.67 & 9.67\
addlinespace
AB & 305.82& 322.2& -16.38& -1.365 & 1.365\
addlinespace
C & 274.89& 353.13& -78.24& -6.52 & 6.52\
addlinespace
AC & 324.9& 303.12& 21.78& 1.815 & 1.815\
addlinespace
BC & 337.3& 290.72& 46.58& 3.88 & 3.88\
addlinespace
ABC & 306.09& 321.93& -15.84& -1.32 & 1.32\
bottomrule
end{tabular}}
end{table}
end{document}
add a comment |
If I've well understood what you want, you can obtain what you want with the caption
and floatrow
packages. I added some improvements to your table – replacing the underline
s with cmidrule
(from booktabs
), so as to have all shortlines at the same level, and changing columnspecifier from c
to S
, to have all numbers in a column aligned on the decimal dot.
Aldo, your table is too wide for default margins? So I loaded geometry, which defines more sensible defaults.
documentclass{article}
usepackage{array, caption, floatrow, booktabs}
usepackage{siunitx}
usepackage[showframe]{geometry}
begin{document}
setcounter{table}{2}
begin{table}[!htb]
centering
captionsetup{singlelinecheck=off, labelfont=bf, skip=0pt}
floatsetup{captionskip=6pt}
setlength{arrayrulewidth}{2pt}
sisetup{ table-number-alignment=center}
ttabbox{caption{Main Effects and Interactions}label{tab:effects}}
{begin{tabular}{c*{2}{S[table-format=3.2]}S[table-format=-3.2]S[table-format=-2.3]S[table-format=2.3]}
toprule
Combination & {$sumDelta T^{+}$} & {$sumDelta T^{-}$} & {Contrast} & {Main Effect (E)} &{Absolute Effect $|E|$}\
cmidrule(lr){1-1}cmidrule(lr){2-2}cmidrule(lr){3-3}cmidrule(lr){4-4}cmidrule(lr){5-5}cmidrule(lr){6-6}
addlinespace
A & 251.03& 376.99& -125.96& -10.49 & 10.49\
addlinespace
B & 372.03& 255.99& 116.04& 9.67 & 9.67\
addlinespace
AB & 305.82& 322.2& -16.38& -1.365 & 1.365\
addlinespace
C & 274.89& 353.13& -78.24& -6.52 & 6.52\
addlinespace
AC & 324.9& 303.12& 21.78& 1.815 & 1.815\
addlinespace
BC & 337.3& 290.72& 46.58& 3.88 & 3.88\
addlinespace
ABC & 306.09& 321.93& -15.84& -1.32 & 1.32\
bottomrule
end{tabular}}
end{table}
end{document}
If I've well understood what you want, you can obtain what you want with the caption
and floatrow
packages. I added some improvements to your table – replacing the underline
s with cmidrule
(from booktabs
), so as to have all shortlines at the same level, and changing columnspecifier from c
to S
, to have all numbers in a column aligned on the decimal dot.
Aldo, your table is too wide for default margins? So I loaded geometry, which defines more sensible defaults.
documentclass{article}
usepackage{array, caption, floatrow, booktabs}
usepackage{siunitx}
usepackage[showframe]{geometry}
begin{document}
setcounter{table}{2}
begin{table}[!htb]
centering
captionsetup{singlelinecheck=off, labelfont=bf, skip=0pt}
floatsetup{captionskip=6pt}
setlength{arrayrulewidth}{2pt}
sisetup{ table-number-alignment=center}
ttabbox{caption{Main Effects and Interactions}label{tab:effects}}
{begin{tabular}{c*{2}{S[table-format=3.2]}S[table-format=-3.2]S[table-format=-2.3]S[table-format=2.3]}
toprule
Combination & {$sumDelta T^{+}$} & {$sumDelta T^{-}$} & {Contrast} & {Main Effect (E)} &{Absolute Effect $|E|$}\
cmidrule(lr){1-1}cmidrule(lr){2-2}cmidrule(lr){3-3}cmidrule(lr){4-4}cmidrule(lr){5-5}cmidrule(lr){6-6}
addlinespace
A & 251.03& 376.99& -125.96& -10.49 & 10.49\
addlinespace
B & 372.03& 255.99& 116.04& 9.67 & 9.67\
addlinespace
AB & 305.82& 322.2& -16.38& -1.365 & 1.365\
addlinespace
C & 274.89& 353.13& -78.24& -6.52 & 6.52\
addlinespace
AC & 324.9& 303.12& 21.78& 1.815 & 1.815\
addlinespace
BC & 337.3& 290.72& 46.58& 3.88 & 3.88\
addlinespace
ABC & 306.09& 321.93& -15.84& -1.32 & 1.32\
bottomrule
end{tabular}}
end{table}
end{document}
answered 1 hour ago
BernardBernard
171k775203
171k775203
add a comment |
add a comment |
echo140 is a new contributor. Be nice, and check out our Code of Conduct.
echo140 is a new contributor. Be nice, and check out our Code of Conduct.
echo140 is a new contributor. Be nice, and check out our Code of Conduct.
echo140 is a new contributor. Be nice, and check out our Code of Conduct.
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%2f477229%2ftable-formatting-top-left-corner-caption%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
2
Welcome to TeX.SX. Your "Minimal Working Example" (MWE) should start with
documentclass
, include all relevantusepackage
commands, end withend{document}
and compile without errors, even if it does not produce your desired output. That way other users can just cut an paste your entire MWE as a starting point..– Sandy G
2 hours ago