Hello, I need to typeset contents of a wide file. This works: --- \starttext \setuppapersize[A4,landscape][A4,landscape] \typefile[Dim]{Cha-MMax-iDL.txt} \page % RESTORE ORIGINAL PAGE SETTINGS AAA \stoptext --- And I'd like to find out how to restore previous page settings. I guess I could call something like "\setuppapersize[A4][A4]" at the place of "RESTORE ORIGINAL PAGE SETTINGS", but I'd rather something independent (now I'd have to suppose that previous page is of A4 format). I'm thinking about like enclosing the \setuppapersize[A4,landscape][A4,landscape] \typefile[Dim]{../../Statics/Dim/Res/Cha-MMax-iDL.txt} into an environment or something. Maybe something like \setupenvironment[MyEnv][...] in the preamble and later \startenvironment[MyEnv] \setuppapersize[A4,landscape][A4,landscape] \typefile[Dim]{../../Statics/Dim/Res/Cha-MMax-iDL.txt} \stopenvironment Is there something like that? (Wiki: http://wiki.contextgarden.net/Reference/en/startenvironment is a bit empty.) Lukas -- Ing. Lukáš Procházka [mailto:LPr@pontex.cz] Pontex s. r. o. [mailto:pontex@pontex.cz] [http://www.pontex.cz] Bezová 1658 147 14 Praha 4 Tel: +420 244 062 238 Fax: +420 244 461 038