tabu-issues-for-future-maintainer / tabu

Emergency updates to the LaTeX tabu package
Other
39 stars 17 forks source link

Vertical alignment problem in tabu #8

Closed bonanza123 closed 5 years ago

bonanza123 commented 5 years ago

A previously reported solution to achieve vertical alignment in tabu does not seem to work anymore. It now results in the image below.

Here it is being claimed that this is due to changes made to the array package.

\documentclass{standalone}

\usepackage{tabu}

\begin{document}
\begin{tabu} to\linewidth{|X[-2.5,c,m]|X[c,m]|X[c,m]|}
    \tabucline-
    This is a counterexample. This is a counterexample.
    This is a counterexample.
    This is a counterexample. This is a counterexample.
    This is a counterexample.
    & \texttt X & xyz \\ \tabucline-
\end{tabu}
\end{document}

image

bonanza123 commented 5 years ago

I am sorry, seems to be fixed in v2.10.