ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Standardmakeup
Date: Thu, 20 Oct 2011 15:42:46 +0200	[thread overview]
Message-ID: <19E56F19-288C-4ED2-83A3-1EFDD23FC637@googlemail.com> (raw)
In-Reply-To: <78523167-6084-4BFA-B553-1B12BF114D18@boede.nl>


Am 19.10.2011 um 22:03 schrieb Willi Egger:

> Hi,
> 
> Hans told me, that one needs to set before and after for the lines to nil. Indeed that solves the problem as long as you do not want to insert extra white space between the lines. The effect of moving down the lines occurs also with inserting an empty line.

Add \vfill before \stopstandardmakeup.

> \setupmakeup[standard][top=,bottom=]
> \setuplines[before=,after=]
> 
> \starttext
> \startstandardmakeup[doublesided=no,page=yes]
> 	\strut
> 	\godown[.25\textheight]
> 	\startalignment[middle]
> 		\startlines
> 			{\bfd Der Titel}
> 			\blank[line]
> 			{\bf De Untertitel}
> 		\stoplines
> 	\stopalignment
> \stopstandardmakeup
> \stoptext 


You don’t need the lines environment because with the blank you get two separate lines
and the \strut is a bad idea because you get at the top a extra line with the command.

\startstandardmakeup[doublesided=no,align=middle,page=yes]
	\godown[.25\textheight]
	{\bfd Der Titel}
	\blank[line]
	{\bf De Untertitel}
	\vfill
\stopstandardmakeup

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2011-10-20 13:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-19 15:05 Standardmakeup Willi Egger
2011-10-19 16:39 ` Standardmakeup Hans Hagen
2011-10-19 17:54 ` Standardmakeup Wolfgang Schuster
2011-10-19 18:13   ` Standardmakeup Hans Hagen
2011-10-19 20:03   ` Standardmakeup Willi Egger
2011-10-20 13:42     ` Wolfgang Schuster [this message]
2011-10-21 19:01       ` Standardmakeup Willi Egger
2011-10-22 12:47         ` Standardmakeup Wolfgang Schuster
2012-01-16 21:44 standardmakeup Willi Egger
2012-01-16 22:04 ` standardmakeup Wolfgang Schuster
2012-01-17 11:11   ` standardmakeup Willi Egger

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=19E56F19-288C-4ED2-83A3-1EFDD23FC637@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --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).