am using this: %%% https://tex.stackexchange.com/a/97188/27721
\usepackage{array}
\newcolumntype{Z}{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}X}
and would like to use (that is, integrate into the above) sth like that:
{>{\hsize=1.5\hsize}X>{\hsize=0.5\hsize}X}
(which is taken from David's tabularx manual)
how?
PS:
\begin{tabularx}{\textwidth}{@{}*{1}{p{\mylengthydate}}*{1}{X}*{1}{Z}@{}}
UPDATE
Expanded the question with proper MWE here:
{>{\hsize=1.5\hsize}Z>{\hsize=0.5\hsize}Z}? – Mico Jul 14 '15 at 09:24*{1}{p{\mylengthydate}}*{1}{X}*{1}{Z}, it's perfectly OK to writep{\mylengthydate} X Z. – Mico Jul 14 '15 at 09:30{>{\hsize=1.5\hsize}Z>{\hsize=0.5\hsize}Z}or equivalent to the section before\begin{document}? To integrate it with\newcolumntypeor sth else? – nutty about natty Jul 14 '15 at 09:37