On Mon, 5 Apr 2010, Tom wrote:
Exdent works fine when I substitute my text for Knuth in the example, but has a problem when I include it in my document. The first line of text after Exdent is called is not outdented, but is in all subsequent paragraphs as it should be. I tried calling Exdent for the paragraphs that start my document and get the same result. From that I surmise that I have set up something that overrides the outdenting on the first line of the first paragraph, but is overridden by Exdent after that. Do you have any ideas what it might be?
Can you create a minimal example that does not work? \definestartstop [exdent] [before={\startnarrower[left]\setupindenting[-\leftskip,yes]}, after=\stopnarrower] \starttext \startexdent \dorecurse{10}{Para 1: Some random text to fill space} \dorecurse{10}{Para 2: Some random text to fill space} \dorecurse{10}{Para 3: Some random text to fill space} \dorecurse{10}{Para 4: Some random text to fill space} \stopexdent \stoptext Aditya