From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/37522 Path: news.gmane.org!not-for-mail From: Wolfgang Schuster Newsgroups: gmane.comp.tex.context Subject: Re: Images centered on page : Solved Date: Sat, 24 Nov 2007 10:19:07 +0100 Message-ID: <20071124101907.a773f7ac.schuster.wolfgang@googlemail.com> References: <1778464491.20071123223933@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195896028 8989 80.91.229.12 (24 Nov 2007 09:20:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 Nov 2007 09:20:28 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sat Nov 24 10:20:34 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1IvrBf-0007fH-J8 for gctc-ntg-context-518@m.gmane.org; Sat, 24 Nov 2007 10:20:31 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AF8BB1FD7B; Sat, 24 Nov 2007 10:20:07 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06649-01-13; Sat, 24 Nov 2007 10:19:54 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E76251FCC7; Sat, 24 Nov 2007 10:19:48 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AA0A31FC57 for ; Sat, 24 Nov 2007 10:19:28 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07577-03-2 for ; Sat, 24 Nov 2007 10:19:13 +0100 (CET) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by ronja.ntg.nl (Postfix) with ESMTP id 9B52E1FC06 for ; Sat, 24 Nov 2007 10:19:13 +0100 (CET) Original-Received: by nf-out-0910.google.com with SMTP id b2so62985nfb for ; Sat, 24 Nov 2007 01:19:13 -0800 (PST) Original-Received: by 10.86.50.8 with SMTP id x8mr292249fgx.1195895953323; Sat, 24 Nov 2007 01:19:13 -0800 (PST) Original-Received: from rover ( [194.94.240.58]) by mx.google.com with ESMTPS id d6sm3675783fga.2007.11.24.01.19.11 (version=SSLv3 cipher=OTHER); Sat, 24 Nov 2007 01:19:12 -0800 (PST) In-Reply-To: X-Mailer: Sylpheed 2.4.7 (GTK+ 2.10.14; i686-pc-mingw32) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:37522 Archived-At: On Fri, 23 Nov 2007 23:50:42 +0100 "luigi scarso" wrote: > On Nov 23, 2007 9:39 PM, Vyatcheslav Yatskovsky 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, not \vfill, but \vss) > > You approach was not so distant to solutions , you only forget that > \vfill need a bit of attention. > (hey even today sometimes i'm lost with \def and \edef...) > > Compare > \starttext > \vfill > a > \vfill > \stoptext > > with > \starttext > \hskip1sp > \vfill > a > \vfill > \stoptext > > Given that 1sp is invisible to human eye , > one can appreciate here a "butterfly effect" :)) Hi Luigi, you can use \dontleavehmode in this case. \starttext \dontleavehmode\vfill a \vfill \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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________