Hi all, I thought that \startbuffer and stopbuffer would cause grouping within the buffer. e.g. \startbuffer[mybuffer] \switchtobodyfont[small] a bunch of text \stopbuffer \starttext \section{First} \getbuffer[mybuffer] \section{Second} \getbuffer[mybuffer] \section{Third} \getbuffer[mybuffer] \section{Fourth} \getbuffer[mybuffer] \stoptext Compiling the above example results in a fontsiye decreasing step by step. I am using: ConTeXt ver: 2003.1.10 fmt: 2003.1.18 int: english mes: english How should I reverse to the originally setup fontsize: \setupbodyfont[ss,12pt] \starttext \section{One} text text \section{Two} \switchtobodyfont[small] much more text with need to typset in [small] \switchtobodyfont[normal] <------ This does not result in what I need.. \section{Four} text text Thanks for hints! Willi