如何在 Latex 中显示表格中的所有单词

如何在 Latex 中显示表格中的所有单词

我有 96 个单词对,我想将它们显示在 Latex 文档中,问题是目前并非所有单词对都显示出来。请看图片。

在此处输入图片描述

这是我的代码

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage[export]{adjustbox}
\usepackage{amsmath}
\usepackage{wrapfig}
\usepackage[table]{xcolor}
\newcolumntype{s}{>{\columncolor[HTML]{AAACED}} p{3cm}}


\title{Did You Hear What I Said?}
\author{test (Test) }
\date{September 2016}

\begin{document}

\begin{table}
\caption{Shows the word 96 words pairs}
\begin{tabular}{l | c |c| r}
\hline
\multicolumn{2}{|c|}{Word Pairs} \\
\hline
\label{tab:wordtable}

Words A & Words B\\
\hline \hline
veal    &   feel    \\
bean    &   peen    \\
gin &   chin    \\
dint    &   tint    \\
zoo &   sue \\
dune    &   tune    \\
voal    &   foal    \\
goat    &   coat    \\
zed &   said    \\
dense   &   tense   \\
vast    &   fast    \\
gaff    &   caff    \\
vault   &   fault   \\
daunt   &   taunt   \\
jock    &   chock   \\
bond    &   pond    \\
meat    &   beat    \\
need    &   deed    \\
mitt    &   bit \\
nip &   dip \\
moot    &   boot    \\
news    &   dues    \\
moan    &   bone    \\
note    &   dote    \\
mend    &   bend    \\
neck    &   deck    \\
mad &   bad \\
nab &   dab \\
moss    &   boss    \\
gnaw    &   daw \\
mom &   bomb    \\
knock   &   dock    \\
vee &   bee \\
sheet   &   cheat   \\
vill    &   bill    \\
thick   &   tick    \\
foo &   pooh    \\
shoes   &   choose  \\
those   &   doze    \\
though  &   dough   \\
then    &   den \\
fence   &   pence   \\
than    &   dan \\
shad    &   chad    \\
thong   &   tong    \\
shaw    &   chaw    \\
von &   bon \\
vox &   box \\
zee &   thee    \\
cheep   &   keep    \\
jilt    &   gilt    \\
sing    &   thing   \\
juice   &   goose   \\
chew    &   coo \\
joe &   go  \\
sole    &   thole   \\
jest    &   guest   \\
chair   &   care    \\
jab &   gab \\
sank    &   thank   \\
jaws    &   gauze   \\
saw &   thaw    \\
jot &   got \\
chop    &   cop \\
weed    &   reed    \\
peak    &   teak    \\
bid &   did \\
fin &   thin    \\
moon    &   noon    \\
pool    &   tool    \\
bowl    &   dole    \\
fore    &   thor    \\
met &   net \\
pent    &   tent    \\
bank    &   dank    \\
fad &   thad    \\
fought  &   thought \\
bong    &   dong    \\
wad &   rod \\
pot &   tot \\
yield   &   wield   \\
key &   tea \\
hit &   fit \\
gill    &   dill    \\
coop    &   poop    \\
you &   rue \\
ghost   &   boast   \\
show    &   so  \\
keg &   peg \\
yen &   wren    \\
gat &   bat \\
shag    &   sag \\
yawl    &   wall    \\
caught  &   taught  \\
hop &   fop \\
got &   dot \\
\end{tabular}
\end{table}

答案1

tabular或 都不能table跨越页面边界。所以在这里,我只是把你的长文本tabular分成 3 个小文本,并排放置。

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage[export]{adjustbox}
\usepackage{amsmath}
\usepackage{wrapfig}
\usepackage[table]{xcolor}
\newcolumntype{s}{>{\columncolor[HTML]{AAACED}} p{3cm}}


\title{Did You Hear What I Said?}
\author{test (Test) }
\date{September 2016}

\begin{document}

\begin{table}
\caption{Shows the word 96 words pairs}
\label{tab:wordtable}
\begin{tabular}{|l | c |c| r}
\hline
\multicolumn{2}{|c|}{Word Pairs} \\
\hline
Words A & Words B\\
\hline \hline
veal    &   feel    \\
bean    &   peen    \\
gin &   chin    \\
dint    &   tint    \\
zoo &   sue \\
dune    &   tune    \\
voal    &   foal    \\
goat    &   coat    \\
zed &   said    \\
dense   &   tense   \\
vast    &   fast    \\
gaff    &   caff    \\
vault   &   fault   \\
daunt   &   taunt   \\
jock    &   chock   \\
bond    &   pond    \\
meat    &   beat    \\
need    &   deed    \\
mitt    &   bit \\
nip &   dip \\
moot    &   boot    \\
news    &   dues    \\
moan    &   bone    \\
note    &   dote    \\
mend    &   bend    \\
neck    &   deck    \\
mad &   bad \\
nab &   dab \\
moss    &   boss    \\
gnaw    &   daw \\
mom &   bomb    \\
knock   &   dock    \\
\hline
\end{tabular}
\hspace{.4cm}
\begin{tabular}{|l | c |c| r}
\hline
\multicolumn{2}{|c|}{Word Pairs} \\
\hline
Words A & Words B\\
\hline \hline
vee &   bee \\
sheet   &   cheat   \\
vill    &   bill    \\
thick   &   tick    \\
foo &   pooh    \\
shoes   &   choose  \\
those   &   doze    \\
though  &   dough   \\
then    &   den \\
fence   &   pence   \\
than    &   dan \\
shad    &   chad    \\
thong   &   tong    \\
shaw    &   chaw    \\
von &   bon \\
vox &   box \\
zee &   thee    \\
cheep   &   keep    \\
jilt    &   gilt    \\
sing    &   thing   \\
juice   &   goose   \\
chew    &   coo \\
joe &   go  \\
sole    &   thole   \\
jest    &   guest   \\
chair   &   care    \\
jab &   gab \\
sank    &   thank   \\
jaws    &   gauze   \\
saw &   thaw    \\
jot &   got \\
chop    &   cop \\
\hline
\end{tabular}
\hspace{.4cm}
\begin{tabular}{|l | c |c| r}
\hline
\multicolumn{2}{|c|}{Word Pairs} \\
\hline
Words A & Words B\\
\hline \hline
weed    &   reed    \\
peak    &   teak    \\
bid &   did \\
fin &   thin    \\
moon    &   noon    \\
pool    &   tool    \\
bowl    &   dole    \\
fore    &   thor    \\
met &   net \\
pent    &   tent    \\
bank    &   dank    \\
fad &   thad    \\
fought  &   thought \\
bong    &   dong    \\
wad &   rod \\
pot &   tot \\
yield   &   wield   \\
key &   tea \\
hit &   fit \\
gill    &   dill    \\
coop    &   poop    \\
you &   rue \\
ghost   &   boast   \\+
show    &   so  \\
keg &   peg \\
yen &   wren    \\
gat &   bat \\
shag    &   sag \\
yawl    &   wall    \\
caught  &   taught  \\
hop &   fop \\
got &   dot \\
\hline
\end{tabular}
\end{table}

\end{document}

在此处输入图片描述

相关内容