From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11137 Path: main.gmane.org!not-for-mail From: John Culleton Newsgroups: gmane.comp.tex.context Subject: Re: help! how to get a part title? Date: Wed, 26 Feb 2003 17:43:41 -0500 Organization: WexfordPress Sender: ntg-context-admin@ntg.nl Message-ID: <200302261743.41620.safe@publish> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1046363177 2659 80.91.224.249 (27 Feb 2003 16:26:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 27 Feb 2003 16:26:17 +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 18oQrL-0000gW-00 for ; Thu, 27 Feb 2003 17:26:11 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id A349B10B21; Thu, 27 Feb 2003 17:26:26 +0100 (MET) Original-Received: from mta8.adelphia.net (mta8-0.mail.adelphia.net [64.8.50.196]) by ref.ntg.nl (Postfix) with ESMTP id 17DB710ABB for ; Wed, 26 Feb 2003 23:44:20 +0100 (MET) Original-Received: from publish ([68.65.115.54]) by mta8.adelphia.net (InterMail vM.5.01.05.25 201-253-122-126-125-20021216) with ESMTP id <20030226224417.JAXM25118.mta8.adelphia.net@publish>; Wed, 26 Feb 2003 17:44:17 -0500 Original-To: ntg-context@ntg.nl, "Bruce D'Arcus" X-Mailer: KMail [version 1.4] In-Reply-To: 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:11137 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11137 On Wednesday 26 February 2003 05:07 pm, Bruce D'Arcus wrote: > What I get from the manual is that part titles are not there by > default. How do I get them?? > > I just want a page with the part title centered more-or-less on the > page. > > Bruce > Remember that most of the things you can do in plain TeX you can do in=20 Context.=20 Try this: \page[yes] \startstandardmakeup \vfil \midaligned{Here is a TItle} \vfil \stopstandardmakeup \page[yes] =2E... HTH John Culleton