From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14575 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: two problems - vertical align Date: Tue, 20 Jan 2004 11:49:21 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <20040120104921.GB19770@physik.fu-berlin.de> References: <20040120110219.B9135@ilikethis.cz> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074595829 25624 80.91.224.253 (20 Jan 2004 10:50:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Jan 2004 10:50:29 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Jan 20 11:50:21 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AitSf-0005OH-00 for ; Tue, 20 Jan 2004 11:50:21 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 66A4210B0E; Tue, 20 Jan 2004 11:49:26 +0100 (MET) Original-Received: from up.physik.fu-berlin.de (up.physik.fu-berlin.de [160.45.34.5]) by ref.ntg.nl (Postfix) with ESMTP id DD97A10ACC for ; Tue, 20 Jan 2004 11:48:29 +0100 (MET) Original-Received: from g25.physik.fu-berlin.de (g25.physik.fu-berlin.de [160.45.34.125]) by up.physik.fu-berlin.de (8.11.1/8.9.1) with ESMTP id i0KAnLX762779; Tue, 20 Jan 2004 11:49:21 +0100 (CET) X-Envelope-From: tburnus@physik.fu-berlin.de X-ZEDV-BeenThere: nukleon Original-Received: from tburnus by g25.physik.fu-berlin.de with local (Exim 3.35 #1 (Debian)) id 1AitRh-0005jI-00; Tue, 20 Jan 2004 11:49:21 +0100 Original-To: ntg-context@ntg.nl, nn@rtfm.cz Content-Disposition: inline In-Reply-To: <20040120110219.B9135@ilikethis.cz> User-Agent: Mutt/1.3.28i 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:14575 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14575 Hello, On Tue, Jan 20, 2004 at 11:02:19AM +0100, nn@rtfm.cz wrote: > I have two problems and I will be pleased if someone could help me. > I'm working on my final work for school and the first problem: > > \title Abstrakt (in Czech) > \title Abstract (in English) > I need to have both of them on one page! (each about 10 lines of text) > but ConTeXt makes two pages :-) Define: \definehead[MyTitle][title] \setuphead [MyTitle][page=no,before={\blank[2*big]}] (or other approriate values for blank, could even be 1cm or so) and replace the second \title by \MyTitle. > My second problem is that I have a page width about 10 lines of text where > I give thanks to everyone who participates on my work and I need that paragraph > align to the bottom of the page > > I have tryed this: > \setupalign[bottom] I don't know the ConTeXt way of doing it, but you could use \page \strut \vfill Text on the bottom of a page Tobias