ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Book typesetting
@ 1999-12-20 23:18 Tony Keating
  1999-12-21 10:10 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Tony Keating @ 1999-12-20 23:18 UTC (permalink / raw)


In an attempt to learn a few things, I've grabbed the Project Gutenberg
source to The Three Musketeers and am in the process of PDFing it using
Context. I have a few questions. 

1. How do I center some text on a page, i.e. the title page.

2. How do I set \chapter to always start on the right hand side.

3. How do I add some whitespace before the chapter text on that page (I
tried using \setuphead[chapter][before={\blank[4*line]}] but that doesn't
seem to work.

Thanks,
Tony.

-- 
Tony Keating <keating@mech.uq.edu.au> [http://www.mech.uq.edu.au/~tonyk]
Department of Mechanical Engineering, University of Queensland, AUSTRALIA


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Book typesetting
  1999-12-20 23:18 Book typesetting Tony Keating
@ 1999-12-21 10:10 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 1999-12-21 10:10 UTC (permalink / raw)
  Cc: ntg-context

At 09:18 AM 12/21/99 +1000, Tony Keating wrote:
>In an attempt to learn a few things, I've grabbed the Project Gutenberg
>source to The Three Musketeers and am in the process of PDFing it using

Nice testing stuff. I've got some preliminary styles for those -)

>Context. I have a few questions. 
>
>1. How do I center some text on a page, i.e. the title page.

\startstandardmakeup
\setupalign[middle]
\blank[4*big]
\bfd\setupspacing Some Big Title 
\vfill
\stopstandardmakeup

>2. How do I set \chapter to always start on the right hand side.

\setuppagenumbering[alternative=doublesided]

(default is: \setuphead[chapter][page=right])

>3. How do I add some whitespace before the chapter text on that page (I
>tried using \setuphead[chapter][before={\blank[4*line]}] but that doesn't
>seem to work.

\blank[force,4*line]

(normally glue disappears on top of a page)

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.nl
-----------------------------------------------------------------


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-12-21 10:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-20 23:18 Book typesetting Tony Keating
1999-12-21 10:10 ` Hans Hagen

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).