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>
Cc: Vyatcheslav Yatskovsky <yatskovsky@gmail.com>
Subject: Re: stelinterliniein
Date: Sun, 30 May 2010 14:40:49 +0200	[thread overview]
Message-ID: <4C025CD1.3090604@googlemail.com> (raw)
In-Reply-To: <4C024FD5.9050303@gmail.com>

Am 30.05.10 13:45, schrieb Vyatcheslav Yatskovsky:
> Hello,
>
> What \stelinterliniein means in the following (taken from Skdk style).
>
> \def\StartTitlePage%
> {\startstandardmakeup[doublesided=no]
> \setupbackgrounds[header][text][background=]
> \switchtobodyfont[ss,18pt]
> \setupalign[right]
> \setupindenting[0pt]
> \stelinterliniein
> \vfil
> \let\\=\blank}
>
>
> I suppose that it is \setupinterlinespace, but it does not work without
> arguments, as seen in my minimal example:
>
>
> ---------------
>
> \setuphead
> [Part]
> [number=no,
> style={\ss\bfd},
> page=right]
>
> \def\StartTitlePage%
> {\startstandardmakeup[doublesided=no]
> \setupbackgrounds[header][text][background=]
> \switchtobodyfont[ss,18pt]
> \setupalign[right]
> \setupindenting[0pt]
> \setupinterlinespace
> \vfil
> \let\\=\blank}

\def\StartTitlePage
 
{\startstandardmakeup[doublesided=no,align=right,style={\switchtobodyfont[ss,18pt]}]
    \setupbackgrounds[header][text][background=]
    \setupindenting[none]
    \setupinterlinespace
    \let\\=\blank}

> \def\StopTitlePage%
> {\vfill
> {\tfx Version \currentdate[year,-,mm,-,dd] }
>
> \stopstandardmakeup
> }

add \par:

\def\StopTitlePage
   {\par\vfill
    {\tfx Version \currentdate[year,-,mm,-,dd]}
    \stopstandardmakeup}

> \def\TitlePage#1{\StartTitlePage\Part{#1}\StopTitlePage}

also possible:

\definehead[TitlePage][part]

\setuphead
   [TitlePage]
   [before=\StartTtitlePage,
    after=\StopTitlePage]

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:[~2010-05-30 12:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.0.1275213602.32333.ntg-context@ntg.nl>
2010-05-30 11:45 ` stelinterliniein Vyatcheslav Yatskovsky
2010-05-30 12:40   ` Wolfgang Schuster [this message]
2010-05-30 12:56     ` stelinterliniein Vyatcheslav Yatskovsky
2010-05-30 13:19       ` stelinterliniein Wolfgang Schuster
     [not found]         ` <4C026906.4060407@gmail.com>
2010-05-30 13:44           ` stelinterliniein Wolfgang Schuster
2010-05-30 16:45             ` stelinterliniein Vyatcheslav Yatskovsky
2010-05-30 17:33               ` stelinterliniein Wolfgang Schuster
2010-05-30 18:38                 ` stelinterliniein Henning Hraban Ramm
2010-05-31 13:42                 ` stelinterliniein Vyatcheslav Yatskovsky
2010-05-31 13:53                   ` Algorithmic (was: stelinterliniein) Wolfgang Schuster

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=4C025CD1.3090604@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ntg-context@ntg.nl \
    --cc=yatskovsky@gmail.com \
    /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).