How to align table contents by decimal point?Table column align on decimalAlign position of decimal point...
What is the significance behind "40 days" that often appears in the Bible?
Synchronized implementation of a bank account in Java
World War I as a war of liberals against authoritarians?
Can a medieval gyroplane be built?
Unfrosted light bulb
Have the tides ever turned twice on any open problem?
Should I use acronyms in dialogues before telling the readers what it stands for in fiction?
Help rendering a complicated sum/product formula
HP P840 HDD RAID 5 many strange drive failures
Brake pads destroying wheels
Turning a hard to access nut?
Can a wizard cast a spell during their first turn of combat if they initiated combat by releasing a readied spell?
Four married couples attend a party. Each person shakes hands with every other person, except their own spouse, exactly once. How many handshakes?
My friend is being a hypocrite
Describing a chess game in a novel
What are substitutions for coconut in curry?
In what cases must I use 了 and in what cases not?
How is the partial sum of a geometric sequence calculated?
Hausdorff dimension of the boundary of fibres of Lipschitz maps
Replace four times with sed
How does one measure the Fourier components of a signal?
How to get the n-th line after a grepped one?
Probably overheated black color SMD pads
Asserting that Atheism and Theism are both faith based positions
How to align table contents by decimal point?
Table column align on decimalAlign position of decimal point within tabularxAlign decimal point & proportional fontalign to decimal point in the tablealign numbers based on their decimal pointAlign numbers on decimal point in tabularHeader of table with math mode, align to decimal dotHow can I align the numbers at decimal point?align text in the table by decimalTable - align according decimal comma
I've searched online and on this forum. I haven't found an appropriate solution to my issue. I am trying to align the numbers in my table with their decimal point. I'm not exactly sure how to go about doing this.
I'd greatly appreciate any help!
documentclass[12pt, a4paper]{report}
usepackage{setspace}
usepackage{amsmath}
usepackage{tabularx,booktabs}
begin{document}
begin{table} [h!]
centering
%resizebox{textwidth}{!} {%
begin{tabular}{LCCCCCCCCC}
toprule
multicolumn{1}{l}{} &
multicolumn{3}{c}{2007 - 2011} &
multicolumn{3}{c}{2007 - 2012} &
multicolumn{3}{c}{2007 - 2013} \
cmidrule(lr){2-4}
cmidrule(lr){5-7}
cmidrule(lr){8-10}
&
multicolumn{1}{c}{COMP{Coeff.}} &
multicolumn{1}{c}{COMP{C.S.E.} }&
multicolumn{1}{c}{COMP{S.E}} &
multicolumn{1}{c}{COMP{Coeff.}} &
multicolumn{1}{c}{COMP{C.S.E.}} &
multicolumn{1}{c}{COMP{S.E.}} &
multicolumn{1}{c}{COMP{Coeff.}} &
multicolumn{1}{c}{COMP{C.S.E}} &
multicolumn{1}{c}{COMP{S.E.}} \
midrule
Black &-0.029 & 0.004^* & 0.096 & 0.018 & 0.007 & 0.092 & 0.019 & 0.016 & 0.092 \
Male & 0.043 & 0.003^{**} & 0.136 & 0.030 & 0.008 & 0.135 & -0.048 & 0.019 & 0.122 \
Female & -0.009 & 0.006 & 0.131 & 0.019 & 0.008 & 0.123 & -0.007 & 0.016 & 0.142 \
\
Asian & 0.021 & 0.002^* & 0.129 & 0.006 & 0.006 & 0.119 & -0.065 & 0.002^{**} & 0.121 \
Male & -0.056 & 0.005^* & 0.192 & 0.144 & 0.004^{**} & 0.175 & -0.124 & 0.010^* & 0.170 \
Female & 0.095 & 0.001^{***} & 0.171 & -0.097 & 0.007^{**} & 0.159 & -0.049 & 0.004^{**} & 0.175 \
\
Hispanic & -0.111 & 0.001^{***} & 0.049^* & -0.161 & 0.001^{***} & 0.049^{***} & -0.181 & 0.002^{***} & 0.048^{***} \
Male & -0.136 & 0.001^{***} & 0.066^{**} & -0.169 & 0.001^{***} & 0.067^{**} & -0.223 & 0.001^{***} & 0.064^{***} \
Female & -0.065 & 0.002^{**} & 0.076 & -0.138 & 0.001^{***} & 0.073^* & -0.130 & 0.001^{***} & 0.076^* \
\
W. Female & 0.023 & 0.001^{**} & 0.049 & 0.035 & 0.001^{**} & 0.049 & -0.059 & 0.001^{***} & 0.049 \
bottomrule
end{tabular}
caption{Triple Differences Estimates}label{beta}
end{table}

tables align tabularx booktabs
New contributor
Aaron is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I've searched online and on this forum. I haven't found an appropriate solution to my issue. I am trying to align the numbers in my table with their decimal point. I'm not exactly sure how to go about doing this.
I'd greatly appreciate any help!
documentclass[12pt, a4paper]{report}
usepackage{setspace}
usepackage{amsmath}
usepackage{tabularx,booktabs}
begin{document}
begin{table} [h!]
centering
%resizebox{textwidth}{!} {%
begin{tabular}{LCCCCCCCCC}
toprule
multicolumn{1}{l}{} &
multicolumn{3}{c}{2007 - 2011} &
multicolumn{3}{c}{2007 - 2012} &
multicolumn{3}{c}{2007 - 2013} \
cmidrule(lr){2-4}
cmidrule(lr){5-7}
cmidrule(lr){8-10}
&
multicolumn{1}{c}{COMP{Coeff.}} &
multicolumn{1}{c}{COMP{C.S.E.} }&
multicolumn{1}{c}{COMP{S.E}} &
multicolumn{1}{c}{COMP{Coeff.}} &
multicolumn{1}{c}{COMP{C.S.E.}} &
multicolumn{1}{c}{COMP{S.E.}} &
multicolumn{1}{c}{COMP{Coeff.}} &
multicolumn{1}{c}{COMP{C.S.E}} &
multicolumn{1}{c}{COMP{S.E.}} \
midrule
Black &-0.029 & 0.004^* & 0.096 & 0.018 & 0.007 & 0.092 & 0.019 & 0.016 & 0.092 \
Male & 0.043 & 0.003^{**} & 0.136 & 0.030 & 0.008 & 0.135 & -0.048 & 0.019 & 0.122 \
Female & -0.009 & 0.006 & 0.131 & 0.019 & 0.008 & 0.123 & -0.007 & 0.016 & 0.142 \
\
Asian & 0.021 & 0.002^* & 0.129 & 0.006 & 0.006 & 0.119 & -0.065 & 0.002^{**} & 0.121 \
Male & -0.056 & 0.005^* & 0.192 & 0.144 & 0.004^{**} & 0.175 & -0.124 & 0.010^* & 0.170 \
Female & 0.095 & 0.001^{***} & 0.171 & -0.097 & 0.007^{**} & 0.159 & -0.049 & 0.004^{**} & 0.175 \
\
Hispanic & -0.111 & 0.001^{***} & 0.049^* & -0.161 & 0.001^{***} & 0.049^{***} & -0.181 & 0.002^{***} & 0.048^{***} \
Male & -0.136 & 0.001^{***} & 0.066^{**} & -0.169 & 0.001^{***} & 0.067^{**} & -0.223 & 0.001^{***} & 0.064^{***} \
Female & -0.065 & 0.002^{**} & 0.076 & -0.138 & 0.001^{***} & 0.073^* & -0.130 & 0.001^{***} & 0.076^* \
\
W. Female & 0.023 & 0.001^{**} & 0.049 & 0.035 & 0.001^{**} & 0.049 & -0.059 & 0.001^{***} & 0.049 \
bottomrule
end{tabular}
caption{Triple Differences Estimates}label{beta}
end{table}

tables align tabularx booktabs
New contributor
Aaron is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I've searched online and on this forum. I haven't found an appropriate solution to my issue. I am trying to align the numbers in my table with their decimal point. I'm not exactly sure how to go about doing this.
I'd greatly appreciate any help!
documentclass[12pt, a4paper]{report}
usepackage{setspace}
usepackage{amsmath}
usepackage{tabularx,booktabs}
begin{document}
begin{table} [h!]
centering
%resizebox{textwidth}{!} {%
begin{tabular}{LCCCCCCCCC}
toprule
multicolumn{1}{l}{} &
multicolumn{3}{c}{2007 - 2011} &
multicolumn{3}{c}{2007 - 2012} &
multicolumn{3}{c}{2007 - 2013} \
cmidrule(lr){2-4}
cmidrule(lr){5-7}
cmidrule(lr){8-10}
&
multicolumn{1}{c}{COMP{Coeff.}} &
multicolumn{1}{c}{COMP{C.S.E.} }&
multicolumn{1}{c}{COMP{S.E}} &
multicolumn{1}{c}{COMP{Coeff.}} &
multicolumn{1}{c}{COMP{C.S.E.}} &
multicolumn{1}{c}{COMP{S.E.}} &
multicolumn{1}{c}{COMP{Coeff.}} &
multicolumn{1}{c}{COMP{C.S.E}} &
multicolumn{1}{c}{COMP{S.E.}} \
midrule
Black &-0.029 & 0.004^* & 0.096 & 0.018 & 0.007 & 0.092 & 0.019 & 0.016 & 0.092 \
Male & 0.043 & 0.003^{**} & 0.136 & 0.030 & 0.008 & 0.135 & -0.048 & 0.019 & 0.122 \
Female & -0.009 & 0.006 & 0.131 & 0.019 & 0.008 & 0.123 & -0.007 & 0.016 & 0.142 \
\
Asian & 0.021 & 0.002^* & 0.129 & 0.006 & 0.006 & 0.119 & -0.065 & 0.002^{**} & 0.121 \
Male & -0.056 & 0.005^* & 0.192 & 0.144 & 0.004^{**} & 0.175 & -0.124 & 0.010^* & 0.170 \
Female & 0.095 & 0.001^{***} & 0.171 & -0.097 & 0.007^{**} & 0.159 & -0.049 & 0.004^{**} & 0.175 \
\
Hispanic & -0.111 & 0.001^{***} & 0.049^* & -0.161 & 0.001^{***} & 0.049^{***} & -0.181 & 0.002^{***} & 0.048^{***} \
Male & -0.136 & 0.001^{***} & 0.066^{**} & -0.169 & 0.001^{***} & 0.067^{**} & -0.223 & 0.001^{***} & 0.064^{***} \
Female & -0.065 & 0.002^{**} & 0.076 & -0.138 & 0.001^{***} & 0.073^* & -0.130 & 0.001^{***} & 0.076^* \
\
W. Female & 0.023 & 0.001^{**} & 0.049 & 0.035 & 0.001^{**} & 0.049 & -0.059 & 0.001^{***} & 0.049 \
bottomrule
end{tabular}
caption{Triple Differences Estimates}label{beta}
end{table}

tables align tabularx booktabs
New contributor
Aaron is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I've searched online and on this forum. I haven't found an appropriate solution to my issue. I am trying to align the numbers in my table with their decimal point. I'm not exactly sure how to go about doing this.
I'd greatly appreciate any help!
documentclass[12pt, a4paper]{report}
usepackage{setspace}
usepackage{amsmath}
usepackage{tabularx,booktabs}
begin{document}
begin{table} [h!]
centering
%resizebox{textwidth}{!} {%
begin{tabular}{LCCCCCCCCC}
toprule
multicolumn{1}{l}{} &
multicolumn{3}{c}{2007 - 2011} &
multicolumn{3}{c}{2007 - 2012} &
multicolumn{3}{c}{2007 - 2013} \
cmidrule(lr){2-4}
cmidrule(lr){5-7}
cmidrule(lr){8-10}
&
multicolumn{1}{c}{COMP{Coeff.}} &
multicolumn{1}{c}{COMP{C.S.E.} }&
multicolumn{1}{c}{COMP{S.E}} &
multicolumn{1}{c}{COMP{Coeff.}} &
multicolumn{1}{c}{COMP{C.S.E.}} &
multicolumn{1}{c}{COMP{S.E.}} &
multicolumn{1}{c}{COMP{Coeff.}} &
multicolumn{1}{c}{COMP{C.S.E}} &
multicolumn{1}{c}{COMP{S.E.}} \
midrule
Black &-0.029 & 0.004^* & 0.096 & 0.018 & 0.007 & 0.092 & 0.019 & 0.016 & 0.092 \
Male & 0.043 & 0.003^{**} & 0.136 & 0.030 & 0.008 & 0.135 & -0.048 & 0.019 & 0.122 \
Female & -0.009 & 0.006 & 0.131 & 0.019 & 0.008 & 0.123 & -0.007 & 0.016 & 0.142 \
\
Asian & 0.021 & 0.002^* & 0.129 & 0.006 & 0.006 & 0.119 & -0.065 & 0.002^{**} & 0.121 \
Male & -0.056 & 0.005^* & 0.192 & 0.144 & 0.004^{**} & 0.175 & -0.124 & 0.010^* & 0.170 \
Female & 0.095 & 0.001^{***} & 0.171 & -0.097 & 0.007^{**} & 0.159 & -0.049 & 0.004^{**} & 0.175 \
\
Hispanic & -0.111 & 0.001^{***} & 0.049^* & -0.161 & 0.001^{***} & 0.049^{***} & -0.181 & 0.002^{***} & 0.048^{***} \
Male & -0.136 & 0.001^{***} & 0.066^{**} & -0.169 & 0.001^{***} & 0.067^{**} & -0.223 & 0.001^{***} & 0.064^{***} \
Female & -0.065 & 0.002^{**} & 0.076 & -0.138 & 0.001^{***} & 0.073^* & -0.130 & 0.001^{***} & 0.076^* \
\
W. Female & 0.023 & 0.001^{**} & 0.049 & 0.035 & 0.001^{**} & 0.049 & -0.059 & 0.001^{***} & 0.049 \
bottomrule
end{tabular}
caption{Triple Differences Estimates}label{beta}
end{table}

tables align tabularx booktabs
tables align tabularx booktabs
New contributor
Aaron is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Aaron is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Aaron is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 4 mins ago
AaronAaron
1
1
New contributor
Aaron is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Aaron is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Aaron is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
0
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
});
}
});
Aaron 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%2f480007%2fhow-to-align-table-contents-by-decimal-point%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Aaron is a new contributor. Be nice, and check out our Code of Conduct.
Aaron is a new contributor. Be nice, and check out our Code of Conduct.
Aaron is a new contributor. Be nice, and check out our Code of Conduct.
Aaron 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%2f480007%2fhow-to-align-table-contents-by-decimal-point%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