From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16712 Path: main.gmane.org!not-for-mail From: Vit Zyka Newsgroups: gmane.comp.tex.context Subject: Re: \part centered vertically. Date: Wed, 20 Oct 2004 14:34:54 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <41765B6E.3010002@seznam.cz> References: <41763A8F.6040106@hotmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1098278481 1524 80.91.229.6 (20 Oct 2004 13:21:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Oct 2004 13:21:21 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Oct 20 15:21:06 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CKGOo-0004XP-00 for ; Wed, 20 Oct 2004 15:21:06 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 14B09127A7; Wed, 20 Oct 2004 15:21:05 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03850-02; Wed, 20 Oct 2004 15:21:04 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5747E12784; Wed, 20 Oct 2004 15:21:04 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 81F8312784 for ; Wed, 20 Oct 2004 15:21:03 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03716-06 for ; Wed, 20 Oct 2004 15:21:03 +0200 (CEST) Original-Received: from smtp.seznam.cz (unknown [212.80.76.43]) by ronja.ntg.nl (Postfix) with SMTP id CD81412783 for ; Wed, 20 Oct 2004 15:21:02 +0200 (CEST) Original-Received: (qmail 28574 invoked from network); 20 Oct 2004 12:34:43 -0000 Original-Received: from unknown (HELO ?192.168.1.45?) (vit.zyka@82.142.74.35) by smtp.seznam.cz with SMTP; 20 Oct 2004 12:34:43 -0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: cs, en-us, en, sk, ru Original-To: mailing list for ConTeXt users In-Reply-To: <41763A8F.6040106@hotmail.com> X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16712 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16712 Dirar Bougatef wrote: > I have setup my parts in the following way: > > \def\MyPart#1#2 > {\hbox to \hsize \bgroup > \hfill > \setupframed[height=.7cm,offset=.5em,frame=off] > \framed[align=left]{#1}% > \framed[align=right,leftframe=on]{#2}% > \egroup} > > \setuphead[part][before={\vfill},after={\vfill},command=\MyPart] > > But this does not make my parts titles appear vertically centered. \setuphead[part][before={\hbox{}\vfill},after={\vfill},command=\MyPart,placehead=yes] ^^^^^^^ Please, next time insert minimal, but COMPLETE example. I spent 10 minutes looking for placehead=yes to see anything. Cheers Vit Zyka > Dirar.