From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11138 Path: main.gmane.org!not-for-mail From: "Bruce D'Arcus" Newsgroups: gmane.comp.tex.context Subject: Re: help! how to get a part title? Date: Thu, 27 Feb 2003 11:36:11 -0500 Sender: ntg-context-admin@ntg.nl Message-ID: <94C94172-4A71-11D7-83B2-0050E4258255@fastmail.fm> References: <200302261743.41620.safe@publish> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v551) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1046363484 4126 80.91.224.249 (27 Feb 2003 16:31:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 27 Feb 2003 16:31:24 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18oQwA-000142-00 for ; Thu, 27 Feb 2003 17:31:10 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 95C4A10B26; Thu, 27 Feb 2003 17:31:26 +0100 (MET) Original-Received: from muaix02.mcs.muohio.edu (muaix02.mcs.muohio.edu [134.53.253.22]) by ref.ntg.nl (Postfix) with ESMTP id 8E76410B24 for ; Thu, 27 Feb 2003 17:29:46 +0100 (MET) Original-Received: from muwnt04 (muwnt04.mcs.muohio.edu [134.53.7.74]) by muaix02.mcs.muohio.edu (Switch-3.0.0/Switch-3.0.0) with SMTP id h1RGTibC014982 for ; Thu, 27 Feb 2003 11:29:45 -0500 Original-Received: From mcsaix02.mcs.muohio.edu ([134.53.253.26]) by muwnt04 (WebShield SMTP v4.5 MR1a); id 1046363384250; Thu, 27 Feb 2003 11:29:44 -0500 Original-Received: from fastmail.fm (u127.s28.muohio.edu [134.53.28.127]) by mcsaix02.mcs.muohio.edu (Switch-3.0.0/Switch-3.0.0) with ESMTP id h1RGTfYc103760 for ; Thu, 27 Feb 2003 11:29:41 -0500 Original-To: ntg-context@ntg.nl In-Reply-To: <200302261743.41620.safe@publish> X-Mailer: Apple Mail (2.551) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11138 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11138 Thanks, and this will work for this thing I need to get out today. But, there is a \part command, so shouldn't it be simple to get what I want with a \setuphead command? I'd submit what I'm asking for ought to be default behavior (as it is in LaTeX), and that one could just turn off the typesetting with a simple parameter if so wanted. Bruce On Wednesday, February 26, 2003, at 05:43 PM, John Culleton wrote: > Remember that most of the things you can do in plain TeX you can do in > Context. > > Try this: > \page[yes] > \startstandardmakeup > \vfil > \midaligned{Here is a TItle} > \vfil > \stopstandardmakeup > \page[yes]