[texhax] tabu in luaLaTeX

Philipp Stephani st_philipp at yahoo.de
Sat Feb 19 19:27:14 CET 2011


Am 19.02.2011 18:25, schrieb Arno Trautmann:
> Hi all,
> 
> I wanted to test the tabu package but there is a problem with the X
> column: Trying to use it, I get
> 
> ./test.tex:29: Undefined control sequence.
> \tabu at elapsedtime ...optime {\the \pdfelapsedtime

Adding the following after \usepackage{tabu} should fix it:

\usepackage{ifluatex}
\makeatletter
\ifluatex
\let\tabu at message@etime\relax
\fi
\makeatother

I've attached a patch that should resolve the problem, and also another
bug that could occur if \pdfelapsedtime is not the correct primitive
(e.g. after \@ifundefined{pdfelapsedtime}{...}{...}).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tabu.patch
Type: text/x-patch
Size: 1264 bytes
Desc: not available
URL: <http://tug.org/pipermail/texhax/attachments/20110219/dbbe5f6b/attachment.bin>


More information about the texhax mailing list