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. What's the phrase that should be chosen instead? Steffen
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
On 21-2-2010 13:16, Steffen Wolfrum wrote:
\def\MyRule{\blackrule[width=18mm,height=0.4pt]\blank[2mm]}
\unexpanded\def
\setupfootnotes [rule=\MyRule]
This harmless vertical space did it up to now.
this is because we now can say rule={on,r2l} which idris needed desparately ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Steffen Wolfrum
-
Wolfgang Schuster