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}
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.