Friday, October 20, 2017

How to reduce space between lines in a table

Sometimes (horizontal) space is jut too much in a LaTeX table.
In order to decrease it, it is actually possible to give negative values to addlinespce

\begin{tabular}{ll}
   Line1&some text\\
    \addlinespace[-0.3ex]
             Line1&some text\\
\end{tabular}

Original link:
https://tex.stackexchange.com/questions/268508/reduce-the-space-between-two-lines-in-a-latex-table

No comments:

Post a Comment