18 Aug
2011
18 Aug
'11
6:11 a.m.
On Wed, 17 Aug 2011, Raymond LeClair wrote:
The following fails, badly:
\definefont[MarginFont][Serif sa 0.5] \setupmargindata[style=\MarginFont\setupinterlinespace[line=12pt]]
Enclose the inner brackets [...] in braces. \setupmargindata[style={\MarginFont\setupinterlinespace[line=12pt]}]
\starttext \inmargin{abc\\def}\input tufte \stoptext
Have I got the wrong syntax?
Aditya