18 Mar
2015
18 Mar
'15
9:58 a.m.
Hi Hans, there is a \aftergroup necessary to let the indentation check work when \setupdelimitedtext[…][indentnext=auto] is set. \def\typo_delimited_stop_par {\removeunwantedspaces \removelastskip \rightdelimitedtextmark \carryoverpar\endgroup % new per 2013-01-21 ... please left floats \popmacro\checkindentation \typo_delimited_stop_par_indeed \delimitedtextparameter\c!after \edef\p_delimited_spaceafter{\delimitedtextparameter\c!spaceafter}% \ifx\p_delimited_spaceafter\empty \else \blank[\p_delimited_spaceafter]% \fi \useindentnextparameter\delimitedtextparameter - \dorechecknextindentation}% AM: This was missing! + \aftergroup\dorechecknextindentation}% AM: This was missing! Wolfgang