ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: newbie question (\crlf)
Date: Tue, 26 May 2009 19:22:04 +0200	[thread overview]
Message-ID: <4A1C253C.8040307@wxs.nl> (raw)
In-Reply-To: <DD661CE2-2DCF-4D70-A802-71896D09F470@gmail.com>

Wolfgang Schuster wrote:
> 
> Am 26.05.2009 um 18:31 schrieb Hans Hagen:
> 
>> Vyatcheslav Yatskovsky wrote:
>>> Hello,
>>> Sorry for a dumb TeX newbie question:: why 'version' does NOT begin 
>>> from a new line?
>>> \define[2]\maketitlepage{\centeredbox{{\bfd #1}\crlf {Version #2}}}
>>> \starttext
>>> \maketitlepage{My Manual}{1.0}
>>> \stoptext
>>
>> is an hbox ...
>>
>> maybe use:
>>
>> \define[2]\maketitlepage
>>  {\midaligned{\bfd #1}
>>   \blank
>>   \midaligned{Version #2}}
> 
> 
> 
> I think it's more:
> 
> \define[2]\maketitlepage
>   {\starttextmakeup[align=middle]
>    {\bfd#1}
>    \blank
>    Version #2
>    \stoptextmakeup}

sure, although in the case of a real titlepage i nowadays always tend to 
set up a layer in combination with a makeup

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2009-05-26 17:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.983.1243346619.3589.ntg-context@ntg.nl>
2009-05-26 16:23 ` Vyatcheslav Yatskovsky
2009-05-26 16:31   ` Hans Hagen
2009-05-26 16:53     ` Wolfgang Schuster
2009-05-26 17:22       ` Hans Hagen [this message]
2009-05-26 18:01         ` Wolfgang Schuster
     [not found] <mailman.988.1243371241.3589.ntg-context@ntg.nl>
2009-05-26 22:49 ` Vyatcheslav Yatskovsky
2009-05-27  8:49   ` 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=4A1C253C.8040307@wxs.nl \
    --to=pragma@wxs.nl \
    --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).