Karsten Heymann wrote:
Hello,
what's the context'ish way of creating a start-stop environment in which each paragraph is indented from the 2nd line on? As in
% \startIndented As with all computer languages, ConTeXt is much easier to use when one has good documentation.
The official ConTeXt manual is a good place to start; this section provides a complement to it, with alternate explanations and examples for a number of key subjects, updates describing more recent additions to ConTeXt, and detailed solutions to some tricky problems. \stopIndented %
becomes
% As with all computer languages, ConTeXt is much easier to use when one has good documentation. The official ConTeXt manual is a good place to start; this section provides a complement to it, with alternate explanations and examples for a number of key subjects, updates describing more recent additions to ConTeXt, and detailed solutions to some tricky problems. %
Yours, Karsten
\starttext \definestartstop [exdent] [before={\startnarrower[left]\setupindenting[-\leftskip,yes]}, after=\stopnarrower] \startexdent \input tufte \endgraf \input tufte \endgraf \stopexdent \stoptext wikifyable 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 -----------------------------------------------------------------