Elongated horizontal lines in tabularx The 2019 Stack Overflow Developer Survey Results Are...
Why did all the guest students take carriages to the Yule Ball?
Is this wall load bearing? Blueprints and photos attached
In horse breeding, what is the female equivalent of putting a horse out "to stud"?
Arduino Pro Micro - switch off LEDs
Who or what is the being for whom Being is a question for Heidegger?
Difference between "generating set" and free product?
Is there a writing software that you can sort scenes like slides in PowerPoint?
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
Does Parliament need to approve the new Brexit delay to 31 October 2019?
What do you call a plan that's an alternative plan in case your initial plan fails?
Single author papers against my advisor's will?
How to copy the contents of all files with a certain name into a new file?
Short and long uuids under /dev/disk/by-uuid
How to delete random line from file using Unix command?
A pet rabbit called Belle
Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?
Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?
What's the point in a preamp?
He got a vote 80% that of Emmanuel Macron’s
Mortgage adviser recommends a longer term than necessary combined with overpayments
How is simplicity better than precision and clarity in prose?
What aspect of planet Earth must be changed to prevent the industrial revolution?
Do working physicists consider Newtonian mechanics to be "falsified"?
Make it rain characters
Elongated horizontal lines in tabularx
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Color lines tabularx add padding?Lyx redefine tabular with tabularx - strange linesExtra horizontal lines in tabularx packageTabularx parbox horizontal alignment of columnsExtra blank lines in tabularxVertical/Horizontal Rules in TabularXVertical Lines not appearing in tabularxSpan over multiple lines with tabularxHorizontal lines not spanning entire length of row in tabularx environmentHorizontal centering in tabularx cells
When I use tabularx the horizontal lines are elongated beyond the end of the table. What is wrong?
MWE:
documentclass[14pt,paper=landscape]{scrartcl}
usepackage{tabularx}
usepackage[left=0.5cm,right=0.5cm,top=1cm,bottom=1cm]{geometry}
pagestyle{empty}
begin{document}
begin{tabularx}{textwidth}{|c|c|c|c|c|c|}
hline
range & visual & near-IR & middle-IR & far-IR & far-far-IR \
hline
end{tabularx}
end{document}

tabularx
add a comment |
When I use tabularx the horizontal lines are elongated beyond the end of the table. What is wrong?
MWE:
documentclass[14pt,paper=landscape]{scrartcl}
usepackage{tabularx}
usepackage[left=0.5cm,right=0.5cm,top=1cm,bottom=1cm]{geometry}
pagestyle{empty}
begin{document}
begin{tabularx}{textwidth}{|c|c|c|c|c|c|}
hline
range & visual & near-IR & middle-IR & far-IR & far-far-IR \
hline
end{tabularx}
end{document}

tabularx
Quite simple: you didn't declare anyXcolumn in your table preamble. So the rules are text width long, but the columns have their natural width, which is shorter.
– Bernard
2 mins ago
add a comment |
When I use tabularx the horizontal lines are elongated beyond the end of the table. What is wrong?
MWE:
documentclass[14pt,paper=landscape]{scrartcl}
usepackage{tabularx}
usepackage[left=0.5cm,right=0.5cm,top=1cm,bottom=1cm]{geometry}
pagestyle{empty}
begin{document}
begin{tabularx}{textwidth}{|c|c|c|c|c|c|}
hline
range & visual & near-IR & middle-IR & far-IR & far-far-IR \
hline
end{tabularx}
end{document}

tabularx
When I use tabularx the horizontal lines are elongated beyond the end of the table. What is wrong?
MWE:
documentclass[14pt,paper=landscape]{scrartcl}
usepackage{tabularx}
usepackage[left=0.5cm,right=0.5cm,top=1cm,bottom=1cm]{geometry}
pagestyle{empty}
begin{document}
begin{tabularx}{textwidth}{|c|c|c|c|c|c|}
hline
range & visual & near-IR & middle-IR & far-IR & far-far-IR \
hline
end{tabularx}
end{document}

tabularx
tabularx
edited 1 min ago
Bernard
176k778210
176k778210
asked 6 mins ago
PygmalionPygmalion
2,42332652
2,42332652
Quite simple: you didn't declare anyXcolumn in your table preamble. So the rules are text width long, but the columns have their natural width, which is shorter.
– Bernard
2 mins ago
add a comment |
Quite simple: you didn't declare anyXcolumn in your table preamble. So the rules are text width long, but the columns have their natural width, which is shorter.
– Bernard
2 mins ago
Quite simple: you didn't declare any
X column in your table preamble. So the rules are text width long, but the columns have their natural width, which is shorter.– Bernard
2 mins ago
Quite simple: you didn't declare any
X column in your table preamble. So the rules are text width long, but the columns have their natural width, which is shorter.– Bernard
2 mins ago
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%2f484705%2felongated-horizontal-lines-in-tabularx%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%2f484705%2felongated-horizontal-lines-in-tabularx%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
Quite simple: you didn't declare any
Xcolumn in your table preamble. So the rules are text width long, but the columns have their natural width, which is shorter.– Bernard
2 mins ago