Am 30.06.2012 um 14:25 schrieb Marcin Borkowski:

> Hello,
> 
> I have two questions concerning buffers.
> 
> 1. What is the difference between \grabbufferdata and \dostartbuffer?
> 
> 2. I wanted to use buffers to define my own "environment" (as Wolfgang
> suggested to me a few days ago).  However, there's a problem with
> \baselineskip; here is an example:
> 
> \starttext
> 
> \def\startMyEnv{\dostartbuffer[MyEnv][startMyEnv][stopMyEnv]}
> \def\stopMyEnv{{\tfxx\getbuffer[MyEnv]\par}}
> 
> \input tufte
> 
> \startMyEnv
>  \input knuth
> \stopMyEnv
> 
> \input tufte
> 
> \stoptext
> 
> Am I doing something wrong here?


You can use the annotation module for your environment.

\usemodule[annotation]

\defineannotation[MyEnv][style=\txx]

\starttext

\input tufte

\startMyEnv
 \input knuth
\stopMyEnv

\input tufte

\stoptext

Wolfgang
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to