From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24600 Path: news.gmane.org!not-for-mail From: Radhelorn Newsgroups: gmane.comp.tex.context Subject: Re: \startstandardmakeup aligned top-left Date: Wed, 21 Dec 2005 21:01:13 +0300 Message-ID: <43A99869.4040502@mail.ru> References: <43A993E2.1020906@virgilio.it> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1135192909 27232 80.91.229.2 (21 Dec 2005 19:21:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Dec 2005 19:21:49 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Dec 21 20:21:47 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ep9UN-0004gb-Jj for gctc-ntg-context-518@m.gmane.org; Wed, 21 Dec 2005 20:19:03 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 31A341283A; Wed, 21 Dec 2005 20:19:03 +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 02148-07; Wed, 21 Dec 2005 20:19:01 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 40E08128AE; Wed, 21 Dec 2005 19:02:28 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 80B5E128AE for ; Wed, 21 Dec 2005 19:02:27 +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 00880-05-3 for ; Wed, 21 Dec 2005 19:02:26 +0100 (CET) Original-Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by ronja.ntg.nl (Postfix) with ESMTP id 9476D128A5 for ; Wed, 21 Dec 2005 19:01:13 +0100 (CET) Original-Received: from [217.106.91.40] (port=50875 helo=[172.16.6.225]) by mx2.mail.ru with psmtp id 1Ep8H1-0008rh-00 for ntg-context@ntg.nl; Wed, 21 Dec 2005 21:01:12 +0300 User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <43A993E2.1020906@virgilio.it> X-Virus-Scanned: 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: , 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:24600 Archived-At: Jilani Khaldi wrote: > Hi All, > I have the first page of a document set this way: > .... > \startstandardmakeup > *Document info* > \stopstandardmakeup > .... > The result is *Document info* is placed in the center of the page. How > to put it (*Document info*) at the top-left of the page? > Thank you. > Inside standardmakeup you can use whole bunch of TeX/ConTeXt commands for setting up glue and spaces. In your case just add \vfill after *Document info*. Also see cont-en manual about makeups. You can define your own or alter many options of standard makeup. -- Radhelorn