ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
Subject: Re: two problems - vertical align
Date: Tue, 20 Jan 2004 11:49:21 +0100	[thread overview]
Message-ID: <20040120104921.GB19770@physik.fu-berlin.de> (raw)
In-Reply-To: <20040120110219.B9135@ilikethis.cz>

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

      reply	other threads:[~2004-01-20 10:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-20 10:02 nn
2004-01-20 10:49 ` Tobias Burnus [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040120104921.GB19770@physik.fu-berlin.de \
    --to=tobias.burnus@physik.fu-berlin.de \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).