The long table in the multi-column
I have a long table And because it occupies a lot of pages, I want to print three columns per page, so the number of pages is too small. I used From the environment
multicols
But it has no effect on the output. I also have to say that I do not want to make the whole text, for example, three pillars, but only this long table, I would like to put three pillars. I also want to repeat its header in every part.
documentclass{article}
usepackage{amsmath}
%usepackage{booktabs}
%usepackage{tabularx} % in the preamble
%usepackage{graphicx}
usepackage{supertabular}
usepackage{multicol}
setlength{columnsep}{0.25cm}
begin{document}
begin{center}
begin{multicols}{3}
tablefirsthead{%
hline
ZERO-POINT&$G$ \
hline}
tablehead{%
hline
ZERO-POINT&$G$ \
hline}
tabletail{%
hline
}
tablelasttail{hline}
tablecaption{}
begin{supertabular}{cc}
hline
$0$ & smw \
hline
$1$ & Hmd \
hline
$2$ & rbb \
hline
$3$ & Elm \
.
.
.
.
$1350$ & nfv \
hline
$1351$ & wsws \
hline
end{supertabular}%
end{multicols}
end{center}
end{document}
longtable multicol supertabular
add a comment |
I have a long table And because it occupies a lot of pages, I want to print three columns per page, so the number of pages is too small. I used From the environment
multicols
But it has no effect on the output. I also have to say that I do not want to make the whole text, for example, three pillars, but only this long table, I would like to put three pillars. I also want to repeat its header in every part.
documentclass{article}
usepackage{amsmath}
%usepackage{booktabs}
%usepackage{tabularx} % in the preamble
%usepackage{graphicx}
usepackage{supertabular}
usepackage{multicol}
setlength{columnsep}{0.25cm}
begin{document}
begin{center}
begin{multicols}{3}
tablefirsthead{%
hline
ZERO-POINT&$G$ \
hline}
tablehead{%
hline
ZERO-POINT&$G$ \
hline}
tabletail{%
hline
}
tablelasttail{hline}
tablecaption{}
begin{supertabular}{cc}
hline
$0$ & smw \
hline
$1$ & Hmd \
hline
$2$ & rbb \
hline
$3$ & Elm \
.
.
.
.
$1350$ & nfv \
hline
$1351$ & wsws \
hline
end{supertabular}%
end{multicols}
end{center}
end{document}
longtable multicol supertabular
See this question. In short: the best way is to put them in different tables.
– JouleV
Mar 31 at 8:21
tex.stackexchange.com/a/105736/134144 might also be interesting.
– leandriis
Mar 31 at 8:32
add a comment |
I have a long table And because it occupies a lot of pages, I want to print three columns per page, so the number of pages is too small. I used From the environment
multicols
But it has no effect on the output. I also have to say that I do not want to make the whole text, for example, three pillars, but only this long table, I would like to put three pillars. I also want to repeat its header in every part.
documentclass{article}
usepackage{amsmath}
%usepackage{booktabs}
%usepackage{tabularx} % in the preamble
%usepackage{graphicx}
usepackage{supertabular}
usepackage{multicol}
setlength{columnsep}{0.25cm}
begin{document}
begin{center}
begin{multicols}{3}
tablefirsthead{%
hline
ZERO-POINT&$G$ \
hline}
tablehead{%
hline
ZERO-POINT&$G$ \
hline}
tabletail{%
hline
}
tablelasttail{hline}
tablecaption{}
begin{supertabular}{cc}
hline
$0$ & smw \
hline
$1$ & Hmd \
hline
$2$ & rbb \
hline
$3$ & Elm \
.
.
.
.
$1350$ & nfv \
hline
$1351$ & wsws \
hline
end{supertabular}%
end{multicols}
end{center}
end{document}
longtable multicol supertabular
I have a long table And because it occupies a lot of pages, I want to print three columns per page, so the number of pages is too small. I used From the environment
multicols
But it has no effect on the output. I also have to say that I do not want to make the whole text, for example, three pillars, but only this long table, I would like to put three pillars. I also want to repeat its header in every part.
documentclass{article}
usepackage{amsmath}
%usepackage{booktabs}
%usepackage{tabularx} % in the preamble
%usepackage{graphicx}
usepackage{supertabular}
usepackage{multicol}
setlength{columnsep}{0.25cm}
begin{document}
begin{center}
begin{multicols}{3}
tablefirsthead{%
hline
ZERO-POINT&$G$ \
hline}
tablehead{%
hline
ZERO-POINT&$G$ \
hline}
tabletail{%
hline
}
tablelasttail{hline}
tablecaption{}
begin{supertabular}{cc}
hline
$0$ & smw \
hline
$1$ & Hmd \
hline
$2$ & rbb \
hline
$3$ & Elm \
.
.
.
.
$1350$ & nfv \
hline
$1351$ & wsws \
hline
end{supertabular}%
end{multicols}
end{center}
end{document}
longtable multicol supertabular
longtable multicol supertabular
asked Mar 31 at 8:18
ali heidariali heidari
1
1
See this question. In short: the best way is to put them in different tables.
– JouleV
Mar 31 at 8:21
tex.stackexchange.com/a/105736/134144 might also be interesting.
– leandriis
Mar 31 at 8:32
add a comment |
See this question. In short: the best way is to put them in different tables.
– JouleV
Mar 31 at 8:21
tex.stackexchange.com/a/105736/134144 might also be interesting.
– leandriis
Mar 31 at 8:32
See this question. In short: the best way is to put them in different tables.
– JouleV
Mar 31 at 8:21
See this question. In short: the best way is to put them in different tables.
– JouleV
Mar 31 at 8:21
tex.stackexchange.com/a/105736/134144 might also be interesting.
– leandriis
Mar 31 at 8:32
tex.stackexchange.com/a/105736/134144 might also be interesting.
– leandriis
Mar 31 at 8:32
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%2f482383%2fthe-long-table-in-the-multi-column%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%2f482383%2fthe-long-table-in-the-multi-column%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
See this question. In short: the best way is to put them in different tables.
– JouleV
Mar 31 at 8:21
tex.stackexchange.com/a/105736/134144 might also be interesting.
– leandriis
Mar 31 at 8:32