Group of tabulars under one table referenceLegend as Table under a TableWriting under a TableLine under one...

Elf (adjective) vs. Elvish vs. Elven

Why does wrapping Aluminium foil around my food help it keep warm, aluminium be good conductor should have no effect?

Reverse dots and boxes

The rigidity of the countable product of free groups

Is it possible to split a vertex?

What is this little owl-like bird?

Postgres trigram match acting strange for specific characters

Chorophyll and photosynthesis in plants with coloured leaves

Group of tabulars under one table reference

How would the law enforce a ban on immortality?

What is the minimum time required for final wash in film development?

How quality assurance engineers test calculations?

Is a request to book a business flight ticket for a graduate student an unreasonable one?

Why did Harry Potter get a bedroom?

Integer Lists of Noah

[Future]Historical experience as a guide to warship design?

Apollo astronauts were charged for their berth during their missions?

How can I effectively communicate to recruiters that a phone call is not possible?

What happens to unproductive professors?

Should I include code in my research paper?

How to tell someone I'd like to become friends without letting them think I'm romantically interested in them?

Why do we need common sense in AI?

Data Encryption by Application vs Data Encryption in Database

Why did people still chant "Lock her up" at Trump rallies in 2019?



Group of tabulars under one table reference


Legend as Table under a TableWriting under a TableLine under one columnSubtable with multiple tabulars inside does not vertically align properlypage overflowing in table environment due to content outside tabularsMultiple questions regarding formatting tablesTwo tabulars in one Table but in different pagesplacing two table environments side by side (not one table separated by tabulars)One hline across a table with nested tabularsOnly one caption under multiple subfigures






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







2















I'm trying to reproduce a structure like this:



enter image description here



But all I could come up with was the following code:



begin{table}[!htb]
caption{Global caption}
begin{minipage}{.5linewidth}
caption*{$G$}
centering
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}%
begin{minipage}{.5linewidth}
centering
caption*{$F$}
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}
end{table}

begin{table}[!htb]
caption*{Global caption}
begin{minipage}{.5linewidth}
caption*{$G$}
centering
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}%
begin{minipage}{.5linewidth}
centering
caption*{$F$}
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}
end{table}

begin{table}[!htb]
caption*{Global caption}
begin{minipage}{.5linewidth}
caption*{$G$}
centering
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}%
begin{minipage}{.5linewidth}
centering
caption*{$F$}
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}
end{table}


which somewhat resembles the structure, but keeps my tables way too much separated from each other. Can anyone suggest me a better way to obtain the desired results?



Thank you in advance.










share|improve this question




















  • 1





    What are the lll columns in our tables preambles supposed to do, since they're empty?

    – Bernard
    8 hours ago











  • You might want to take a look at the subfig or the subcaption packege.

    – leandriis
    8 hours ago











  • Please tell us which document class you employ.

    – Mico
    7 hours ago


















2















I'm trying to reproduce a structure like this:



enter image description here



But all I could come up with was the following code:



begin{table}[!htb]
caption{Global caption}
begin{minipage}{.5linewidth}
caption*{$G$}
centering
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}%
begin{minipage}{.5linewidth}
centering
caption*{$F$}
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}
end{table}

begin{table}[!htb]
caption*{Global caption}
begin{minipage}{.5linewidth}
caption*{$G$}
centering
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}%
begin{minipage}{.5linewidth}
centering
caption*{$F$}
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}
end{table}

begin{table}[!htb]
caption*{Global caption}
begin{minipage}{.5linewidth}
caption*{$G$}
centering
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}%
begin{minipage}{.5linewidth}
centering
caption*{$F$}
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}
end{table}


which somewhat resembles the structure, but keeps my tables way too much separated from each other. Can anyone suggest me a better way to obtain the desired results?



Thank you in advance.










share|improve this question




















  • 1





    What are the lll columns in our tables preambles supposed to do, since they're empty?

    – Bernard
    8 hours ago











  • You might want to take a look at the subfig or the subcaption packege.

    – leandriis
    8 hours ago











  • Please tell us which document class you employ.

    – Mico
    7 hours ago














2












2








2


1






I'm trying to reproduce a structure like this:



enter image description here



But all I could come up with was the following code:



begin{table}[!htb]
caption{Global caption}
begin{minipage}{.5linewidth}
caption*{$G$}
centering
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}%
begin{minipage}{.5linewidth}
centering
caption*{$F$}
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}
end{table}

begin{table}[!htb]
caption*{Global caption}
begin{minipage}{.5linewidth}
caption*{$G$}
centering
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}%
begin{minipage}{.5linewidth}
centering
caption*{$F$}
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}
end{table}

begin{table}[!htb]
caption*{Global caption}
begin{minipage}{.5linewidth}
caption*{$G$}
centering
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}%
begin{minipage}{.5linewidth}
centering
caption*{$F$}
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}
end{table}


which somewhat resembles the structure, but keeps my tables way too much separated from each other. Can anyone suggest me a better way to obtain the desired results?



Thank you in advance.










share|improve this question
















I'm trying to reproduce a structure like this:



enter image description here



But all I could come up with was the following code:



begin{table}[!htb]
caption{Global caption}
begin{minipage}{.5linewidth}
caption*{$G$}
centering
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}%
begin{minipage}{.5linewidth}
centering
caption*{$F$}
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}
end{table}

begin{table}[!htb]
caption*{Global caption}
begin{minipage}{.5linewidth}
caption*{$G$}
centering
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}%
begin{minipage}{.5linewidth}
centering
caption*{$F$}
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}
end{table}

begin{table}[!htb]
caption*{Global caption}
begin{minipage}{.5linewidth}
caption*{$G$}
centering
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}%
begin{minipage}{.5linewidth}
centering
caption*{$F$}
begin{tabular}{|c|c|lll}
cline{1-2}
textbf{Vertex} & textbf{Label}\ cline{1-2}
b & 1 \
c & 1 \
d & 1 \ cline{1-2}
end{tabular}
end{minipage}
end{table}


which somewhat resembles the structure, but keeps my tables way too much separated from each other. Can anyone suggest me a better way to obtain the desired results?



Thank you in advance.







tables subfloats






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 8 hours ago









Mico

296k32 gold badges410 silver badges808 bronze badges




296k32 gold badges410 silver badges808 bronze badges










asked 9 hours ago









Mdp11Mdp11

354 bronze badges




354 bronze badges








  • 1





    What are the lll columns in our tables preambles supposed to do, since they're empty?

    – Bernard
    8 hours ago











  • You might want to take a look at the subfig or the subcaption packege.

    – leandriis
    8 hours ago











  • Please tell us which document class you employ.

    – Mico
    7 hours ago














  • 1





    What are the lll columns in our tables preambles supposed to do, since they're empty?

    – Bernard
    8 hours ago











  • You might want to take a look at the subfig or the subcaption packege.

    – leandriis
    8 hours ago











  • Please tell us which document class you employ.

    – Mico
    7 hours ago








1




1





What are the lll columns in our tables preambles supposed to do, since they're empty?

– Bernard
8 hours ago





What are the lll columns in our tables preambles supposed to do, since they're empty?

– Bernard
8 hours ago













You might want to take a look at the subfig or the subcaption packege.

– leandriis
8 hours ago





You might want to take a look at the subfig or the subcaption packege.

– leandriis
8 hours ago













Please tell us which document class you employ.

– Mico
7 hours ago





Please tell us which document class you employ.

– Mico
7 hours ago










2 Answers
2






active

oldest

votes


















2














It is also possible to build these tabulars using cals and one calstable. By defining shortcuts for removing cell border, it is convinient to remove the necessary borders around the cells. Of cause, sub-labels are ordinary text, so it is not possible to refer to subtable 1(c). If you prefer more narrow table, just increase the the divisor when calculating the column width.



documentclass{article}
usepackage{cals, caption}

letnc=nullcell % Shortcuts
letsc=spancontent

begin{document}

begin{table}[ht]

begin{calstable}[c] % Centre the tabular

% Defining columns relative to the margin
colwidths{{dimexpr(columnwidth)/5relax} % Increase 5 to 6 or 7 to make the tabular more narrow
{dimexpr(columnwidth)/5relax}
{dimexpr(columnwidth)/5relax}
{dimexpr(columnwidth)/5relax}
{dimexpr(columnwidth)/5relax}
}

% Set up the tabular
makeatletter
defcals@framers@width{0.4pt} % Outside frame rules, reduce if the rule is too heavy
defcals@framecs@width{0.4pt}
defcals@bodyrs@width{0.4pt}
defcals@cs@width{0.4pt} % Inside rules, reduce if the rule is too heavy
defcals@rs@width{0.4pt}

deftb{ifxcals@borderTrelax % Top border switch (off-on)
defcals@borderT{0pt}
else letcals@borderTrelaxfi}

defbb{ifxcals@borderBrelax % Botton border switch (off-on)
defcals@borderB{0pt}
else letcals@borderBrelaxfi}

defrb{ifxcals@borderRrelax % Right border switch (off-on)
defcals@borderR{0pt}
else letcals@borderRrelaxfi}

deflb{ifxcals@borderLrelax % Left border switch (off-on)
defcals@borderL{0pt}
else letcals@borderLrelaxfi}


% R1H1
brow
lbtbrbalignCnc{ltb}
nc{rtb}sc{$G$}
bbcell{}bb
nc{ltb}
nc{rtb}sc{$H$}lbtbrb
erow
% R2B1
brow
cell{Vertex}
cell{Label}
bbcell{}bb
cell{Vertex}
cell{Label}
erow
% R3B2
brow
cell{b}
cell{1}
bbcell{}bb
cell{c}
cell{1}
erow
% R4B3
brow
cell{c}
cell{1}
bbcell{}bb
cell{a}
cell{1}
erow
% R5B4
brow
cell{d}
cell{1}
bbcell{}bb
cell{d}
cell{1}
erow
% R6B5
brow
lbrbnc{ltb}
nc{tb}
nc{tb}
nc{tb}
nc{rtb}sc{(a)}lbrb
erow
% R7B6
brow
lbtbrbalignCnc{ltb}
nc{rtb}sc{$G$}
bbcell{}bb
nc{ltb}
nc{rtb}sc{$H$}lbtbrb
erow
% R8B7
brow
cell{Vertex}
cell{Label}
bbcell{}bb
cell{Vertex}
cell{Label}
erow
% R9B8
brow
cell{c}
cell{11}
bbcell{}bb
cell{a}
cell{11}
erow
% R10B9
brow
cell{d}
cell{10}
bbcell{}bb
cell{d}
cell{11}
erow
% R11B10
brow
rblbnc{ltb}
nc{tb}
nc{tb}
nc{tb}
nc{rtb}sc{(b)}rblb
erow
% R12B11
brow
lbtbrbalignCnc{ltb}
nc{rtb}sc{$G$}
bbcell{}bb
nc{ltb}
nc{rtb}sc{$H$}lbtbrb
erow
% R13B12
brow
cell{Vertex}
cell{Label}
bbcell{}bb
cell{Vertex}
cell{Label}
erow
% R14B13
brow
cell{d}
cell{101}
bbcell{}bb
cell{d}
cell{101}
erow
% R15B14
brow
lbrbbbnc{ltb}
nc{tb}
nc{tb}
nc{tb}
nc{rtb}sc{(c)}lbrbbb
erow
makeatletter
end{calstable}par % par to align the tabular

caption{Labels on the non-mapped vertices of $G$ and $H$ with mapping: Fig (a) $M={a,b}$, Fig. (b) $M={ab,bc}$, and (c) $M={abc, bca}$}
end{table}

end{document}


enter image description here






share|improve this answer


























  • Thank you! That's exactly what I was looking for!

    – Mdp11
    16 mins ago



















2














I suggest you load the subcaption package, which provides an environment called subtable. To (more or less) replicate the structure shown in the screenshot you posted, you could set up three subtable environments, each with its own caption, inside the overall table environment. In the code below, each subtable contains two tabular environments.



enter image description here



documentclass{article} % or some other, more suitable document class
usepackage{array} % for 'extrarowheight' macro
usepackage{subcaption} % for 'subtable' environment
begin{document}

begin{table}[!htb]
setlength{extrarowheight}{1pt} % for a more open "look"

centering

begin{subtable}{.55linewidth} % choose width suitably
begin{tabular}{|c|c|} % 1st tabular
multicolumn{2}{c}{$G$}\
hline
Vertex & Label\
hline
b & 1 \
c & 1 \
d & 1 \ hline
end{tabular}%
hfill % maximize distance between adjacent tabulars
begin{tabular}{|c|c|} % 2nd tabular
multicolumn{2}{c}{$H$}\
hline
Vertex & Label\
hline
c & 1 \
a & 1 \
d & 1 \ hline
end{tabular}

smallskip
caption{$M={a,b}$}
end{subtable}

vspace{5mm} % insert a bit of vertical whitespace
begin{subtable}{.55linewidth}
begin{tabular}{|c|c|}
multicolumn{2}{c}{$G$}\
hline
Vertex & Label\
hline
c & 11 \
d & 10 \ hline
end{tabular}%
hfill
begin{tabular}{|c|c|}
multicolumn{2}{c}{$H$}\
hline
Vertex & Label\
hline
a & 11 \
d & 11 \ hline
end{tabular}

smallskip
caption{$M={ab,bc}$}
end{subtable}

vspace{5mm}
begin{subtable}{.55linewidth}
begin{tabular}{|c|c|}
multicolumn{2}{c}{$G$}\
hline
Vertex & Label\
hline
d & 101 \ hline
end{tabular}%
hfill
begin{tabular}{|c|c|}
multicolumn{2}{c}{$H$}\
hline
Vertex & Label\
hline
d & 110 \ hline
end{tabular}

smallskip
caption{$M={abc,bca}$}
end{subtable}

caption{Labels on the non-mapped vertices of $G$ and $H$, for selected choices of mapping $M$}
end{table}
end{document}





share|improve this answer
























  • Thanks for your answer, but unfortunately I use the subfloat package which is incompatible with the subcaption one.

    – Mdp11
    16 mins ago











  • @Mdp11 - I’m not familiar with a package called subfloat. However, I’m familiar with a package called subfig, which provides a macro called subfloat.

    – Mico
    8 mins ago
















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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f499154%2fgroup-of-tabulars-under-one-table-reference%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









2














It is also possible to build these tabulars using cals and one calstable. By defining shortcuts for removing cell border, it is convinient to remove the necessary borders around the cells. Of cause, sub-labels are ordinary text, so it is not possible to refer to subtable 1(c). If you prefer more narrow table, just increase the the divisor when calculating the column width.



documentclass{article}
usepackage{cals, caption}

letnc=nullcell % Shortcuts
letsc=spancontent

begin{document}

begin{table}[ht]

begin{calstable}[c] % Centre the tabular

% Defining columns relative to the margin
colwidths{{dimexpr(columnwidth)/5relax} % Increase 5 to 6 or 7 to make the tabular more narrow
{dimexpr(columnwidth)/5relax}
{dimexpr(columnwidth)/5relax}
{dimexpr(columnwidth)/5relax}
{dimexpr(columnwidth)/5relax}
}

% Set up the tabular
makeatletter
defcals@framers@width{0.4pt} % Outside frame rules, reduce if the rule is too heavy
defcals@framecs@width{0.4pt}
defcals@bodyrs@width{0.4pt}
defcals@cs@width{0.4pt} % Inside rules, reduce if the rule is too heavy
defcals@rs@width{0.4pt}

deftb{ifxcals@borderTrelax % Top border switch (off-on)
defcals@borderT{0pt}
else letcals@borderTrelaxfi}

defbb{ifxcals@borderBrelax % Botton border switch (off-on)
defcals@borderB{0pt}
else letcals@borderBrelaxfi}

defrb{ifxcals@borderRrelax % Right border switch (off-on)
defcals@borderR{0pt}
else letcals@borderRrelaxfi}

deflb{ifxcals@borderLrelax % Left border switch (off-on)
defcals@borderL{0pt}
else letcals@borderLrelaxfi}


% R1H1
brow
lbtbrbalignCnc{ltb}
nc{rtb}sc{$G$}
bbcell{}bb
nc{ltb}
nc{rtb}sc{$H$}lbtbrb
erow
% R2B1
brow
cell{Vertex}
cell{Label}
bbcell{}bb
cell{Vertex}
cell{Label}
erow
% R3B2
brow
cell{b}
cell{1}
bbcell{}bb
cell{c}
cell{1}
erow
% R4B3
brow
cell{c}
cell{1}
bbcell{}bb
cell{a}
cell{1}
erow
% R5B4
brow
cell{d}
cell{1}
bbcell{}bb
cell{d}
cell{1}
erow
% R6B5
brow
lbrbnc{ltb}
nc{tb}
nc{tb}
nc{tb}
nc{rtb}sc{(a)}lbrb
erow
% R7B6
brow
lbtbrbalignCnc{ltb}
nc{rtb}sc{$G$}
bbcell{}bb
nc{ltb}
nc{rtb}sc{$H$}lbtbrb
erow
% R8B7
brow
cell{Vertex}
cell{Label}
bbcell{}bb
cell{Vertex}
cell{Label}
erow
% R9B8
brow
cell{c}
cell{11}
bbcell{}bb
cell{a}
cell{11}
erow
% R10B9
brow
cell{d}
cell{10}
bbcell{}bb
cell{d}
cell{11}
erow
% R11B10
brow
rblbnc{ltb}
nc{tb}
nc{tb}
nc{tb}
nc{rtb}sc{(b)}rblb
erow
% R12B11
brow
lbtbrbalignCnc{ltb}
nc{rtb}sc{$G$}
bbcell{}bb
nc{ltb}
nc{rtb}sc{$H$}lbtbrb
erow
% R13B12
brow
cell{Vertex}
cell{Label}
bbcell{}bb
cell{Vertex}
cell{Label}
erow
% R14B13
brow
cell{d}
cell{101}
bbcell{}bb
cell{d}
cell{101}
erow
% R15B14
brow
lbrbbbnc{ltb}
nc{tb}
nc{tb}
nc{tb}
nc{rtb}sc{(c)}lbrbbb
erow
makeatletter
end{calstable}par % par to align the tabular

caption{Labels on the non-mapped vertices of $G$ and $H$ with mapping: Fig (a) $M={a,b}$, Fig. (b) $M={ab,bc}$, and (c) $M={abc, bca}$}
end{table}

end{document}


enter image description here






share|improve this answer


























  • Thank you! That's exactly what I was looking for!

    – Mdp11
    16 mins ago
















2














It is also possible to build these tabulars using cals and one calstable. By defining shortcuts for removing cell border, it is convinient to remove the necessary borders around the cells. Of cause, sub-labels are ordinary text, so it is not possible to refer to subtable 1(c). If you prefer more narrow table, just increase the the divisor when calculating the column width.



documentclass{article}
usepackage{cals, caption}

letnc=nullcell % Shortcuts
letsc=spancontent

begin{document}

begin{table}[ht]

begin{calstable}[c] % Centre the tabular

% Defining columns relative to the margin
colwidths{{dimexpr(columnwidth)/5relax} % Increase 5 to 6 or 7 to make the tabular more narrow
{dimexpr(columnwidth)/5relax}
{dimexpr(columnwidth)/5relax}
{dimexpr(columnwidth)/5relax}
{dimexpr(columnwidth)/5relax}
}

% Set up the tabular
makeatletter
defcals@framers@width{0.4pt} % Outside frame rules, reduce if the rule is too heavy
defcals@framecs@width{0.4pt}
defcals@bodyrs@width{0.4pt}
defcals@cs@width{0.4pt} % Inside rules, reduce if the rule is too heavy
defcals@rs@width{0.4pt}

deftb{ifxcals@borderTrelax % Top border switch (off-on)
defcals@borderT{0pt}
else letcals@borderTrelaxfi}

defbb{ifxcals@borderBrelax % Botton border switch (off-on)
defcals@borderB{0pt}
else letcals@borderBrelaxfi}

defrb{ifxcals@borderRrelax % Right border switch (off-on)
defcals@borderR{0pt}
else letcals@borderRrelaxfi}

deflb{ifxcals@borderLrelax % Left border switch (off-on)
defcals@borderL{0pt}
else letcals@borderLrelaxfi}


% R1H1
brow
lbtbrbalignCnc{ltb}
nc{rtb}sc{$G$}
bbcell{}bb
nc{ltb}
nc{rtb}sc{$H$}lbtbrb
erow
% R2B1
brow
cell{Vertex}
cell{Label}
bbcell{}bb
cell{Vertex}
cell{Label}
erow
% R3B2
brow
cell{b}
cell{1}
bbcell{}bb
cell{c}
cell{1}
erow
% R4B3
brow
cell{c}
cell{1}
bbcell{}bb
cell{a}
cell{1}
erow
% R5B4
brow
cell{d}
cell{1}
bbcell{}bb
cell{d}
cell{1}
erow
% R6B5
brow
lbrbnc{ltb}
nc{tb}
nc{tb}
nc{tb}
nc{rtb}sc{(a)}lbrb
erow
% R7B6
brow
lbtbrbalignCnc{ltb}
nc{rtb}sc{$G$}
bbcell{}bb
nc{ltb}
nc{rtb}sc{$H$}lbtbrb
erow
% R8B7
brow
cell{Vertex}
cell{Label}
bbcell{}bb
cell{Vertex}
cell{Label}
erow
% R9B8
brow
cell{c}
cell{11}
bbcell{}bb
cell{a}
cell{11}
erow
% R10B9
brow
cell{d}
cell{10}
bbcell{}bb
cell{d}
cell{11}
erow
% R11B10
brow
rblbnc{ltb}
nc{tb}
nc{tb}
nc{tb}
nc{rtb}sc{(b)}rblb
erow
% R12B11
brow
lbtbrbalignCnc{ltb}
nc{rtb}sc{$G$}
bbcell{}bb
nc{ltb}
nc{rtb}sc{$H$}lbtbrb
erow
% R13B12
brow
cell{Vertex}
cell{Label}
bbcell{}bb
cell{Vertex}
cell{Label}
erow
% R14B13
brow
cell{d}
cell{101}
bbcell{}bb
cell{d}
cell{101}
erow
% R15B14
brow
lbrbbbnc{ltb}
nc{tb}
nc{tb}
nc{tb}
nc{rtb}sc{(c)}lbrbbb
erow
makeatletter
end{calstable}par % par to align the tabular

caption{Labels on the non-mapped vertices of $G$ and $H$ with mapping: Fig (a) $M={a,b}$, Fig. (b) $M={ab,bc}$, and (c) $M={abc, bca}$}
end{table}

end{document}


enter image description here






share|improve this answer


























  • Thank you! That's exactly what I was looking for!

    – Mdp11
    16 mins ago














2












2








2







It is also possible to build these tabulars using cals and one calstable. By defining shortcuts for removing cell border, it is convinient to remove the necessary borders around the cells. Of cause, sub-labels are ordinary text, so it is not possible to refer to subtable 1(c). If you prefer more narrow table, just increase the the divisor when calculating the column width.



documentclass{article}
usepackage{cals, caption}

letnc=nullcell % Shortcuts
letsc=spancontent

begin{document}

begin{table}[ht]

begin{calstable}[c] % Centre the tabular

% Defining columns relative to the margin
colwidths{{dimexpr(columnwidth)/5relax} % Increase 5 to 6 or 7 to make the tabular more narrow
{dimexpr(columnwidth)/5relax}
{dimexpr(columnwidth)/5relax}
{dimexpr(columnwidth)/5relax}
{dimexpr(columnwidth)/5relax}
}

% Set up the tabular
makeatletter
defcals@framers@width{0.4pt} % Outside frame rules, reduce if the rule is too heavy
defcals@framecs@width{0.4pt}
defcals@bodyrs@width{0.4pt}
defcals@cs@width{0.4pt} % Inside rules, reduce if the rule is too heavy
defcals@rs@width{0.4pt}

deftb{ifxcals@borderTrelax % Top border switch (off-on)
defcals@borderT{0pt}
else letcals@borderTrelaxfi}

defbb{ifxcals@borderBrelax % Botton border switch (off-on)
defcals@borderB{0pt}
else letcals@borderBrelaxfi}

defrb{ifxcals@borderRrelax % Right border switch (off-on)
defcals@borderR{0pt}
else letcals@borderRrelaxfi}

deflb{ifxcals@borderLrelax % Left border switch (off-on)
defcals@borderL{0pt}
else letcals@borderLrelaxfi}


% R1H1
brow
lbtbrbalignCnc{ltb}
nc{rtb}sc{$G$}
bbcell{}bb
nc{ltb}
nc{rtb}sc{$H$}lbtbrb
erow
% R2B1
brow
cell{Vertex}
cell{Label}
bbcell{}bb
cell{Vertex}
cell{Label}
erow
% R3B2
brow
cell{b}
cell{1}
bbcell{}bb
cell{c}
cell{1}
erow
% R4B3
brow
cell{c}
cell{1}
bbcell{}bb
cell{a}
cell{1}
erow
% R5B4
brow
cell{d}
cell{1}
bbcell{}bb
cell{d}
cell{1}
erow
% R6B5
brow
lbrbnc{ltb}
nc{tb}
nc{tb}
nc{tb}
nc{rtb}sc{(a)}lbrb
erow
% R7B6
brow
lbtbrbalignCnc{ltb}
nc{rtb}sc{$G$}
bbcell{}bb
nc{ltb}
nc{rtb}sc{$H$}lbtbrb
erow
% R8B7
brow
cell{Vertex}
cell{Label}
bbcell{}bb
cell{Vertex}
cell{Label}
erow
% R9B8
brow
cell{c}
cell{11}
bbcell{}bb
cell{a}
cell{11}
erow
% R10B9
brow
cell{d}
cell{10}
bbcell{}bb
cell{d}
cell{11}
erow
% R11B10
brow
rblbnc{ltb}
nc{tb}
nc{tb}
nc{tb}
nc{rtb}sc{(b)}rblb
erow
% R12B11
brow
lbtbrbalignCnc{ltb}
nc{rtb}sc{$G$}
bbcell{}bb
nc{ltb}
nc{rtb}sc{$H$}lbtbrb
erow
% R13B12
brow
cell{Vertex}
cell{Label}
bbcell{}bb
cell{Vertex}
cell{Label}
erow
% R14B13
brow
cell{d}
cell{101}
bbcell{}bb
cell{d}
cell{101}
erow
% R15B14
brow
lbrbbbnc{ltb}
nc{tb}
nc{tb}
nc{tb}
nc{rtb}sc{(c)}lbrbbb
erow
makeatletter
end{calstable}par % par to align the tabular

caption{Labels on the non-mapped vertices of $G$ and $H$ with mapping: Fig (a) $M={a,b}$, Fig. (b) $M={ab,bc}$, and (c) $M={abc, bca}$}
end{table}

end{document}


enter image description here






share|improve this answer















It is also possible to build these tabulars using cals and one calstable. By defining shortcuts for removing cell border, it is convinient to remove the necessary borders around the cells. Of cause, sub-labels are ordinary text, so it is not possible to refer to subtable 1(c). If you prefer more narrow table, just increase the the divisor when calculating the column width.



documentclass{article}
usepackage{cals, caption}

letnc=nullcell % Shortcuts
letsc=spancontent

begin{document}

begin{table}[ht]

begin{calstable}[c] % Centre the tabular

% Defining columns relative to the margin
colwidths{{dimexpr(columnwidth)/5relax} % Increase 5 to 6 or 7 to make the tabular more narrow
{dimexpr(columnwidth)/5relax}
{dimexpr(columnwidth)/5relax}
{dimexpr(columnwidth)/5relax}
{dimexpr(columnwidth)/5relax}
}

% Set up the tabular
makeatletter
defcals@framers@width{0.4pt} % Outside frame rules, reduce if the rule is too heavy
defcals@framecs@width{0.4pt}
defcals@bodyrs@width{0.4pt}
defcals@cs@width{0.4pt} % Inside rules, reduce if the rule is too heavy
defcals@rs@width{0.4pt}

deftb{ifxcals@borderTrelax % Top border switch (off-on)
defcals@borderT{0pt}
else letcals@borderTrelaxfi}

defbb{ifxcals@borderBrelax % Botton border switch (off-on)
defcals@borderB{0pt}
else letcals@borderBrelaxfi}

defrb{ifxcals@borderRrelax % Right border switch (off-on)
defcals@borderR{0pt}
else letcals@borderRrelaxfi}

deflb{ifxcals@borderLrelax % Left border switch (off-on)
defcals@borderL{0pt}
else letcals@borderLrelaxfi}


% R1H1
brow
lbtbrbalignCnc{ltb}
nc{rtb}sc{$G$}
bbcell{}bb
nc{ltb}
nc{rtb}sc{$H$}lbtbrb
erow
% R2B1
brow
cell{Vertex}
cell{Label}
bbcell{}bb
cell{Vertex}
cell{Label}
erow
% R3B2
brow
cell{b}
cell{1}
bbcell{}bb
cell{c}
cell{1}
erow
% R4B3
brow
cell{c}
cell{1}
bbcell{}bb
cell{a}
cell{1}
erow
% R5B4
brow
cell{d}
cell{1}
bbcell{}bb
cell{d}
cell{1}
erow
% R6B5
brow
lbrbnc{ltb}
nc{tb}
nc{tb}
nc{tb}
nc{rtb}sc{(a)}lbrb
erow
% R7B6
brow
lbtbrbalignCnc{ltb}
nc{rtb}sc{$G$}
bbcell{}bb
nc{ltb}
nc{rtb}sc{$H$}lbtbrb
erow
% R8B7
brow
cell{Vertex}
cell{Label}
bbcell{}bb
cell{Vertex}
cell{Label}
erow
% R9B8
brow
cell{c}
cell{11}
bbcell{}bb
cell{a}
cell{11}
erow
% R10B9
brow
cell{d}
cell{10}
bbcell{}bb
cell{d}
cell{11}
erow
% R11B10
brow
rblbnc{ltb}
nc{tb}
nc{tb}
nc{tb}
nc{rtb}sc{(b)}rblb
erow
% R12B11
brow
lbtbrbalignCnc{ltb}
nc{rtb}sc{$G$}
bbcell{}bb
nc{ltb}
nc{rtb}sc{$H$}lbtbrb
erow
% R13B12
brow
cell{Vertex}
cell{Label}
bbcell{}bb
cell{Vertex}
cell{Label}
erow
% R14B13
brow
cell{d}
cell{101}
bbcell{}bb
cell{d}
cell{101}
erow
% R15B14
brow
lbrbbbnc{ltb}
nc{tb}
nc{tb}
nc{tb}
nc{rtb}sc{(c)}lbrbbb
erow
makeatletter
end{calstable}par % par to align the tabular

caption{Labels on the non-mapped vertices of $G$ and $H$ with mapping: Fig (a) $M={a,b}$, Fig. (b) $M={ab,bc}$, and (c) $M={abc, bca}$}
end{table}

end{document}


enter image description here







share|improve this answer














share|improve this answer



share|improve this answer








edited 6 hours ago

























answered 6 hours ago









SveinungSveinung

12.6k2 gold badges33 silver badges60 bronze badges




12.6k2 gold badges33 silver badges60 bronze badges













  • Thank you! That's exactly what I was looking for!

    – Mdp11
    16 mins ago



















  • Thank you! That's exactly what I was looking for!

    – Mdp11
    16 mins ago

















Thank you! That's exactly what I was looking for!

– Mdp11
16 mins ago





Thank you! That's exactly what I was looking for!

– Mdp11
16 mins ago













2














I suggest you load the subcaption package, which provides an environment called subtable. To (more or less) replicate the structure shown in the screenshot you posted, you could set up three subtable environments, each with its own caption, inside the overall table environment. In the code below, each subtable contains two tabular environments.



enter image description here



documentclass{article} % or some other, more suitable document class
usepackage{array} % for 'extrarowheight' macro
usepackage{subcaption} % for 'subtable' environment
begin{document}

begin{table}[!htb]
setlength{extrarowheight}{1pt} % for a more open "look"

centering

begin{subtable}{.55linewidth} % choose width suitably
begin{tabular}{|c|c|} % 1st tabular
multicolumn{2}{c}{$G$}\
hline
Vertex & Label\
hline
b & 1 \
c & 1 \
d & 1 \ hline
end{tabular}%
hfill % maximize distance between adjacent tabulars
begin{tabular}{|c|c|} % 2nd tabular
multicolumn{2}{c}{$H$}\
hline
Vertex & Label\
hline
c & 1 \
a & 1 \
d & 1 \ hline
end{tabular}

smallskip
caption{$M={a,b}$}
end{subtable}

vspace{5mm} % insert a bit of vertical whitespace
begin{subtable}{.55linewidth}
begin{tabular}{|c|c|}
multicolumn{2}{c}{$G$}\
hline
Vertex & Label\
hline
c & 11 \
d & 10 \ hline
end{tabular}%
hfill
begin{tabular}{|c|c|}
multicolumn{2}{c}{$H$}\
hline
Vertex & Label\
hline
a & 11 \
d & 11 \ hline
end{tabular}

smallskip
caption{$M={ab,bc}$}
end{subtable}

vspace{5mm}
begin{subtable}{.55linewidth}
begin{tabular}{|c|c|}
multicolumn{2}{c}{$G$}\
hline
Vertex & Label\
hline
d & 101 \ hline
end{tabular}%
hfill
begin{tabular}{|c|c|}
multicolumn{2}{c}{$H$}\
hline
Vertex & Label\
hline
d & 110 \ hline
end{tabular}

smallskip
caption{$M={abc,bca}$}
end{subtable}

caption{Labels on the non-mapped vertices of $G$ and $H$, for selected choices of mapping $M$}
end{table}
end{document}





share|improve this answer
























  • Thanks for your answer, but unfortunately I use the subfloat package which is incompatible with the subcaption one.

    – Mdp11
    16 mins ago











  • @Mdp11 - I’m not familiar with a package called subfloat. However, I’m familiar with a package called subfig, which provides a macro called subfloat.

    – Mico
    8 mins ago


















2














I suggest you load the subcaption package, which provides an environment called subtable. To (more or less) replicate the structure shown in the screenshot you posted, you could set up three subtable environments, each with its own caption, inside the overall table environment. In the code below, each subtable contains two tabular environments.



enter image description here



documentclass{article} % or some other, more suitable document class
usepackage{array} % for 'extrarowheight' macro
usepackage{subcaption} % for 'subtable' environment
begin{document}

begin{table}[!htb]
setlength{extrarowheight}{1pt} % for a more open "look"

centering

begin{subtable}{.55linewidth} % choose width suitably
begin{tabular}{|c|c|} % 1st tabular
multicolumn{2}{c}{$G$}\
hline
Vertex & Label\
hline
b & 1 \
c & 1 \
d & 1 \ hline
end{tabular}%
hfill % maximize distance between adjacent tabulars
begin{tabular}{|c|c|} % 2nd tabular
multicolumn{2}{c}{$H$}\
hline
Vertex & Label\
hline
c & 1 \
a & 1 \
d & 1 \ hline
end{tabular}

smallskip
caption{$M={a,b}$}
end{subtable}

vspace{5mm} % insert a bit of vertical whitespace
begin{subtable}{.55linewidth}
begin{tabular}{|c|c|}
multicolumn{2}{c}{$G$}\
hline
Vertex & Label\
hline
c & 11 \
d & 10 \ hline
end{tabular}%
hfill
begin{tabular}{|c|c|}
multicolumn{2}{c}{$H$}\
hline
Vertex & Label\
hline
a & 11 \
d & 11 \ hline
end{tabular}

smallskip
caption{$M={ab,bc}$}
end{subtable}

vspace{5mm}
begin{subtable}{.55linewidth}
begin{tabular}{|c|c|}
multicolumn{2}{c}{$G$}\
hline
Vertex & Label\
hline
d & 101 \ hline
end{tabular}%
hfill
begin{tabular}{|c|c|}
multicolumn{2}{c}{$H$}\
hline
Vertex & Label\
hline
d & 110 \ hline
end{tabular}

smallskip
caption{$M={abc,bca}$}
end{subtable}

caption{Labels on the non-mapped vertices of $G$ and $H$, for selected choices of mapping $M$}
end{table}
end{document}





share|improve this answer
























  • Thanks for your answer, but unfortunately I use the subfloat package which is incompatible with the subcaption one.

    – Mdp11
    16 mins ago











  • @Mdp11 - I’m not familiar with a package called subfloat. However, I’m familiar with a package called subfig, which provides a macro called subfloat.

    – Mico
    8 mins ago
















2












2








2







I suggest you load the subcaption package, which provides an environment called subtable. To (more or less) replicate the structure shown in the screenshot you posted, you could set up three subtable environments, each with its own caption, inside the overall table environment. In the code below, each subtable contains two tabular environments.



enter image description here



documentclass{article} % or some other, more suitable document class
usepackage{array} % for 'extrarowheight' macro
usepackage{subcaption} % for 'subtable' environment
begin{document}

begin{table}[!htb]
setlength{extrarowheight}{1pt} % for a more open "look"

centering

begin{subtable}{.55linewidth} % choose width suitably
begin{tabular}{|c|c|} % 1st tabular
multicolumn{2}{c}{$G$}\
hline
Vertex & Label\
hline
b & 1 \
c & 1 \
d & 1 \ hline
end{tabular}%
hfill % maximize distance between adjacent tabulars
begin{tabular}{|c|c|} % 2nd tabular
multicolumn{2}{c}{$H$}\
hline
Vertex & Label\
hline
c & 1 \
a & 1 \
d & 1 \ hline
end{tabular}

smallskip
caption{$M={a,b}$}
end{subtable}

vspace{5mm} % insert a bit of vertical whitespace
begin{subtable}{.55linewidth}
begin{tabular}{|c|c|}
multicolumn{2}{c}{$G$}\
hline
Vertex & Label\
hline
c & 11 \
d & 10 \ hline
end{tabular}%
hfill
begin{tabular}{|c|c|}
multicolumn{2}{c}{$H$}\
hline
Vertex & Label\
hline
a & 11 \
d & 11 \ hline
end{tabular}

smallskip
caption{$M={ab,bc}$}
end{subtable}

vspace{5mm}
begin{subtable}{.55linewidth}
begin{tabular}{|c|c|}
multicolumn{2}{c}{$G$}\
hline
Vertex & Label\
hline
d & 101 \ hline
end{tabular}%
hfill
begin{tabular}{|c|c|}
multicolumn{2}{c}{$H$}\
hline
Vertex & Label\
hline
d & 110 \ hline
end{tabular}

smallskip
caption{$M={abc,bca}$}
end{subtable}

caption{Labels on the non-mapped vertices of $G$ and $H$, for selected choices of mapping $M$}
end{table}
end{document}





share|improve this answer













I suggest you load the subcaption package, which provides an environment called subtable. To (more or less) replicate the structure shown in the screenshot you posted, you could set up three subtable environments, each with its own caption, inside the overall table environment. In the code below, each subtable contains two tabular environments.



enter image description here



documentclass{article} % or some other, more suitable document class
usepackage{array} % for 'extrarowheight' macro
usepackage{subcaption} % for 'subtable' environment
begin{document}

begin{table}[!htb]
setlength{extrarowheight}{1pt} % for a more open "look"

centering

begin{subtable}{.55linewidth} % choose width suitably
begin{tabular}{|c|c|} % 1st tabular
multicolumn{2}{c}{$G$}\
hline
Vertex & Label\
hline
b & 1 \
c & 1 \
d & 1 \ hline
end{tabular}%
hfill % maximize distance between adjacent tabulars
begin{tabular}{|c|c|} % 2nd tabular
multicolumn{2}{c}{$H$}\
hline
Vertex & Label\
hline
c & 1 \
a & 1 \
d & 1 \ hline
end{tabular}

smallskip
caption{$M={a,b}$}
end{subtable}

vspace{5mm} % insert a bit of vertical whitespace
begin{subtable}{.55linewidth}
begin{tabular}{|c|c|}
multicolumn{2}{c}{$G$}\
hline
Vertex & Label\
hline
c & 11 \
d & 10 \ hline
end{tabular}%
hfill
begin{tabular}{|c|c|}
multicolumn{2}{c}{$H$}\
hline
Vertex & Label\
hline
a & 11 \
d & 11 \ hline
end{tabular}

smallskip
caption{$M={ab,bc}$}
end{subtable}

vspace{5mm}
begin{subtable}{.55linewidth}
begin{tabular}{|c|c|}
multicolumn{2}{c}{$G$}\
hline
Vertex & Label\
hline
d & 101 \ hline
end{tabular}%
hfill
begin{tabular}{|c|c|}
multicolumn{2}{c}{$H$}\
hline
Vertex & Label\
hline
d & 110 \ hline
end{tabular}

smallskip
caption{$M={abc,bca}$}
end{subtable}

caption{Labels on the non-mapped vertices of $G$ and $H$, for selected choices of mapping $M$}
end{table}
end{document}






share|improve this answer












share|improve this answer



share|improve this answer










answered 7 hours ago









MicoMico

296k32 gold badges410 silver badges808 bronze badges




296k32 gold badges410 silver badges808 bronze badges













  • Thanks for your answer, but unfortunately I use the subfloat package which is incompatible with the subcaption one.

    – Mdp11
    16 mins ago











  • @Mdp11 - I’m not familiar with a package called subfloat. However, I’m familiar with a package called subfig, which provides a macro called subfloat.

    – Mico
    8 mins ago





















  • Thanks for your answer, but unfortunately I use the subfloat package which is incompatible with the subcaption one.

    – Mdp11
    16 mins ago











  • @Mdp11 - I’m not familiar with a package called subfloat. However, I’m familiar with a package called subfig, which provides a macro called subfloat.

    – Mico
    8 mins ago



















Thanks for your answer, but unfortunately I use the subfloat package which is incompatible with the subcaption one.

– Mdp11
16 mins ago





Thanks for your answer, but unfortunately I use the subfloat package which is incompatible with the subcaption one.

– Mdp11
16 mins ago













@Mdp11 - I’m not familiar with a package called subfloat. However, I’m familiar with a package called subfig, which provides a macro called subfloat.

– Mico
8 mins ago







@Mdp11 - I’m not familiar with a package called subfloat. However, I’m familiar with a package called subfig, which provides a macro called subfloat.

– Mico
8 mins ago




















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f499154%2fgroup-of-tabulars-under-one-table-reference%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

Ciclooctatetraenă Vezi și | Bibliografie | Meniu de navigare637866text4148569-500570979m