21 Feb
2010
21 Feb
'10
5:24 p.m.
Am 21.02.10 13:16, schrieb Steffen Wolfrum:
Hi,
todays minimal gives an error:
Runaway argument? \letvalue {\??vn \c!rule :c:\currentnote }\normalnoterule , \v!normal \ETC. ! File ended while scanning use of \p!compareprocessactionD. <inserted text> \par <*> ./notetext.tex
?
The cause is "\blank[2mm]" in this example:
\def\MyRule{\blackrule[width=18mm,height=0.4pt]\blank[2mm]}
\setupfootnotes [rule=\MyRule]
This harmless vertical space did it up to now.
\def\MyRule{{...}} or \unexpanded\def\MyRule{...}? Wolfgang