How to duplicate the content in just one table
How to duplicate the content in just one table and make it look like this:
I do not want two tables, I just want a table just one
documentclass{article}
usepackage[table]{xcolor}
usepackage{boldline}
begin{document}
begingroup
defarraystretch{2.2}%
begin{tabular}{V{4}p{25mm}|c|c|cV{4}}
hlineB{4}
multicolumn{4}{V{4}cV{4}}{aaaaa} \ % <===============================
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hlineB{3}
end{tabular}
endgroup
end{document}
my intent is :
documentclass{article}
usepackage[table]{xcolor}
usepackage{boldline}
begin{document}
begingroup
defarraystretch{2.2}%
begin{tabular}{V{4}p{25mm}|c|c|cV{4}|V{4}p{25mm}|c|c|cV{4}}
hlineB{4}
multicolumn{4}{V{4}}{aaaaa} & multicolumn{4}{V{4}cV{4}}{aaaaa} \ % <===============================
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 & 1e-1 & 1e-2 & 1e-2 \
hlineB{3}
end{tabular}
endgroup
end{document}
tables
add a comment |
How to duplicate the content in just one table and make it look like this:
I do not want two tables, I just want a table just one
documentclass{article}
usepackage[table]{xcolor}
usepackage{boldline}
begin{document}
begingroup
defarraystretch{2.2}%
begin{tabular}{V{4}p{25mm}|c|c|cV{4}}
hlineB{4}
multicolumn{4}{V{4}cV{4}}{aaaaa} \ % <===============================
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hlineB{3}
end{tabular}
endgroup
end{document}
my intent is :
documentclass{article}
usepackage[table]{xcolor}
usepackage{boldline}
begin{document}
begingroup
defarraystretch{2.2}%
begin{tabular}{V{4}p{25mm}|c|c|cV{4}|V{4}p{25mm}|c|c|cV{4}}
hlineB{4}
multicolumn{4}{V{4}}{aaaaa} & multicolumn{4}{V{4}cV{4}}{aaaaa} \ % <===============================
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 & 1e-1 & 1e-2 & 1e-2 \
hlineB{3}
end{tabular}
endgroup
end{document}
tables
You should be more clear in your question. Currently it seems like a duplicate of How make a table border thicker, since you're only interested in a single table.
– Werner
22 mins ago
@Werner I need that table too, the same table duplicate and triple it
– x-rw
12 mins ago
@x-rw Your question is very unclear. Do you want to have the horizontal lines joined or separated? Do you want the border to be a bit broken in the middle? et cetera... Please make a clear sketch showing what you want to have.
– JouleV
4 mins ago
add a comment |
How to duplicate the content in just one table and make it look like this:
I do not want two tables, I just want a table just one
documentclass{article}
usepackage[table]{xcolor}
usepackage{boldline}
begin{document}
begingroup
defarraystretch{2.2}%
begin{tabular}{V{4}p{25mm}|c|c|cV{4}}
hlineB{4}
multicolumn{4}{V{4}cV{4}}{aaaaa} \ % <===============================
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hlineB{3}
end{tabular}
endgroup
end{document}
my intent is :
documentclass{article}
usepackage[table]{xcolor}
usepackage{boldline}
begin{document}
begingroup
defarraystretch{2.2}%
begin{tabular}{V{4}p{25mm}|c|c|cV{4}|V{4}p{25mm}|c|c|cV{4}}
hlineB{4}
multicolumn{4}{V{4}}{aaaaa} & multicolumn{4}{V{4}cV{4}}{aaaaa} \ % <===============================
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 & 1e-1 & 1e-2 & 1e-2 \
hlineB{3}
end{tabular}
endgroup
end{document}
tables
How to duplicate the content in just one table and make it look like this:
I do not want two tables, I just want a table just one
documentclass{article}
usepackage[table]{xcolor}
usepackage{boldline}
begin{document}
begingroup
defarraystretch{2.2}%
begin{tabular}{V{4}p{25mm}|c|c|cV{4}}
hlineB{4}
multicolumn{4}{V{4}cV{4}}{aaaaa} \ % <===============================
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hlineB{3}
end{tabular}
endgroup
end{document}
my intent is :
documentclass{article}
usepackage[table]{xcolor}
usepackage{boldline}
begin{document}
begingroup
defarraystretch{2.2}%
begin{tabular}{V{4}p{25mm}|c|c|cV{4}|V{4}p{25mm}|c|c|cV{4}}
hlineB{4}
multicolumn{4}{V{4}}{aaaaa} & multicolumn{4}{V{4}cV{4}}{aaaaa} \ % <===============================
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 & 1e-1 & 1e-2 & 1e-2 \
hlineB{3}
end{tabular}
endgroup
end{document}
tables
tables
edited 6 mins ago
x-rw
asked 56 mins ago
x-rwx-rw
40617
40617
You should be more clear in your question. Currently it seems like a duplicate of How make a table border thicker, since you're only interested in a single table.
– Werner
22 mins ago
@Werner I need that table too, the same table duplicate and triple it
– x-rw
12 mins ago
@x-rw Your question is very unclear. Do you want to have the horizontal lines joined or separated? Do you want the border to be a bit broken in the middle? et cetera... Please make a clear sketch showing what you want to have.
– JouleV
4 mins ago
add a comment |
You should be more clear in your question. Currently it seems like a duplicate of How make a table border thicker, since you're only interested in a single table.
– Werner
22 mins ago
@Werner I need that table too, the same table duplicate and triple it
– x-rw
12 mins ago
@x-rw Your question is very unclear. Do you want to have the horizontal lines joined or separated? Do you want the border to be a bit broken in the middle? et cetera... Please make a clear sketch showing what you want to have.
– JouleV
4 mins ago
You should be more clear in your question. Currently it seems like a duplicate of How make a table border thicker, since you're only interested in a single table.
– Werner
22 mins ago
You should be more clear in your question. Currently it seems like a duplicate of How make a table border thicker, since you're only interested in a single table.
– Werner
22 mins ago
@Werner I need that table too, the same table duplicate and triple it
– x-rw
12 mins ago
@Werner I need that table too, the same table duplicate and triple it
– x-rw
12 mins ago
@x-rw Your question is very unclear. Do you want to have the horizontal lines joined or separated? Do you want the border to be a bit broken in the middle? et cetera... Please make a clear sketch showing what you want to have.
– JouleV
4 mins ago
@x-rw Your question is very unclear. Do you want to have the horizontal lines joined or separated? Do you want the border to be a bit broken in the middle? et cetera... Please make a clear sketch showing what you want to have.
– JouleV
4 mins ago
add a comment |
1 Answer
1
active
oldest
votes
Do as usual:
documentclass{article}
usepackage[table]{xcolor}
usepackage{boldline}
begin{document}
begingroup
defarraystretch{2.2}%
begin{tabular}{V{4}p{25mm}|c|c|cV{4}}
hlineB{4}
multicolumn{4}{V{4}cV{4}}{aaaaa} \ % <===============================
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hlineB{3}
end{tabular}
endgroup
begingroup
defarraystretch{2.2}%
begin{tabular}{V{4}p{25mm}|c|c|cV{4}}
hlineB{4}
multicolumn{4}{V{4}cV{4}}{aaaaa} \ % <===============================
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hlineB{3}
end{tabular}
endgroup
end{document}
but i want only one table
– x-rw
44 mins ago
@x-rw: ...so you want two tables, but here you comment you only want one? Can you see how this is not clear?
– Werner
9 mins ago
@Werner I want to duplicate and triple the content but that is just a table
– x-rw
7 mins 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%2f471584%2fhow-to-duplicate-the-content-in-just-one-table%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
Do as usual:
documentclass{article}
usepackage[table]{xcolor}
usepackage{boldline}
begin{document}
begingroup
defarraystretch{2.2}%
begin{tabular}{V{4}p{25mm}|c|c|cV{4}}
hlineB{4}
multicolumn{4}{V{4}cV{4}}{aaaaa} \ % <===============================
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hlineB{3}
end{tabular}
endgroup
begingroup
defarraystretch{2.2}%
begin{tabular}{V{4}p{25mm}|c|c|cV{4}}
hlineB{4}
multicolumn{4}{V{4}cV{4}}{aaaaa} \ % <===============================
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hlineB{3}
end{tabular}
endgroup
end{document}
but i want only one table
– x-rw
44 mins ago
@x-rw: ...so you want two tables, but here you comment you only want one? Can you see how this is not clear?
– Werner
9 mins ago
@Werner I want to duplicate and triple the content but that is just a table
– x-rw
7 mins ago
add a comment |
Do as usual:
documentclass{article}
usepackage[table]{xcolor}
usepackage{boldline}
begin{document}
begingroup
defarraystretch{2.2}%
begin{tabular}{V{4}p{25mm}|c|c|cV{4}}
hlineB{4}
multicolumn{4}{V{4}cV{4}}{aaaaa} \ % <===============================
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hlineB{3}
end{tabular}
endgroup
begingroup
defarraystretch{2.2}%
begin{tabular}{V{4}p{25mm}|c|c|cV{4}}
hlineB{4}
multicolumn{4}{V{4}cV{4}}{aaaaa} \ % <===============================
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hlineB{3}
end{tabular}
endgroup
end{document}
but i want only one table
– x-rw
44 mins ago
@x-rw: ...so you want two tables, but here you comment you only want one? Can you see how this is not clear?
– Werner
9 mins ago
@Werner I want to duplicate and triple the content but that is just a table
– x-rw
7 mins ago
add a comment |
Do as usual:
documentclass{article}
usepackage[table]{xcolor}
usepackage{boldline}
begin{document}
begingroup
defarraystretch{2.2}%
begin{tabular}{V{4}p{25mm}|c|c|cV{4}}
hlineB{4}
multicolumn{4}{V{4}cV{4}}{aaaaa} \ % <===============================
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hlineB{3}
end{tabular}
endgroup
begingroup
defarraystretch{2.2}%
begin{tabular}{V{4}p{25mm}|c|c|cV{4}}
hlineB{4}
multicolumn{4}{V{4}cV{4}}{aaaaa} \ % <===============================
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hlineB{3}
end{tabular}
endgroup
end{document}
Do as usual:
documentclass{article}
usepackage[table]{xcolor}
usepackage{boldline}
begin{document}
begingroup
defarraystretch{2.2}%
begin{tabular}{V{4}p{25mm}|c|c|cV{4}}
hlineB{4}
multicolumn{4}{V{4}cV{4}}{aaaaa} \ % <===============================
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hlineB{3}
end{tabular}
endgroup
begingroup
defarraystretch{2.2}%
begin{tabular}{V{4}p{25mm}|c|c|cV{4}}
hlineB{4}
multicolumn{4}{V{4}cV{4}}{aaaaa} \ % <===============================
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hlineB{3}
end{tabular}
endgroup
end{document}
answered 50 mins ago
JouleVJouleV
2,429628
2,429628
but i want only one table
– x-rw
44 mins ago
@x-rw: ...so you want two tables, but here you comment you only want one? Can you see how this is not clear?
– Werner
9 mins ago
@Werner I want to duplicate and triple the content but that is just a table
– x-rw
7 mins ago
add a comment |
but i want only one table
– x-rw
44 mins ago
@x-rw: ...so you want two tables, but here you comment you only want one? Can you see how this is not clear?
– Werner
9 mins ago
@Werner I want to duplicate and triple the content but that is just a table
– x-rw
7 mins ago
but i want only one table
– x-rw
44 mins ago
but i want only one table
– x-rw
44 mins ago
@x-rw: ...so you want two tables, but here you comment you only want one? Can you see how this is not clear?
– Werner
9 mins ago
@x-rw: ...so you want two tables, but here you comment you only want one? Can you see how this is not clear?
– Werner
9 mins ago
@Werner I want to duplicate and triple the content but that is just a table
– x-rw
7 mins ago
@Werner I want to duplicate and triple the content but that is just a table
– x-rw
7 mins 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%2f471584%2fhow-to-duplicate-the-content-in-just-one-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
You should be more clear in your question. Currently it seems like a duplicate of How make a table border thicker, since you're only interested in a single table.
– Werner
22 mins ago
@Werner I need that table too, the same table duplicate and triple it
– x-rw
12 mins ago
@x-rw Your question is very unclear. Do you want to have the horizontal lines joined or separated? Do you want the border to be a bit broken in the middle? et cetera... Please make a clear sketch showing what you want to have.
– JouleV
4 mins ago