3 Sep
2012
3 Sep
'12
4:31 a.m.
Am 03.09.2012 um 04:14 schrieb Bill Meahan
This used to work to provide proper behavior for nested quotations. Now, it doesn't work and the log shows errors for all 3 of
"missing or ungrouped '=' after 'n' (371>quotation:)" where n=1,2,3 as they are encountered.
\setupdelimitedtext [quotation] [1] [left={\symbol[leftquotation]}, right={\symbol[rightquotation]}]
\setupdelimitedtext [quotation] [2] [left={\symbol[leftquote]}, right={\symbol[rightquote]}]
\setupdelimitedtext [quotation] [3] [left={\symbol[leftquotation]}, right={\symbol[rightquotation]}]
Did the syntax change or is it a bug?
The syntax changed in MkIV, you need now \setupdelimitedtext[quotation:1][..,..=..,..] etc. Wolfgang