problem with long table
documentclass{article}
usepackage{tabularx}
usepackage{multirow}
usepackage{rotating}
usepackage{ragged2e}
usepackage{longtable}
usepackage{rotating}
newcolumntype{R}{>{RaggedRightletnewline\arraybackslashhspace{0pt}}X}
usepackage{pdflscape}
begin{document}
begin{landscape}
centering
begin{longtable}{textwidth}{|R|R|R|R|R|R|R|R|}
hline
textbf{Mobility Model} & multicolumn{7}{c|}{textbf{Parameter}} \
cline{2-8}
& textbf{Basic Description}
& textbf{Adaptability for AANETs}
& textbf{Support to higher node mobility and Frequent topology updates}
& textbf{Safety parameters}
& textbf{Mechanical and aerodynamic constraint}
& textbf{Degree of Randomness} & textbf{Applications} \
hline
end{longtable}%
end{landscape}%
end{document}
longtable
add a comment |
documentclass{article}
usepackage{tabularx}
usepackage{multirow}
usepackage{rotating}
usepackage{ragged2e}
usepackage{longtable}
usepackage{rotating}
newcolumntype{R}{>{RaggedRightletnewline\arraybackslashhspace{0pt}}X}
usepackage{pdflscape}
begin{document}
begin{landscape}
centering
begin{longtable}{textwidth}{|R|R|R|R|R|R|R|R|}
hline
textbf{Mobility Model} & multicolumn{7}{c|}{textbf{Parameter}} \
cline{2-8}
& textbf{Basic Description}
& textbf{Adaptability for AANETs}
& textbf{Support to higher node mobility and Frequent topology updates}
& textbf{Safety parameters}
& textbf{Mechanical and aerodynamic constraint}
& textbf{Degree of Randomness} & textbf{Applications} \
hline
end{longtable}%
end{landscape}%
end{document}
longtable
table is not in proper shape as row and column are not spanning
– monika
16 hours ago
Without using an appropriate package that combines the features oflongtable
andtabularx
you can not useX
type (or derived column types) in alongtable
. Possible packages for this task are ltxtable and ltablex
– leandriis
16 hours ago
They're not spanning what?
– Bernard
16 hours ago
"row and column are not spanning" is not exactly clear. Please clarify your objective. E.g., are you trying to get a table that's longer than one page?
– Mico
16 hours ago
add a comment |
documentclass{article}
usepackage{tabularx}
usepackage{multirow}
usepackage{rotating}
usepackage{ragged2e}
usepackage{longtable}
usepackage{rotating}
newcolumntype{R}{>{RaggedRightletnewline\arraybackslashhspace{0pt}}X}
usepackage{pdflscape}
begin{document}
begin{landscape}
centering
begin{longtable}{textwidth}{|R|R|R|R|R|R|R|R|}
hline
textbf{Mobility Model} & multicolumn{7}{c|}{textbf{Parameter}} \
cline{2-8}
& textbf{Basic Description}
& textbf{Adaptability for AANETs}
& textbf{Support to higher node mobility and Frequent topology updates}
& textbf{Safety parameters}
& textbf{Mechanical and aerodynamic constraint}
& textbf{Degree of Randomness} & textbf{Applications} \
hline
end{longtable}%
end{landscape}%
end{document}
longtable
documentclass{article}
usepackage{tabularx}
usepackage{multirow}
usepackage{rotating}
usepackage{ragged2e}
usepackage{longtable}
usepackage{rotating}
newcolumntype{R}{>{RaggedRightletnewline\arraybackslashhspace{0pt}}X}
usepackage{pdflscape}
begin{document}
begin{landscape}
centering
begin{longtable}{textwidth}{|R|R|R|R|R|R|R|R|}
hline
textbf{Mobility Model} & multicolumn{7}{c|}{textbf{Parameter}} \
cline{2-8}
& textbf{Basic Description}
& textbf{Adaptability for AANETs}
& textbf{Support to higher node mobility and Frequent topology updates}
& textbf{Safety parameters}
& textbf{Mechanical and aerodynamic constraint}
& textbf{Degree of Randomness} & textbf{Applications} \
hline
end{longtable}%
end{landscape}%
end{document}
longtable
longtable
edited 16 hours ago
Bernard
173k776204
173k776204
asked 16 hours ago
monikamonika
365
365
table is not in proper shape as row and column are not spanning
– monika
16 hours ago
Without using an appropriate package that combines the features oflongtable
andtabularx
you can not useX
type (or derived column types) in alongtable
. Possible packages for this task are ltxtable and ltablex
– leandriis
16 hours ago
They're not spanning what?
– Bernard
16 hours ago
"row and column are not spanning" is not exactly clear. Please clarify your objective. E.g., are you trying to get a table that's longer than one page?
– Mico
16 hours ago
add a comment |
table is not in proper shape as row and column are not spanning
– monika
16 hours ago
Without using an appropriate package that combines the features oflongtable
andtabularx
you can not useX
type (or derived column types) in alongtable
. Possible packages for this task are ltxtable and ltablex
– leandriis
16 hours ago
They're not spanning what?
– Bernard
16 hours ago
"row and column are not spanning" is not exactly clear. Please clarify your objective. E.g., are you trying to get a table that's longer than one page?
– Mico
16 hours ago
table is not in proper shape as row and column are not spanning
– monika
16 hours ago
table is not in proper shape as row and column are not spanning
– monika
16 hours ago
Without using an appropriate package that combines the features of
longtable
and tabularx
you can not use X
type (or derived column types) in a longtable
. Possible packages for this task are ltxtable and ltablex– leandriis
16 hours ago
Without using an appropriate package that combines the features of
longtable
and tabularx
you can not use X
type (or derived column types) in a longtable
. Possible packages for this task are ltxtable and ltablex– leandriis
16 hours ago
They're not spanning what?
– Bernard
16 hours ago
They're not spanning what?
– Bernard
16 hours ago
"row and column are not spanning" is not exactly clear. Please clarify your objective. E.g., are you trying to get a table that's longer than one page?
– Mico
16 hours ago
"row and column are not spanning" is not exactly clear. Please clarify your objective. E.g., are you trying to get a table that's longer than one page?
– Mico
16 hours ago
add a comment |
2 Answers
2
active
oldest
votes
Here is a possible solution using the ltablex
package that combines the features of tabularx
with longtable
.
documentclass{article}
usepackage{tabularx}
usepackage{ragged2e}
usepackage{longtable}
newcolumntype{R}{>{RaggedRightletnewline\arraybackslashhspace{0pt}}X}
usepackage{pdflscape}
usepackage{ltablex}
begin{document}
begin{landscape}
centering
begin{tabularx}{linewidth}{|R|R|R|R|R|R|R|R|}
hline
textbf{Mobility Model} & multicolumn{7}{c|}{textbf{Parameter}} \
cline{2-8}
& textbf{Basic Description}
& textbf{Adaptability for AANETs}
& textbf{Support to higher node mobility and Frequent topology updates}
& textbf{Safety parameters}
& textbf{Mechanical and aerodynamic constraint}
& textbf{Degree of Randomness} & textbf{Applications} \
hline
endhead
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
end{tabularx}%
end{landscape}%
end{document}
Please note that all the 1\1\1\
are just added to show the page breaking behaviour of the table. I have also added endhead
in order to repeat the column headers on all following pages.
add a comment |
I propose to load the xltabular
package and use its eponymous environment, which combines the possibilities of longtable
and tabularx
. Also, note that in the landscape
environment, for a full width table, you have to use linewidth
or textheight
, but not textwidth
. Last, you can gain some space in cells loading geometry
, which has more sensible margins if you don't use margin notes, setting tabcolsep
to a lower value (6 pt by default, I set it to 3) and using a smaller fontsize.
documentclass{article}
usepackage{geometry}
usepackage{tabularx}
usepackage{xltabular}
usepackage{multirow}
usepackage{rotating}
usepackage{ragged2e}
usepackage{longtable}
usepackage{rotating}
renewcommand{tabularxcolumn}[1]{>{RaggedRightarraybackslash}m{#1}}
usepackage{pdflscape}
begin{document}
begin{landscape}
setlength{tabcolsep}{3pt}
setlength{extrarowheight}{3pt}
centering
begin{xltabular}{linewidth}{|*{8}{X|}}
hline
multirow{8.45}{=}{textbf{Mobility Model} }& multicolumn{7}{c|}{textbf{Parameter}} \
cline{2-8}
& textbf{Basic Description}
& textbf{Adaptability for AANETs}
& textbf{Support to higher node mobility and Frequent topology updatessmallskip}
& textbf{Safety parameters}
& textbf{Mechanical and aerodynamic constraint}
& textbf{Degree of Randomness} & textbf{Applications} \
hline
end{xltabular}%
end{landscape}%
end{document}
i am having error "Undefined control sequence addparagraphcolumntypes".
– monika
15 hours ago
Oops! Sorry, remove that line. It's a remnant of another trial, and I removed the package which defines this command.
– Bernard
15 hours ago
thanks sir, this is what i need
– monika
14 hours ago
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%2f478710%2fproblem-with-long-table%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Here is a possible solution using the ltablex
package that combines the features of tabularx
with longtable
.
documentclass{article}
usepackage{tabularx}
usepackage{ragged2e}
usepackage{longtable}
newcolumntype{R}{>{RaggedRightletnewline\arraybackslashhspace{0pt}}X}
usepackage{pdflscape}
usepackage{ltablex}
begin{document}
begin{landscape}
centering
begin{tabularx}{linewidth}{|R|R|R|R|R|R|R|R|}
hline
textbf{Mobility Model} & multicolumn{7}{c|}{textbf{Parameter}} \
cline{2-8}
& textbf{Basic Description}
& textbf{Adaptability for AANETs}
& textbf{Support to higher node mobility and Frequent topology updates}
& textbf{Safety parameters}
& textbf{Mechanical and aerodynamic constraint}
& textbf{Degree of Randomness} & textbf{Applications} \
hline
endhead
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
end{tabularx}%
end{landscape}%
end{document}
Please note that all the 1\1\1\
are just added to show the page breaking behaviour of the table. I have also added endhead
in order to repeat the column headers on all following pages.
add a comment |
Here is a possible solution using the ltablex
package that combines the features of tabularx
with longtable
.
documentclass{article}
usepackage{tabularx}
usepackage{ragged2e}
usepackage{longtable}
newcolumntype{R}{>{RaggedRightletnewline\arraybackslashhspace{0pt}}X}
usepackage{pdflscape}
usepackage{ltablex}
begin{document}
begin{landscape}
centering
begin{tabularx}{linewidth}{|R|R|R|R|R|R|R|R|}
hline
textbf{Mobility Model} & multicolumn{7}{c|}{textbf{Parameter}} \
cline{2-8}
& textbf{Basic Description}
& textbf{Adaptability for AANETs}
& textbf{Support to higher node mobility and Frequent topology updates}
& textbf{Safety parameters}
& textbf{Mechanical and aerodynamic constraint}
& textbf{Degree of Randomness} & textbf{Applications} \
hline
endhead
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
end{tabularx}%
end{landscape}%
end{document}
Please note that all the 1\1\1\
are just added to show the page breaking behaviour of the table. I have also added endhead
in order to repeat the column headers on all following pages.
add a comment |
Here is a possible solution using the ltablex
package that combines the features of tabularx
with longtable
.
documentclass{article}
usepackage{tabularx}
usepackage{ragged2e}
usepackage{longtable}
newcolumntype{R}{>{RaggedRightletnewline\arraybackslashhspace{0pt}}X}
usepackage{pdflscape}
usepackage{ltablex}
begin{document}
begin{landscape}
centering
begin{tabularx}{linewidth}{|R|R|R|R|R|R|R|R|}
hline
textbf{Mobility Model} & multicolumn{7}{c|}{textbf{Parameter}} \
cline{2-8}
& textbf{Basic Description}
& textbf{Adaptability for AANETs}
& textbf{Support to higher node mobility and Frequent topology updates}
& textbf{Safety parameters}
& textbf{Mechanical and aerodynamic constraint}
& textbf{Degree of Randomness} & textbf{Applications} \
hline
endhead
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
end{tabularx}%
end{landscape}%
end{document}
Please note that all the 1\1\1\
are just added to show the page breaking behaviour of the table. I have also added endhead
in order to repeat the column headers on all following pages.
Here is a possible solution using the ltablex
package that combines the features of tabularx
with longtable
.
documentclass{article}
usepackage{tabularx}
usepackage{ragged2e}
usepackage{longtable}
newcolumntype{R}{>{RaggedRightletnewline\arraybackslashhspace{0pt}}X}
usepackage{pdflscape}
usepackage{ltablex}
begin{document}
begin{landscape}
centering
begin{tabularx}{linewidth}{|R|R|R|R|R|R|R|R|}
hline
textbf{Mobility Model} & multicolumn{7}{c|}{textbf{Parameter}} \
cline{2-8}
& textbf{Basic Description}
& textbf{Adaptability for AANETs}
& textbf{Support to higher node mobility and Frequent topology updates}
& textbf{Safety parameters}
& textbf{Mechanical and aerodynamic constraint}
& textbf{Degree of Randomness} & textbf{Applications} \
hline
endhead
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
1\
end{tabularx}%
end{landscape}%
end{document}
Please note that all the 1\1\1\
are just added to show the page breaking behaviour of the table. I have also added endhead
in order to repeat the column headers on all following pages.
answered 16 hours ago
leandriisleandriis
9,7751530
9,7751530
add a comment |
add a comment |
I propose to load the xltabular
package and use its eponymous environment, which combines the possibilities of longtable
and tabularx
. Also, note that in the landscape
environment, for a full width table, you have to use linewidth
or textheight
, but not textwidth
. Last, you can gain some space in cells loading geometry
, which has more sensible margins if you don't use margin notes, setting tabcolsep
to a lower value (6 pt by default, I set it to 3) and using a smaller fontsize.
documentclass{article}
usepackage{geometry}
usepackage{tabularx}
usepackage{xltabular}
usepackage{multirow}
usepackage{rotating}
usepackage{ragged2e}
usepackage{longtable}
usepackage{rotating}
renewcommand{tabularxcolumn}[1]{>{RaggedRightarraybackslash}m{#1}}
usepackage{pdflscape}
begin{document}
begin{landscape}
setlength{tabcolsep}{3pt}
setlength{extrarowheight}{3pt}
centering
begin{xltabular}{linewidth}{|*{8}{X|}}
hline
multirow{8.45}{=}{textbf{Mobility Model} }& multicolumn{7}{c|}{textbf{Parameter}} \
cline{2-8}
& textbf{Basic Description}
& textbf{Adaptability for AANETs}
& textbf{Support to higher node mobility and Frequent topology updatessmallskip}
& textbf{Safety parameters}
& textbf{Mechanical and aerodynamic constraint}
& textbf{Degree of Randomness} & textbf{Applications} \
hline
end{xltabular}%
end{landscape}%
end{document}
i am having error "Undefined control sequence addparagraphcolumntypes".
– monika
15 hours ago
Oops! Sorry, remove that line. It's a remnant of another trial, and I removed the package which defines this command.
– Bernard
15 hours ago
thanks sir, this is what i need
– monika
14 hours ago
add a comment |
I propose to load the xltabular
package and use its eponymous environment, which combines the possibilities of longtable
and tabularx
. Also, note that in the landscape
environment, for a full width table, you have to use linewidth
or textheight
, but not textwidth
. Last, you can gain some space in cells loading geometry
, which has more sensible margins if you don't use margin notes, setting tabcolsep
to a lower value (6 pt by default, I set it to 3) and using a smaller fontsize.
documentclass{article}
usepackage{geometry}
usepackage{tabularx}
usepackage{xltabular}
usepackage{multirow}
usepackage{rotating}
usepackage{ragged2e}
usepackage{longtable}
usepackage{rotating}
renewcommand{tabularxcolumn}[1]{>{RaggedRightarraybackslash}m{#1}}
usepackage{pdflscape}
begin{document}
begin{landscape}
setlength{tabcolsep}{3pt}
setlength{extrarowheight}{3pt}
centering
begin{xltabular}{linewidth}{|*{8}{X|}}
hline
multirow{8.45}{=}{textbf{Mobility Model} }& multicolumn{7}{c|}{textbf{Parameter}} \
cline{2-8}
& textbf{Basic Description}
& textbf{Adaptability for AANETs}
& textbf{Support to higher node mobility and Frequent topology updatessmallskip}
& textbf{Safety parameters}
& textbf{Mechanical and aerodynamic constraint}
& textbf{Degree of Randomness} & textbf{Applications} \
hline
end{xltabular}%
end{landscape}%
end{document}
i am having error "Undefined control sequence addparagraphcolumntypes".
– monika
15 hours ago
Oops! Sorry, remove that line. It's a remnant of another trial, and I removed the package which defines this command.
– Bernard
15 hours ago
thanks sir, this is what i need
– monika
14 hours ago
add a comment |
I propose to load the xltabular
package and use its eponymous environment, which combines the possibilities of longtable
and tabularx
. Also, note that in the landscape
environment, for a full width table, you have to use linewidth
or textheight
, but not textwidth
. Last, you can gain some space in cells loading geometry
, which has more sensible margins if you don't use margin notes, setting tabcolsep
to a lower value (6 pt by default, I set it to 3) and using a smaller fontsize.
documentclass{article}
usepackage{geometry}
usepackage{tabularx}
usepackage{xltabular}
usepackage{multirow}
usepackage{rotating}
usepackage{ragged2e}
usepackage{longtable}
usepackage{rotating}
renewcommand{tabularxcolumn}[1]{>{RaggedRightarraybackslash}m{#1}}
usepackage{pdflscape}
begin{document}
begin{landscape}
setlength{tabcolsep}{3pt}
setlength{extrarowheight}{3pt}
centering
begin{xltabular}{linewidth}{|*{8}{X|}}
hline
multirow{8.45}{=}{textbf{Mobility Model} }& multicolumn{7}{c|}{textbf{Parameter}} \
cline{2-8}
& textbf{Basic Description}
& textbf{Adaptability for AANETs}
& textbf{Support to higher node mobility and Frequent topology updatessmallskip}
& textbf{Safety parameters}
& textbf{Mechanical and aerodynamic constraint}
& textbf{Degree of Randomness} & textbf{Applications} \
hline
end{xltabular}%
end{landscape}%
end{document}
I propose to load the xltabular
package and use its eponymous environment, which combines the possibilities of longtable
and tabularx
. Also, note that in the landscape
environment, for a full width table, you have to use linewidth
or textheight
, but not textwidth
. Last, you can gain some space in cells loading geometry
, which has more sensible margins if you don't use margin notes, setting tabcolsep
to a lower value (6 pt by default, I set it to 3) and using a smaller fontsize.
documentclass{article}
usepackage{geometry}
usepackage{tabularx}
usepackage{xltabular}
usepackage{multirow}
usepackage{rotating}
usepackage{ragged2e}
usepackage{longtable}
usepackage{rotating}
renewcommand{tabularxcolumn}[1]{>{RaggedRightarraybackslash}m{#1}}
usepackage{pdflscape}
begin{document}
begin{landscape}
setlength{tabcolsep}{3pt}
setlength{extrarowheight}{3pt}
centering
begin{xltabular}{linewidth}{|*{8}{X|}}
hline
multirow{8.45}{=}{textbf{Mobility Model} }& multicolumn{7}{c|}{textbf{Parameter}} \
cline{2-8}
& textbf{Basic Description}
& textbf{Adaptability for AANETs}
& textbf{Support to higher node mobility and Frequent topology updatessmallskip}
& textbf{Safety parameters}
& textbf{Mechanical and aerodynamic constraint}
& textbf{Degree of Randomness} & textbf{Applications} \
hline
end{xltabular}%
end{landscape}%
end{document}
edited 15 hours ago
answered 16 hours ago
BernardBernard
173k776204
173k776204
i am having error "Undefined control sequence addparagraphcolumntypes".
– monika
15 hours ago
Oops! Sorry, remove that line. It's a remnant of another trial, and I removed the package which defines this command.
– Bernard
15 hours ago
thanks sir, this is what i need
– monika
14 hours ago
add a comment |
i am having error "Undefined control sequence addparagraphcolumntypes".
– monika
15 hours ago
Oops! Sorry, remove that line. It's a remnant of another trial, and I removed the package which defines this command.
– Bernard
15 hours ago
thanks sir, this is what i need
– monika
14 hours ago
i am having error "Undefined control sequence addparagraphcolumntypes".
– monika
15 hours ago
i am having error "Undefined control sequence addparagraphcolumntypes".
– monika
15 hours ago
Oops! Sorry, remove that line. It's a remnant of another trial, and I removed the package which defines this command.
– Bernard
15 hours ago
Oops! Sorry, remove that line. It's a remnant of another trial, and I removed the package which defines this command.
– Bernard
15 hours ago
thanks sir, this is what i need
– monika
14 hours ago
thanks sir, this is what i need
– monika
14 hours ago
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.
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%2f478710%2fproblem-with-long-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
table is not in proper shape as row and column are not spanning
– monika
16 hours ago
Without using an appropriate package that combines the features of
longtable
andtabularx
you can not useX
type (or derived column types) in alongtable
. Possible packages for this task are ltxtable and ltablex– leandriis
16 hours ago
They're not spanning what?
– Bernard
16 hours ago
"row and column are not spanning" is not exactly clear. Please clarify your objective. E.g., are you trying to get a table that's longer than one page?
– Mico
16 hours ago