I'd like to create an evenly distributed two columns table on a page. In order to have the vertical division centered, I used tabularx:
\begin{table}[H]
\begin{tabularx}{\textwidth}{X X}
a & b \\
c & d \\
e & f \\
\end{tabularx}
\end{table}
However, I have two problems:
for long words, I want it to look like this (made in MS Word - ignore the borders, they are there just to help visualize):
but in LaTeX I have:
I've tried a solution with
multirow, unsuccessfully.I keep getting the message Overfull \hbox (86.11789pt too wide), but I don't understand why... maybe because the word is too long for its cell?


\seqsplit{aaaaa…}(load the homonymous package) which splits a word anywhere. – Bernard Jul 25 '19 at 21:22babeland select the active language at the moment, if necessary. – Bernard Jul 25 '19 at 21:37\-at these points. – Bernard Jul 25 '19 at 21:40