How to set individual column width of a table under the landscape environment?
I have a landscape page in the middle of my thesis, where I want to inset a very width table. Since the text length of each column is different, I prefer to set up the width of each column invididually. For example, the first column as "2cm", the second "4cm", etc.
Under general environment, I can just do this by
begin{tabular} {L{1.5cm}|L{2cm}|L{1.5cm}|L{1.5cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}}
But inside "landscape", if I use such "L" or "p" command, the page will change from landscape to ‘portrait’. I tried to search from online, and find the following command with "raggedright", but seems it can only set up all the columns.
Please help me with it if you can.
begin{landscape}
begin{table}
small
scriptsize
%centering
setlength{tabcolsep}{0.2em}
setlengthextrarowheight{7pt}
begin{tabular}{>{raggedright}p{3cm}lllllllll}
%{L{1.5cm}|L{2cm}|L{1.5cm}|L{1.5cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}}
multirow{2}{*}{} & multirow{2}{*}{Data Exampes} & multicolumn{2}{l}{Real Estate AU} & multicolumn{2}{l}{Rightmove UK} & multicolumn{2}{l}{Our system} & Our Data Sources & Data \
& & Data* & Index* & Data & Index & Data & Index & & \
multirow{5}{*}{begin{tabular}[c]{@{}l@{}}Basic\ Informationend{tabular}} & price, address, number of bedrooms & ooo & ooo & ooo & ooo & ooo & ooo & & apartments with 3 bedrooms \
& geo-information, address, suburb & ooo & ooo & ooo & ooo & ooo & ooo & & properties within an area \
& airconditiong, heating, water views & ooo & xxx & ooo & xxx & ooo & ooo & & houses with air conditioning \
& market information & ooo & xxx & ooo & xxx & ooo & ooo & & houses in a region with an annual growth rate textgreater 10% \
& images, floorplan & ooo & xxx & ooo & xxx & ooo & xxx & & - \
end{tabular}
end{table}
end{landscape}
tables width landscape
New contributor
add a comment |
I have a landscape page in the middle of my thesis, where I want to inset a very width table. Since the text length of each column is different, I prefer to set up the width of each column invididually. For example, the first column as "2cm", the second "4cm", etc.
Under general environment, I can just do this by
begin{tabular} {L{1.5cm}|L{2cm}|L{1.5cm}|L{1.5cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}}
But inside "landscape", if I use such "L" or "p" command, the page will change from landscape to ‘portrait’. I tried to search from online, and find the following command with "raggedright", but seems it can only set up all the columns.
Please help me with it if you can.
begin{landscape}
begin{table}
small
scriptsize
%centering
setlength{tabcolsep}{0.2em}
setlengthextrarowheight{7pt}
begin{tabular}{>{raggedright}p{3cm}lllllllll}
%{L{1.5cm}|L{2cm}|L{1.5cm}|L{1.5cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}}
multirow{2}{*}{} & multirow{2}{*}{Data Exampes} & multicolumn{2}{l}{Real Estate AU} & multicolumn{2}{l}{Rightmove UK} & multicolumn{2}{l}{Our system} & Our Data Sources & Data \
& & Data* & Index* & Data & Index & Data & Index & & \
multirow{5}{*}{begin{tabular}[c]{@{}l@{}}Basic\ Informationend{tabular}} & price, address, number of bedrooms & ooo & ooo & ooo & ooo & ooo & ooo & & apartments with 3 bedrooms \
& geo-information, address, suburb & ooo & ooo & ooo & ooo & ooo & ooo & & properties within an area \
& airconditiong, heating, water views & ooo & xxx & ooo & xxx & ooo & ooo & & houses with air conditioning \
& market information & ooo & xxx & ooo & xxx & ooo & ooo & & houses in a region with an annual growth rate textgreater 10% \
& images, floorplan & ooo & xxx & ooo & xxx & ooo & xxx & & - \
end{tabular}
end{table}
end{landscape}
tables width landscape
New contributor
add a comment |
I have a landscape page in the middle of my thesis, where I want to inset a very width table. Since the text length of each column is different, I prefer to set up the width of each column invididually. For example, the first column as "2cm", the second "4cm", etc.
Under general environment, I can just do this by
begin{tabular} {L{1.5cm}|L{2cm}|L{1.5cm}|L{1.5cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}}
But inside "landscape", if I use such "L" or "p" command, the page will change from landscape to ‘portrait’. I tried to search from online, and find the following command with "raggedright", but seems it can only set up all the columns.
Please help me with it if you can.
begin{landscape}
begin{table}
small
scriptsize
%centering
setlength{tabcolsep}{0.2em}
setlengthextrarowheight{7pt}
begin{tabular}{>{raggedright}p{3cm}lllllllll}
%{L{1.5cm}|L{2cm}|L{1.5cm}|L{1.5cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}}
multirow{2}{*}{} & multirow{2}{*}{Data Exampes} & multicolumn{2}{l}{Real Estate AU} & multicolumn{2}{l}{Rightmove UK} & multicolumn{2}{l}{Our system} & Our Data Sources & Data \
& & Data* & Index* & Data & Index & Data & Index & & \
multirow{5}{*}{begin{tabular}[c]{@{}l@{}}Basic\ Informationend{tabular}} & price, address, number of bedrooms & ooo & ooo & ooo & ooo & ooo & ooo & & apartments with 3 bedrooms \
& geo-information, address, suburb & ooo & ooo & ooo & ooo & ooo & ooo & & properties within an area \
& airconditiong, heating, water views & ooo & xxx & ooo & xxx & ooo & ooo & & houses with air conditioning \
& market information & ooo & xxx & ooo & xxx & ooo & ooo & & houses in a region with an annual growth rate textgreater 10% \
& images, floorplan & ooo & xxx & ooo & xxx & ooo & xxx & & - \
end{tabular}
end{table}
end{landscape}
tables width landscape
New contributor
I have a landscape page in the middle of my thesis, where I want to inset a very width table. Since the text length of each column is different, I prefer to set up the width of each column invididually. For example, the first column as "2cm", the second "4cm", etc.
Under general environment, I can just do this by
begin{tabular} {L{1.5cm}|L{2cm}|L{1.5cm}|L{1.5cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}}
But inside "landscape", if I use such "L" or "p" command, the page will change from landscape to ‘portrait’. I tried to search from online, and find the following command with "raggedright", but seems it can only set up all the columns.
Please help me with it if you can.
begin{landscape}
begin{table}
small
scriptsize
%centering
setlength{tabcolsep}{0.2em}
setlengthextrarowheight{7pt}
begin{tabular}{>{raggedright}p{3cm}lllllllll}
%{L{1.5cm}|L{2cm}|L{1.5cm}|L{1.5cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}|L{2cm}}
multirow{2}{*}{} & multirow{2}{*}{Data Exampes} & multicolumn{2}{l}{Real Estate AU} & multicolumn{2}{l}{Rightmove UK} & multicolumn{2}{l}{Our system} & Our Data Sources & Data \
& & Data* & Index* & Data & Index & Data & Index & & \
multirow{5}{*}{begin{tabular}[c]{@{}l@{}}Basic\ Informationend{tabular}} & price, address, number of bedrooms & ooo & ooo & ooo & ooo & ooo & ooo & & apartments with 3 bedrooms \
& geo-information, address, suburb & ooo & ooo & ooo & ooo & ooo & ooo & & properties within an area \
& airconditiong, heating, water views & ooo & xxx & ooo & xxx & ooo & ooo & & houses with air conditioning \
& market information & ooo & xxx & ooo & xxx & ooo & ooo & & houses in a region with an annual growth rate textgreater 10% \
& images, floorplan & ooo & xxx & ooo & xxx & ooo & xxx & & - \
end{tabular}
end{table}
end{landscape}
tables width landscape
tables width landscape
New contributor
New contributor
New contributor
asked 9 mins ago
KaneKane
1
1
New contributor
New contributor
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
});
}
});
Kane 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%2f477244%2fhow-to-set-individual-column-width-of-a-table-under-the-landscape-environment%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
Kane is a new contributor. Be nice, and check out our Code of Conduct.
Kane is a new contributor. Be nice, and check out our Code of Conduct.
Kane is a new contributor. Be nice, and check out our Code of Conduct.
Kane 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%2f477244%2fhow-to-set-individual-column-width-of-a-table-under-the-landscape-environment%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