Re: [NTG-context] Images centered on page : Solved

2007-11-24 Thread luigi scarso
> you can use \dontleavehmode in this case. yes, i know. \meaning\ \dontleavehmode gives \quitvmode \meaning\quitvmode gives \quitvmode hence \quitvmode is a primitive . \quitvmode The primitive instructs pdfTEX to quit the vertical mode and start typesetting a paragraph. \quitvmode has the same

Re: [NTG-context] Images centered on page : Solved

2007-11-24 Thread Wolfgang Schuster
On Fri, 23 Nov 2007 23:50:42 +0100 "luigi scarso" <[EMAIL PROTECTED]> wrote: > On Nov 23, 2007 9:39 PM, Vyatcheslav Yatskovsky <[EMAIL PROTECTED]> wrote: > > Hello, > > > > Thank you all very much. I'm pleased with number and quality of solutions > > to my problem. > Did you look in supp-box at c

Re: [NTG-context] Images centered on page : Solved

2007-11-23 Thread luigi scarso
On Nov 23, 2007 9:39 PM, Vyatcheslav Yatskovsky <[EMAIL PROTECTED]> wrote: > Hello, > > Thank you all very much. I'm pleased with number and quality of solutions to > my problem. Did you look in supp-box at centerbox definition ? it' something like \vbox to \adimension{\vfill \vfill} (well, no

[NTG-context] Images centered on page : Solved

2007-11-23 Thread Vyatcheslav Yatskovsky
Hello, Thank you all very much. I'm pleased with number and quality of solutions to my problem. The winner solution is provided by Wolfgang Schuster. Simple \centeredbox{} makes all the magic I need. I was also amazed with quick porting of my Lua code for batch image processing to native TeX