centering a caption under a table
How to make healing in an exploration game interesting
Instead of a Universal Basic Income program, why not implement a "Universal Basic Needs" program?
Recruiter wants very extensive technical details about all of my previous work
Why is the President allowed to veto a cancellation of emergency powers?
How could a scammer know the apps on my phone / iTunes account?
As a new Ubuntu desktop 18.04 LTS user, do I need to use ufw for a firewall or is iptables sufficient?
Why one should not leave fingerprints on bulbs and plugs?
Math equation in non italic font
What exactly is this small puffer fish doing and how did it manage to accomplish such a feat?
Why do passenger jet manufacturers design their planes with stall prevention systems?
How to explain that I do not want to visit a country due to personal safety concern?
While on vacation my taxi took a longer route, possibly to scam me out of money. How can I deal with this?
Could this Scherzo by Beethoven be considered to be a fugue?
Python if-else code style for reduced code for rounding floats
Why do newer 737s use two different styles of split winglets?
Official degrees of earth’s rotation per day
Are all passive ability checks floors for active ability checks?
Relationship between sampajanna definitions in SN 47.2 and SN 47.35
Explaining pyrokinesis powers
Describing a chess game in a novel
Simplify an interface for flexibly applying rules to periods of time
How could an airship be repaired midflight?
How to get the n-th line after a grepped one?
et qui - how do you really understand that kind of phraseology?
centering a caption under a table
I have a table with two columns and 12 rows.
I require the table to appear on the left hand side of the page (which I can do), however, the caption is centered on the page.
I would like to place the caption underneath the table, and have it centered underneath the table.
The output is shown below.
documentclass[12pt,english]{article}
usepackage{caption}
begin{document}
begin{table}[H]
begin{tabular}{|c|>{centering}p{2cm}|}
hline
Year & Population (millions)tabularnewline
hline
$1900$ & $1650$tabularnewline
$1910$ & $1750$tabularnewline
$1920$ & $1860$tabularnewline
$1930$ & $2070$tabularnewline
$1940$ & $2300$tabularnewline
$1950$ & $2560$tabularnewline
$1960$ & $3040$tabularnewline
$1970$ & $3710$tabularnewline
$1980$ & $4450$tabularnewline
$1990$ & $5280$tabularnewline
$2000$ & $6070$tabularnewline
hline
end{tabular}
raggedright{}caption{World Population}label{table1}
end{table}
end{document}
tables captions
add a comment |
I have a table with two columns and 12 rows.
I require the table to appear on the left hand side of the page (which I can do), however, the caption is centered on the page.
I would like to place the caption underneath the table, and have it centered underneath the table.
The output is shown below.
documentclass[12pt,english]{article}
usepackage{caption}
begin{document}
begin{table}[H]
begin{tabular}{|c|>{centering}p{2cm}|}
hline
Year & Population (millions)tabularnewline
hline
$1900$ & $1650$tabularnewline
$1910$ & $1750$tabularnewline
$1920$ & $1860$tabularnewline
$1930$ & $2070$tabularnewline
$1940$ & $2300$tabularnewline
$1950$ & $2560$tabularnewline
$1960$ & $3040$tabularnewline
$1970$ & $3710$tabularnewline
$1980$ & $4450$tabularnewline
$1990$ & $5280$tabularnewline
$2000$ & $6070$tabularnewline
hline
end{tabular}
raggedright{}caption{World Population}label{table1}
end{table}
end{document}
tables captions
add a comment |
I have a table with two columns and 12 rows.
I require the table to appear on the left hand side of the page (which I can do), however, the caption is centered on the page.
I would like to place the caption underneath the table, and have it centered underneath the table.
The output is shown below.
documentclass[12pt,english]{article}
usepackage{caption}
begin{document}
begin{table}[H]
begin{tabular}{|c|>{centering}p{2cm}|}
hline
Year & Population (millions)tabularnewline
hline
$1900$ & $1650$tabularnewline
$1910$ & $1750$tabularnewline
$1920$ & $1860$tabularnewline
$1930$ & $2070$tabularnewline
$1940$ & $2300$tabularnewline
$1950$ & $2560$tabularnewline
$1960$ & $3040$tabularnewline
$1970$ & $3710$tabularnewline
$1980$ & $4450$tabularnewline
$1990$ & $5280$tabularnewline
$2000$ & $6070$tabularnewline
hline
end{tabular}
raggedright{}caption{World Population}label{table1}
end{table}
end{document}
tables captions
I have a table with two columns and 12 rows.
I require the table to appear on the left hand side of the page (which I can do), however, the caption is centered on the page.
I would like to place the caption underneath the table, and have it centered underneath the table.
The output is shown below.
documentclass[12pt,english]{article}
usepackage{caption}
begin{document}
begin{table}[H]
begin{tabular}{|c|>{centering}p{2cm}|}
hline
Year & Population (millions)tabularnewline
hline
$1900$ & $1650$tabularnewline
$1910$ & $1750$tabularnewline
$1920$ & $1860$tabularnewline
$1930$ & $2070$tabularnewline
$1940$ & $2300$tabularnewline
$1950$ & $2560$tabularnewline
$1960$ & $3040$tabularnewline
$1970$ & $3710$tabularnewline
$1980$ & $4450$tabularnewline
$1990$ & $5280$tabularnewline
$2000$ & $6070$tabularnewline
hline
end{tabular}
raggedright{}caption{World Population}label{table1}
end{table}
end{document}
tables captions
tables captions
asked 2 mins ago
Anthony MacksAnthony Macks
1378
1378
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
});
}
});
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%2f479888%2fcentering-a-caption-under-a-table%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
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%2f479888%2fcentering-a-caption-under-a-table%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