13 Feb
2008
13 Feb
'08
5:16 p.m.
On Feb 13, 2008 4:52 PM, Hans Hagen
Wolfgang Schuster wrote:
Hi,
LuaTeX hangs in the following example, it is related to the optional argument for \startTEST.
unrelated to luatex ... processbetween takes args one by one
and why did it work with pdfTeX?
\def\dostartTEST[#1]% {\bgroup \processaction [#1] [bold=>\bf, italic=>\it, unknown=>\tf]}
\def\dostopTEST {\egroup}
\def\defineTEST[#1]% {\setvalue{start#1}{\dosingleempty\dostartTEST}% \setvalue{stop#1}{\dostopTEST}}
\defineTEST[MYTEST]
And can't use this method, I have to read the content between \startTEST and \stopTEST in my module because the content is processed twice to get information from the the first pass in the second pass. Wolfgang