>  > \definestartstop [test] [commands={\switchtobodyfont[18pt]
>  >   \setupinterlinespace[line=36pt]}]%,after={\blank[big]}}]
>
> There is (besides the commenting out) an unmatched brace.
> \switobodyfont and \setupinterlinespace have to grouped by
> braces (to ty them to commands) and \blank[big] has to be
> surrounded by braces. The curly braces [] are from commands to
> the end of \blank[big].
>
> And have you honoured the blank line _before_ \stoptest?  This
> is important cause TeX switches linespacing at the end of a
> paragraph.  (Normally \setupinterlinespace forces this within
> the paragraph -- but it seems to fail here)

OK, here's another try:
==============================
 \definestartstop [test] [commands=%{\switchtobodyfont[18pt]}
   {\setupinterlinespace[line=36pt]}]%,after={\blank[big]}}]

\starttext

\starttest
This is a test This is a test This is a test This is a test
This is a test This is a test This is a test This is a test
This is a test This is a test This is a test This is a test

This is a test This is a test This is a test This is a test
This is a test This is a test This is a test This is a test
This is a test This is a test This is a test This is a test
\stoptest

\stoptext
================================

Now I get interline spacing, but _only_ in the first paragraph!  Uncommenting
, after={\blank[big]}]
makes no difference of course.

How can I get it in every paragraph (but _only_ within the environment)?

Best wishes
Idris

-- 
Dr. Idris S Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80526

Reply via email to