Writing text next to a table
I have this code:
begin{center}
$left.% Use `left.` if don't want arrow on this side.
begin{tabular}{r r r }
toprule
strength & region & comments \
midrule
$H_B ll H_0$ & Landau levels \
$ H_B lessapprox H_0 $& $n$-mixing & $n$ not good\
& $ell$-lmixing & $ell$ not good \
$H_B ll B_0$ & Paschen-Back regime & $J$ noot good, $L$ and $S$ good \
& Intermediate regime & $J$ and $I$ good, $F$ not good \
& Zeeman effect & $F$ good \
bottomrule
end{tabular}
quad
rightupdownarrow% Use `right.` if don't want arrow on this side.
rotatebox[origin=100]{0}{Landau limit}$
caption{HAILO}
end{center}
that generates:
What I would like:
how can I make the entries in the first column (strengh, region, comments) centred with the columns contents?
How can I have the Landau limit text at the top right corner of the table, like I drew with the red arrow?
Thanks.
tables text
add a comment |
I have this code:
begin{center}
$left.% Use `left.` if don't want arrow on this side.
begin{tabular}{r r r }
toprule
strength & region & comments \
midrule
$H_B ll H_0$ & Landau levels \
$ H_B lessapprox H_0 $& $n$-mixing & $n$ not good\
& $ell$-lmixing & $ell$ not good \
$H_B ll B_0$ & Paschen-Back regime & $J$ noot good, $L$ and $S$ good \
& Intermediate regime & $J$ and $I$ good, $F$ not good \
& Zeeman effect & $F$ good \
bottomrule
end{tabular}
quad
rightupdownarrow% Use `right.` if don't want arrow on this side.
rotatebox[origin=100]{0}{Landau limit}$
caption{HAILO}
end{center}
that generates:
What I would like:
how can I make the entries in the first column (strengh, region, comments) centred with the columns contents?
How can I have the Landau limit text at the top right corner of the table, like I drew with the red arrow?
Thanks.
tables text
add a comment |
I have this code:
begin{center}
$left.% Use `left.` if don't want arrow on this side.
begin{tabular}{r r r }
toprule
strength & region & comments \
midrule
$H_B ll H_0$ & Landau levels \
$ H_B lessapprox H_0 $& $n$-mixing & $n$ not good\
& $ell$-lmixing & $ell$ not good \
$H_B ll B_0$ & Paschen-Back regime & $J$ noot good, $L$ and $S$ good \
& Intermediate regime & $J$ and $I$ good, $F$ not good \
& Zeeman effect & $F$ good \
bottomrule
end{tabular}
quad
rightupdownarrow% Use `right.` if don't want arrow on this side.
rotatebox[origin=100]{0}{Landau limit}$
caption{HAILO}
end{center}
that generates:
What I would like:
how can I make the entries in the first column (strengh, region, comments) centred with the columns contents?
How can I have the Landau limit text at the top right corner of the table, like I drew with the red arrow?
Thanks.
tables text
I have this code:
begin{center}
$left.% Use `left.` if don't want arrow on this side.
begin{tabular}{r r r }
toprule
strength & region & comments \
midrule
$H_B ll H_0$ & Landau levels \
$ H_B lessapprox H_0 $& $n$-mixing & $n$ not good\
& $ell$-lmixing & $ell$ not good \
$H_B ll B_0$ & Paschen-Back regime & $J$ noot good, $L$ and $S$ good \
& Intermediate regime & $J$ and $I$ good, $F$ not good \
& Zeeman effect & $F$ good \
bottomrule
end{tabular}
quad
rightupdownarrow% Use `right.` if don't want arrow on this side.
rotatebox[origin=100]{0}{Landau limit}$
caption{HAILO}
end{center}
that generates:
What I would like:
how can I make the entries in the first column (strengh, region, comments) centred with the columns contents?
How can I have the Landau limit text at the top right corner of the table, like I drew with the red arrow?
Thanks.
tables text
tables text
asked 9 hours ago
SuperCiociaSuperCiocia
25138
25138
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
How about this, based on bigdelim
and makecell
? The margin for the caption was obtained by trial and error – it depends on the text of the last column.
documentclass{article}
usepackage{geometry}
usepackage{amssymb}
usepackage{caption, booktabs, bigdelim, makecell}%
renewcommand{theadfont}{normalsizebfseries}
begin{document}
begin{table}[!htb]
centering
captionsetup{margin={0pt,28mm},skip=6pt}
caption{HAILO}
begin{tabular}{r r r c@{}l}
cmidrule[heavyrulewidth]{1-3}
thead{strength} & thead{region} & thead{comments} & rdelimupdownarrow{7}{*} & Landau limit \
cmidrule{1-3}
$H_B ll H_0$ & Landau levels \
$ H_B lessapprox H_0 $& $n$-mixing & $n$ not good\
& $ell$-lmixing & $ell$ not good \
$H_B ll B_0$ & Paschen-Back regime & $J$ noot good, $L$ and $S$ good \
& Intermediate regime & $J$ and $I$ good, $F$ not good \
& Zeeman effect & $F$ good \
cmidrule[heavyrulewidth]{1-3}
end{tabular}
end{table}
end{document}
add a comment |
Without use of booktabs for the table (but clines
instead) and with use of tikz with a n arrow that its height is found with tests:
documentclass{article}
usepackage{amssymb}
usepackage{caption}
usepackage{tikz}
usepackage{multirow}
begin{document}
begin{center}
$% Use `left.` if don't want arrow on this side.
begin{tabular}[t]{r r r c l}cline{1-3}
multicolumn{1}{c}{strength} & multicolumn{1}{c}{region} & multicolumn{1}{c}{comments} &multirow{6}{*}{begin{tikzpicture}draw[<->](0,0)--(0,2.9cm);end{tikzpicture}}&Landau limit\
cline{1-3}
$H_B ll H_0$ & Landau levels &&\
$ H_B lessapprox H_0 $& $n$-mixing & $n$ not good&&\
& $ell$-lmixing & $ell$ not good &&\
$H_B ll B_0$ & Paschen-Back regime & $J$ noot good, $L$ and $S$ good &&\
& Intermediate regime & $J$ and $I$ good, $F$ not good &&\
& Zeeman effect & $F$ good &&\
cline{1-3}
end{tabular}
rotatebox[origin=100]{0}{}$
captionof{table}{HAILO}
end{center}
end{document}
Output:
PS: Just as a start...
(Needed packages for OP's non working example:
usepackage{booktabs}
usepackage{amssymb}
usepackage{rotating}
and
usepackage{caption}
for the fix with captionof{table}
instead of caption{}
)
add a comment |
For the $left...$
effect one needs a [c]
tabular. But to align the text, one need a [t]
tabular. So I measured the [t]
tabular and used raisebox
and rule
to fake a centered object with the right size. Finally, the top baseline of the tabular is actually toprule
, so I had to put the text into the second line of another tabular.
documentclass{article}
usepackage[margin=1in]{geometry}
usepackage{amssymb}
usepackage{caption, booktabs, graphics}%
begin{document}
begin{center}
sbox0{begin{tabular}[t]{r r r}
toprule
multicolumn{1}{c}{strength} & multicolumn{1}{c}{region} & multicolumn{1}{c}{comments} \
midrule
$H_B ll H_0$ & Landau levels \
$ H_B lessapprox H_0 $& $n$-mixing & $n$ not good\
& $ell$-lmixing & $ell$ not good \
$H_B ll B_0$ & Paschen-Back regime & $J$ noot good, $L$ and $S$ good \
& Intermediate regime & $J$ and $I$ good, $F$ not good \
& Zeeman effect & $F$ good \
bottomrule
end{tabular}}%
usebox0
raisebox{dimexpr 0.5ht0-0.5dp0 + 0.5dpstrutbox-0.5htstrutbox}{$left.rule{0pt}{dimexpr 0.5ht0+0.5dp0}rightupdownarrow$}%
begin{tabular}[t]{l} \Landau limit end{tabular}
captionof{table}{HAILO}
end{center}
end{document}
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%2f478598%2fwriting-text-next-to-a-table%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
How about this, based on bigdelim
and makecell
? The margin for the caption was obtained by trial and error – it depends on the text of the last column.
documentclass{article}
usepackage{geometry}
usepackage{amssymb}
usepackage{caption, booktabs, bigdelim, makecell}%
renewcommand{theadfont}{normalsizebfseries}
begin{document}
begin{table}[!htb]
centering
captionsetup{margin={0pt,28mm},skip=6pt}
caption{HAILO}
begin{tabular}{r r r c@{}l}
cmidrule[heavyrulewidth]{1-3}
thead{strength} & thead{region} & thead{comments} & rdelimupdownarrow{7}{*} & Landau limit \
cmidrule{1-3}
$H_B ll H_0$ & Landau levels \
$ H_B lessapprox H_0 $& $n$-mixing & $n$ not good\
& $ell$-lmixing & $ell$ not good \
$H_B ll B_0$ & Paschen-Back regime & $J$ noot good, $L$ and $S$ good \
& Intermediate regime & $J$ and $I$ good, $F$ not good \
& Zeeman effect & $F$ good \
cmidrule[heavyrulewidth]{1-3}
end{tabular}
end{table}
end{document}
add a comment |
How about this, based on bigdelim
and makecell
? The margin for the caption was obtained by trial and error – it depends on the text of the last column.
documentclass{article}
usepackage{geometry}
usepackage{amssymb}
usepackage{caption, booktabs, bigdelim, makecell}%
renewcommand{theadfont}{normalsizebfseries}
begin{document}
begin{table}[!htb]
centering
captionsetup{margin={0pt,28mm},skip=6pt}
caption{HAILO}
begin{tabular}{r r r c@{}l}
cmidrule[heavyrulewidth]{1-3}
thead{strength} & thead{region} & thead{comments} & rdelimupdownarrow{7}{*} & Landau limit \
cmidrule{1-3}
$H_B ll H_0$ & Landau levels \
$ H_B lessapprox H_0 $& $n$-mixing & $n$ not good\
& $ell$-lmixing & $ell$ not good \
$H_B ll B_0$ & Paschen-Back regime & $J$ noot good, $L$ and $S$ good \
& Intermediate regime & $J$ and $I$ good, $F$ not good \
& Zeeman effect & $F$ good \
cmidrule[heavyrulewidth]{1-3}
end{tabular}
end{table}
end{document}
add a comment |
How about this, based on bigdelim
and makecell
? The margin for the caption was obtained by trial and error – it depends on the text of the last column.
documentclass{article}
usepackage{geometry}
usepackage{amssymb}
usepackage{caption, booktabs, bigdelim, makecell}%
renewcommand{theadfont}{normalsizebfseries}
begin{document}
begin{table}[!htb]
centering
captionsetup{margin={0pt,28mm},skip=6pt}
caption{HAILO}
begin{tabular}{r r r c@{}l}
cmidrule[heavyrulewidth]{1-3}
thead{strength} & thead{region} & thead{comments} & rdelimupdownarrow{7}{*} & Landau limit \
cmidrule{1-3}
$H_B ll H_0$ & Landau levels \
$ H_B lessapprox H_0 $& $n$-mixing & $n$ not good\
& $ell$-lmixing & $ell$ not good \
$H_B ll B_0$ & Paschen-Back regime & $J$ noot good, $L$ and $S$ good \
& Intermediate regime & $J$ and $I$ good, $F$ not good \
& Zeeman effect & $F$ good \
cmidrule[heavyrulewidth]{1-3}
end{tabular}
end{table}
end{document}
How about this, based on bigdelim
and makecell
? The margin for the caption was obtained by trial and error – it depends on the text of the last column.
documentclass{article}
usepackage{geometry}
usepackage{amssymb}
usepackage{caption, booktabs, bigdelim, makecell}%
renewcommand{theadfont}{normalsizebfseries}
begin{document}
begin{table}[!htb]
centering
captionsetup{margin={0pt,28mm},skip=6pt}
caption{HAILO}
begin{tabular}{r r r c@{}l}
cmidrule[heavyrulewidth]{1-3}
thead{strength} & thead{region} & thead{comments} & rdelimupdownarrow{7}{*} & Landau limit \
cmidrule{1-3}
$H_B ll H_0$ & Landau levels \
$ H_B lessapprox H_0 $& $n$-mixing & $n$ not good\
& $ell$-lmixing & $ell$ not good \
$H_B ll B_0$ & Paschen-Back regime & $J$ noot good, $L$ and $S$ good \
& Intermediate regime & $J$ and $I$ good, $F$ not good \
& Zeeman effect & $F$ good \
cmidrule[heavyrulewidth]{1-3}
end{tabular}
end{table}
end{document}
answered 8 hours ago
BernardBernard
172k776204
172k776204
add a comment |
add a comment |
Without use of booktabs for the table (but clines
instead) and with use of tikz with a n arrow that its height is found with tests:
documentclass{article}
usepackage{amssymb}
usepackage{caption}
usepackage{tikz}
usepackage{multirow}
begin{document}
begin{center}
$% Use `left.` if don't want arrow on this side.
begin{tabular}[t]{r r r c l}cline{1-3}
multicolumn{1}{c}{strength} & multicolumn{1}{c}{region} & multicolumn{1}{c}{comments} &multirow{6}{*}{begin{tikzpicture}draw[<->](0,0)--(0,2.9cm);end{tikzpicture}}&Landau limit\
cline{1-3}
$H_B ll H_0$ & Landau levels &&\
$ H_B lessapprox H_0 $& $n$-mixing & $n$ not good&&\
& $ell$-lmixing & $ell$ not good &&\
$H_B ll B_0$ & Paschen-Back regime & $J$ noot good, $L$ and $S$ good &&\
& Intermediate regime & $J$ and $I$ good, $F$ not good &&\
& Zeeman effect & $F$ good &&\
cline{1-3}
end{tabular}
rotatebox[origin=100]{0}{}$
captionof{table}{HAILO}
end{center}
end{document}
Output:
PS: Just as a start...
(Needed packages for OP's non working example:
usepackage{booktabs}
usepackage{amssymb}
usepackage{rotating}
and
usepackage{caption}
for the fix with captionof{table}
instead of caption{}
)
add a comment |
Without use of booktabs for the table (but clines
instead) and with use of tikz with a n arrow that its height is found with tests:
documentclass{article}
usepackage{amssymb}
usepackage{caption}
usepackage{tikz}
usepackage{multirow}
begin{document}
begin{center}
$% Use `left.` if don't want arrow on this side.
begin{tabular}[t]{r r r c l}cline{1-3}
multicolumn{1}{c}{strength} & multicolumn{1}{c}{region} & multicolumn{1}{c}{comments} &multirow{6}{*}{begin{tikzpicture}draw[<->](0,0)--(0,2.9cm);end{tikzpicture}}&Landau limit\
cline{1-3}
$H_B ll H_0$ & Landau levels &&\
$ H_B lessapprox H_0 $& $n$-mixing & $n$ not good&&\
& $ell$-lmixing & $ell$ not good &&\
$H_B ll B_0$ & Paschen-Back regime & $J$ noot good, $L$ and $S$ good &&\
& Intermediate regime & $J$ and $I$ good, $F$ not good &&\
& Zeeman effect & $F$ good &&\
cline{1-3}
end{tabular}
rotatebox[origin=100]{0}{}$
captionof{table}{HAILO}
end{center}
end{document}
Output:
PS: Just as a start...
(Needed packages for OP's non working example:
usepackage{booktabs}
usepackage{amssymb}
usepackage{rotating}
and
usepackage{caption}
for the fix with captionof{table}
instead of caption{}
)
add a comment |
Without use of booktabs for the table (but clines
instead) and with use of tikz with a n arrow that its height is found with tests:
documentclass{article}
usepackage{amssymb}
usepackage{caption}
usepackage{tikz}
usepackage{multirow}
begin{document}
begin{center}
$% Use `left.` if don't want arrow on this side.
begin{tabular}[t]{r r r c l}cline{1-3}
multicolumn{1}{c}{strength} & multicolumn{1}{c}{region} & multicolumn{1}{c}{comments} &multirow{6}{*}{begin{tikzpicture}draw[<->](0,0)--(0,2.9cm);end{tikzpicture}}&Landau limit\
cline{1-3}
$H_B ll H_0$ & Landau levels &&\
$ H_B lessapprox H_0 $& $n$-mixing & $n$ not good&&\
& $ell$-lmixing & $ell$ not good &&\
$H_B ll B_0$ & Paschen-Back regime & $J$ noot good, $L$ and $S$ good &&\
& Intermediate regime & $J$ and $I$ good, $F$ not good &&\
& Zeeman effect & $F$ good &&\
cline{1-3}
end{tabular}
rotatebox[origin=100]{0}{}$
captionof{table}{HAILO}
end{center}
end{document}
Output:
PS: Just as a start...
(Needed packages for OP's non working example:
usepackage{booktabs}
usepackage{amssymb}
usepackage{rotating}
and
usepackage{caption}
for the fix with captionof{table}
instead of caption{}
)
Without use of booktabs for the table (but clines
instead) and with use of tikz with a n arrow that its height is found with tests:
documentclass{article}
usepackage{amssymb}
usepackage{caption}
usepackage{tikz}
usepackage{multirow}
begin{document}
begin{center}
$% Use `left.` if don't want arrow on this side.
begin{tabular}[t]{r r r c l}cline{1-3}
multicolumn{1}{c}{strength} & multicolumn{1}{c}{region} & multicolumn{1}{c}{comments} &multirow{6}{*}{begin{tikzpicture}draw[<->](0,0)--(0,2.9cm);end{tikzpicture}}&Landau limit\
cline{1-3}
$H_B ll H_0$ & Landau levels &&\
$ H_B lessapprox H_0 $& $n$-mixing & $n$ not good&&\
& $ell$-lmixing & $ell$ not good &&\
$H_B ll B_0$ & Paschen-Back regime & $J$ noot good, $L$ and $S$ good &&\
& Intermediate regime & $J$ and $I$ good, $F$ not good &&\
& Zeeman effect & $F$ good &&\
cline{1-3}
end{tabular}
rotatebox[origin=100]{0}{}$
captionof{table}{HAILO}
end{center}
end{document}
Output:
PS: Just as a start...
(Needed packages for OP's non working example:
usepackage{booktabs}
usepackage{amssymb}
usepackage{rotating}
and
usepackage{caption}
for the fix with captionof{table}
instead of caption{}
)
answered 8 hours ago
koleygrkoleygr
12.3k11038
12.3k11038
add a comment |
add a comment |
For the $left...$
effect one needs a [c]
tabular. But to align the text, one need a [t]
tabular. So I measured the [t]
tabular and used raisebox
and rule
to fake a centered object with the right size. Finally, the top baseline of the tabular is actually toprule
, so I had to put the text into the second line of another tabular.
documentclass{article}
usepackage[margin=1in]{geometry}
usepackage{amssymb}
usepackage{caption, booktabs, graphics}%
begin{document}
begin{center}
sbox0{begin{tabular}[t]{r r r}
toprule
multicolumn{1}{c}{strength} & multicolumn{1}{c}{region} & multicolumn{1}{c}{comments} \
midrule
$H_B ll H_0$ & Landau levels \
$ H_B lessapprox H_0 $& $n$-mixing & $n$ not good\
& $ell$-lmixing & $ell$ not good \
$H_B ll B_0$ & Paschen-Back regime & $J$ noot good, $L$ and $S$ good \
& Intermediate regime & $J$ and $I$ good, $F$ not good \
& Zeeman effect & $F$ good \
bottomrule
end{tabular}}%
usebox0
raisebox{dimexpr 0.5ht0-0.5dp0 + 0.5dpstrutbox-0.5htstrutbox}{$left.rule{0pt}{dimexpr 0.5ht0+0.5dp0}rightupdownarrow$}%
begin{tabular}[t]{l} \Landau limit end{tabular}
captionof{table}{HAILO}
end{center}
end{document}
add a comment |
For the $left...$
effect one needs a [c]
tabular. But to align the text, one need a [t]
tabular. So I measured the [t]
tabular and used raisebox
and rule
to fake a centered object with the right size. Finally, the top baseline of the tabular is actually toprule
, so I had to put the text into the second line of another tabular.
documentclass{article}
usepackage[margin=1in]{geometry}
usepackage{amssymb}
usepackage{caption, booktabs, graphics}%
begin{document}
begin{center}
sbox0{begin{tabular}[t]{r r r}
toprule
multicolumn{1}{c}{strength} & multicolumn{1}{c}{region} & multicolumn{1}{c}{comments} \
midrule
$H_B ll H_0$ & Landau levels \
$ H_B lessapprox H_0 $& $n$-mixing & $n$ not good\
& $ell$-lmixing & $ell$ not good \
$H_B ll B_0$ & Paschen-Back regime & $J$ noot good, $L$ and $S$ good \
& Intermediate regime & $J$ and $I$ good, $F$ not good \
& Zeeman effect & $F$ good \
bottomrule
end{tabular}}%
usebox0
raisebox{dimexpr 0.5ht0-0.5dp0 + 0.5dpstrutbox-0.5htstrutbox}{$left.rule{0pt}{dimexpr 0.5ht0+0.5dp0}rightupdownarrow$}%
begin{tabular}[t]{l} \Landau limit end{tabular}
captionof{table}{HAILO}
end{center}
end{document}
add a comment |
For the $left...$
effect one needs a [c]
tabular. But to align the text, one need a [t]
tabular. So I measured the [t]
tabular and used raisebox
and rule
to fake a centered object with the right size. Finally, the top baseline of the tabular is actually toprule
, so I had to put the text into the second line of another tabular.
documentclass{article}
usepackage[margin=1in]{geometry}
usepackage{amssymb}
usepackage{caption, booktabs, graphics}%
begin{document}
begin{center}
sbox0{begin{tabular}[t]{r r r}
toprule
multicolumn{1}{c}{strength} & multicolumn{1}{c}{region} & multicolumn{1}{c}{comments} \
midrule
$H_B ll H_0$ & Landau levels \
$ H_B lessapprox H_0 $& $n$-mixing & $n$ not good\
& $ell$-lmixing & $ell$ not good \
$H_B ll B_0$ & Paschen-Back regime & $J$ noot good, $L$ and $S$ good \
& Intermediate regime & $J$ and $I$ good, $F$ not good \
& Zeeman effect & $F$ good \
bottomrule
end{tabular}}%
usebox0
raisebox{dimexpr 0.5ht0-0.5dp0 + 0.5dpstrutbox-0.5htstrutbox}{$left.rule{0pt}{dimexpr 0.5ht0+0.5dp0}rightupdownarrow$}%
begin{tabular}[t]{l} \Landau limit end{tabular}
captionof{table}{HAILO}
end{center}
end{document}
For the $left...$
effect one needs a [c]
tabular. But to align the text, one need a [t]
tabular. So I measured the [t]
tabular and used raisebox
and rule
to fake a centered object with the right size. Finally, the top baseline of the tabular is actually toprule
, so I had to put the text into the second line of another tabular.
documentclass{article}
usepackage[margin=1in]{geometry}
usepackage{amssymb}
usepackage{caption, booktabs, graphics}%
begin{document}
begin{center}
sbox0{begin{tabular}[t]{r r r}
toprule
multicolumn{1}{c}{strength} & multicolumn{1}{c}{region} & multicolumn{1}{c}{comments} \
midrule
$H_B ll H_0$ & Landau levels \
$ H_B lessapprox H_0 $& $n$-mixing & $n$ not good\
& $ell$-lmixing & $ell$ not good \
$H_B ll B_0$ & Paschen-Back regime & $J$ noot good, $L$ and $S$ good \
& Intermediate regime & $J$ and $I$ good, $F$ not good \
& Zeeman effect & $F$ good \
bottomrule
end{tabular}}%
usebox0
raisebox{dimexpr 0.5ht0-0.5dp0 + 0.5dpstrutbox-0.5htstrutbox}{$left.rule{0pt}{dimexpr 0.5ht0+0.5dp0}rightupdownarrow$}%
begin{tabular}[t]{l} \Landau limit end{tabular}
captionof{table}{HAILO}
end{center}
end{document}
answered 47 mins ago
John KormyloJohn Kormylo
44.9k12570
44.9k12570
add a comment |
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%2f478598%2fwriting-text-next-to-a-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