delimitedtext indentnext bug
Hi, There is a bug in delimitedtext with indentnext. For example \setupdelimitedtext[quotation][indentnext=no] \setupwhitespace[big] \setupindenting[big,yes] \starttext \input knuth \startquotation \input tufte \stopquotation \input knuth \stoptext The text after the quotation is indented. This is a bug. I think that this can be corrected by \def\dostartdelimitedtextpar[#1]% {\let\dostopdelimitedtext\dostopdelimitedtextpar \doifsomething{\delimitedtextparameter\c!spacebefore} {\blank[\delimitedtextparameter\c!spacebefore]}% \delimitedtextparameter\c!before % nicer: % \doadaptleftskip {\delimitedtextparameter\c!leftmargin}% % \doadaptrightskip{\delimitedtextparameter\c!rightmargin}% % backward compatible: \doifelsenothing{#1} {\endgraf \doadaptleftskip {\delimitedtextparameter\c!leftmargin}% \doadaptrightskip{\delimitedtextparameter\c!rightmargin}% \let\dodostopdelimitedtextpar\endgraf} {\startnarrower[#1]\let\dodostopdelimitedtextpar\stopnarrower}% % so far % \dochecknextindentation{\??ci\currentdelimitedtext}% AM: not here \dostartattributes{\??ci\currentdelimitedtext}\c!style\c!color\empty \leftdelimitedtextmark \ignorespaces} \def\dostopdelimitedtextpar {\removeunwantedspaces \removelastskip \rightdelimitedtextmark \dostopattributes \dodostopdelimitedtextpar \delimitedtextparameter\c!after \doifsomething{\delimitedtextparameter\c!spaceafter} {\blank[\delimitedtextparameter\c!spaceafter]}% \dochecknextindentation{\??ci\currentdelimitedtext}% AM: here \dorechecknextindentation}%AM: This was missing! Aditya
Aditya Mahajan wrote:
Hi,
There is a bug in delimitedtext with indentnext. For example
\setupdelimitedtext[quotation][indentnext=no] \setupwhitespace[big] \setupindenting[big,yes]
\starttext \input knuth \startquotation \input tufte \stopquotation \input knuth \stoptext
The text after the quotation is indented. This is a bug. I think that this can be corrected by
ok, patched with no checking done at my side -) Hans ----------------------------------------------------------------- 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 (2)
-
Aditya Mahajan
-
Hans Hagen