When should the tabularx environment be used or not?
I asked a question here and egreg replied that the tabularx environment was not the right tool. He solved the problem with the tabular environment.
Werner didn't use it either.
In this question Mico also says that the tabularx environment is not suitable.
I thought the tabularx environment was adapted to get columns of the same width, but this can be done in the tabular environment as egreg did.
- Is the tabularx environment useful?
- When should we use the tabularx environment?
- Do you have any examples where this environment is useful?
tabularx
add a comment |
I asked a question here and egreg replied that the tabularx environment was not the right tool. He solved the problem with the tabular environment.
Werner didn't use it either.
In this question Mico also says that the tabularx environment is not suitable.
I thought the tabularx environment was adapted to get columns of the same width, but this can be done in the tabular environment as egreg did.
- Is the tabularx environment useful?
- When should we use the tabularx environment?
- Do you have any examples where this environment is useful?
tabularx
add a comment |
I asked a question here and egreg replied that the tabularx environment was not the right tool. He solved the problem with the tabular environment.
Werner didn't use it either.
In this question Mico also says that the tabularx environment is not suitable.
I thought the tabularx environment was adapted to get columns of the same width, but this can be done in the tabular environment as egreg did.
- Is the tabularx environment useful?
- When should we use the tabularx environment?
- Do you have any examples where this environment is useful?
tabularx
I asked a question here and egreg replied that the tabularx environment was not the right tool. He solved the problem with the tabular environment.
Werner didn't use it either.
In this question Mico also says that the tabularx environment is not suitable.
I thought the tabularx environment was adapted to get columns of the same width, but this can be done in the tabular environment as egreg did.
- Is the tabularx environment useful?
- When should we use the tabularx environment?
- Do you have any examples where this environment is useful?
tabularx
tabularx
asked 1 hour ago
AndréC
7,70011440
7,70011440
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Is the tabularx environment useful?
Yes. But it's no environment intended to replace tabular
with (i.e. it makes no sense to make every tabular a tabularx).
When should we use the tabularx environment?
You should use it when you need to calculate the width of a column with respect to a total width. Please note that if your columns are short and do not contain line breaks you do not gain anything from using tabularx
. You can get fixed-width columns with regular p
or wl
specifiers.
Do you have any examples where this environment is useful?
- When you need to reproduce word processor tables it's quite useful as they are often using equally-sized columns.
- When you are going to have several columns which should be of equal-size and which will have line breaks.
- When you are in a hurry and do not want to do calculations.
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
});
}
});
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%2f468363%2fwhen-should-the-tabularx-environment-be-used-or-not%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is the tabularx environment useful?
Yes. But it's no environment intended to replace tabular
with (i.e. it makes no sense to make every tabular a tabularx).
When should we use the tabularx environment?
You should use it when you need to calculate the width of a column with respect to a total width. Please note that if your columns are short and do not contain line breaks you do not gain anything from using tabularx
. You can get fixed-width columns with regular p
or wl
specifiers.
Do you have any examples where this environment is useful?
- When you need to reproduce word processor tables it's quite useful as they are often using equally-sized columns.
- When you are going to have several columns which should be of equal-size and which will have line breaks.
- When you are in a hurry and do not want to do calculations.
add a comment |
Is the tabularx environment useful?
Yes. But it's no environment intended to replace tabular
with (i.e. it makes no sense to make every tabular a tabularx).
When should we use the tabularx environment?
You should use it when you need to calculate the width of a column with respect to a total width. Please note that if your columns are short and do not contain line breaks you do not gain anything from using tabularx
. You can get fixed-width columns with regular p
or wl
specifiers.
Do you have any examples where this environment is useful?
- When you need to reproduce word processor tables it's quite useful as they are often using equally-sized columns.
- When you are going to have several columns which should be of equal-size and which will have line breaks.
- When you are in a hurry and do not want to do calculations.
add a comment |
Is the tabularx environment useful?
Yes. But it's no environment intended to replace tabular
with (i.e. it makes no sense to make every tabular a tabularx).
When should we use the tabularx environment?
You should use it when you need to calculate the width of a column with respect to a total width. Please note that if your columns are short and do not contain line breaks you do not gain anything from using tabularx
. You can get fixed-width columns with regular p
or wl
specifiers.
Do you have any examples where this environment is useful?
- When you need to reproduce word processor tables it's quite useful as they are often using equally-sized columns.
- When you are going to have several columns which should be of equal-size and which will have line breaks.
- When you are in a hurry and do not want to do calculations.
Is the tabularx environment useful?
Yes. But it's no environment intended to replace tabular
with (i.e. it makes no sense to make every tabular a tabularx).
When should we use the tabularx environment?
You should use it when you need to calculate the width of a column with respect to a total width. Please note that if your columns are short and do not contain line breaks you do not gain anything from using tabularx
. You can get fixed-width columns with regular p
or wl
specifiers.
Do you have any examples where this environment is useful?
- When you need to reproduce word processor tables it's quite useful as they are often using equally-sized columns.
- When you are going to have several columns which should be of equal-size and which will have line breaks.
- When you are in a hurry and do not want to do calculations.
answered 1 hour ago
TeXnician
24.4k63085
24.4k63085
add a comment |
add a comment |
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.
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%2f468363%2fwhen-should-the-tabularx-environment-be-used-or-not%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