[texhax] A strange behaviour with tabular and makeindex
Christoph Schiller
cs at motionmountain.net
Mon Aug 15 09:04:39 CEST 2005
This minimal example behaves badly on my TeX system:
(pdflatex, 2005 Mac version from Gerben Wierda)
\documentclass{article}
\makeindex
\begin{document}
\begin{tabular}{ p{30mm} p{32mm} p{28mm} }%
%
satellite & car crash & \index{rocket}rocket \\
%
\end{tabular}
\end{document}
The three items are not aligned; the "rocket" is
one line below the other two items.
The behaviour is ok if \makeindex is taken out,
or if the last p{28mm} is changed to a "l".
Is this the case in other TeX systems as well?
Regards
Christoph Schiller
More information about the texhax
mailing list