Sunday, January 26, 2003 Willi Egger wrote:

WE> Hi all,

WE> I thought that \startbuffer and stopbuffer would cause grouping within the
WE> buffer. e.g.

WE> \startbuffer[mybuffer]
WE> \switchtobodyfont[small]
WE>    a bunch of text
WE> \stopbuffer

WE> \starttext
WE> \section{First}
WE>    \getbuffer[mybuffer]
WE> \section{Second}
WE>    \getbuffer[mybuffer]
WE> \section{Third}
WE>    \getbuffer[mybuffer]
WE> \section{Fourth}
WE>    \getbuffer[mybuffer]
WE> \stoptext

WE> Compiling the above example results in a fontsiye decreasing step by step.

WE> How should I reverse to the originally setup fontsize:

Insert grouping by yourself:

\startbuffer[mybuffer]
\start\switchtobodyfont[small]
   a bunch of text
\stop
\stopbuffer

-- 
Giuseppe "Oblomov" Bilotta

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to