[NTG-context] dont't indent after custom start-stopnarrower

2007-07-31 Thread Karsten Heymann
Hello,

I try to prevent indention after a custom enviroment used for
quotations which uses \startnarrower ... \stopnarrower:

\setupindenting [0.5cm]
\indenting[yes,next]

\definestartstop[Zitat]
  [before={\startnarrower[2*left]},
   after=\stopnarrower\noindent]

\starttext

\input knuth

\startZitat%
\noindent
\input zapf
\stopZitat

\input tufte
\stoptext

Any hints would be greatly appreciated!

Yours
Karsten
___
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] dont't indent after custom start-stopnarrower

2007-07-31 Thread Steffen Wolfrum
Am 31.07.2007 um 10:18 schrieb Karsten Heymann:

 Hello,

 I try to prevent indention after a custom enviroment used for
 quotations which uses \startnarrower ... \stopnarrower:


Here you are:


\setupindenting [0.5cm]
\indenting[yes,next]

\definestartstop[Zitat]
   [before={\startnarrower[2*left]},
after={\stopnarrower\setupindenting[none]}]% don't mistake with  
\setupindenting[no] -)

\starttext

\input knuth

\startZitat%
\noindent
\input zapf
\stopZitat

\input tufte

\input knuth

\stoptext



Greetings,

Steffen

---

werksatz · Büro für Typografie und Buchgestaltung

Anklamer Straße 39, 10115 Berlin
030 44031775, 0163 4028151

www.werksatz.com




___
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] dont't indent after custom start-stopnarrower

2007-07-31 Thread Karsten Heymann
Hi Steffen,

2007/7/31, Steffen Wolfrum [EMAIL PROTECTED]:
 Am 31.07.2007 um 10:18 schrieb Karsten Heymann:
  I try to prevent indention after a custom enviroment used for
  quotations which uses \startnarrower ... \stopnarrower:

 Here you are:
 after={\stopnarrower\setupindenting[none]}]

Thanks a lot!

Yours,
Karsten
___
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___