Dear list,

is it possible to enable indenting globally for TEXpage environments?
Or is it recommended to create a separate environment for that purpose?
Please find a MWE below. It seems to me that \setupindenting must be set 
explicitly for every page that needs indenting.

Best,
Jacob Kauffmann

\setupTEXpage[width=10cm]
\setupindenting[yes,medium]

% not working
\starttext
\startTEXpage
\input knuth
\stopTEXpage

% working
\startTEXpage
\setupindenting[yes,medium]
\input knuth
\stopTEXpage
\stoptext
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to