ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \definelayout[first] does not yield to default layout on page 2
@ 2012-01-26  2:41 Peter Park Nelson
  2012-01-26 14:18 ` Wagner Macedo
  2012-01-26 18:18 ` Wolfgang Schuster
  0 siblings, 2 replies; 9+ messages in thread
From: Peter Park Nelson @ 2012-01-26  2:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

First-page layout is an issue that I have asked about before, but
maybe I am doing something wrong. Here is my question in an earlier
thread: http://archive.contextgarden.net/message/20111228.041922.c60f9cd5.en.html
.

I want to define a layout for the first page of my document with
different header and footer formatting -- specifically, no header and
a large footer to hold publication information. Based on examples on
Contextgarden and this list, I think my code below is correct.
However, the first page formatting is continued on all pages of the
document. The effect is the same when using \definelayout[first] and
\definelayout[1].

%%-------------------------------------------------------------------

setuppapersize[letter][letter]
\setupindenting[yes, medium]

\setuplayout
  [width=middle,
  backspace=15mm,
  topspace=10mm,
  height=254mm,
  header=10mm,  % normal header
  headerdistance=5mm,
  footer=5mm,
  footerdistance=5mm,
  grid=yes]

\definelayout
  [first]
  [width=middle,
  backspace=15mm,
  topspace=10mm,
  height=254mm,
  header=0mm,      % no header
  headerdistance=0mm,
  footer=25mm,      % big footer
  footerdistance=5mm,
  grid=yes]

\definecolumnset[body][n=2,balancing=yes]

\setupheadertexts
  [This is a header]
  [pagenumber]
  [pagenumber]
  [Some text]

\setupfootertexts
  [footer]
  [footer]
  [footer]
  [footer]

\starttext

\startcolumnset[body]

\dorecurse{20}{\input tufte\par}

\stopcolumnset

\stoptext

%%---------------------------------------------------------------

Thanks,
-- 
Peter Park Nelson
peter.park.nelson@gmail.com
___________________________________________________________________________________
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
___________________________________________________________________________________


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

end of thread, other threads:[~2012-02-04  2:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-26  2:41 \definelayout[first] does not yield to default layout on page 2 Peter Park Nelson
2012-01-26 14:18 ` Wagner Macedo
2012-01-26 17:04   ` Peter Park Nelson
2012-01-26 17:40   ` Peter Park Nelson
2012-01-26 18:11     ` Wagner Macedo
2012-01-26 18:18 ` Wolfgang Schuster
2012-01-26 20:40   ` Peter Park Nelson
2012-01-27  5:01     ` Peter Park Nelson
2012-02-04  2:33     ` Peter Park Nelson

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