Is it possible to not indent the very first line of narrower content? Thus \startnarrower first line second line etc. \stopnarrower resulting in: first line second line etc. dr. Hans van der Meer
Hans van der Meer schrieb am 13.12.18 um 12:15:
Is it possible to not indent the very first line of narrower content?
Thus \startnarrower first line second line etc. \stopnarrower
resulting in: first line second line etc. Use a negative value for the indentation of the paragraph.
When you use the delimitedtext environment instead of narrower you can do it with the indenting key. \definedelimitedtext [narrowtext] [leftmargin=2em, indenting={yes,-2em}] \showframe [text] [text] \starttext \startdelimitedtext [narrowtext] \samplefile{zapf} \stopdelimitedtext \stoptext Wolfgang
participants (2)
-
Hans van der Meer
-
Wolfgang Schuster