ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Header-Footer-Layout
@ 2012-09-23 14:07 Arne Runge
  2012-10-02  9:09 ` Header-Footer-Layout Wolfgang Schuster
  2012-10-07 16:37 ` Header-Footer-Layout Arne Runge
  0 siblings, 2 replies; 3+ messages in thread
From: Arne Runge @ 2012-09-23 14:07 UTC (permalink / raw)
  To: ntg-context

Hi,

I would like to have a doublesided layout with:

- a titlepage with neither header nor footer,
- a frontpart with pagesnumbers(left/right) in roman
- a bodypart with pagesnumbers(left/right) in arabic
- an appendix with pagesnumbers(left/right) in arabic

- first page of a chapter should not have a header + underline
- next page header(CHAPTER #: chapter) underlined
- next page header(section) underlined

- if there is no section then only the line.
- if the next page is empty than only the pagenumber should be printed.

Seems to be a common layout and I apologize for asking.

Thanks in advance for any help.

Regards,

Arne

My code:

\mainlanguage[de]

\setuppapersize[A4][A4]

\setupsectionblock[frontpart][page=]
\setupsectionblock[bodypart] [page=]
\setupsectionblock[backpart] [page=]
\setupsectionblock[appendix] [page=]

\setuppagenumbering[alternative=doublesided]

\setupheadertexts[]
\setupheadertexts[\setups{text a}][][][\setups{text b}]

\startsetups[text a]
    CHAPTER \getmarking[chapternumber]: 
\expanded{\uppercase{\fetchmark[chapter][first]}}
  \stopsetups
\startsetups[text b]
    \getmarking[section]
  \stopsetups

\setupheader[text][after=\hrule]
\setuphead[chapter][header=empty]
\setupfootertexts[][pagenumber]

\starttext

\startstandardmakeup
\title{title}
\stopstandardmakeup

\startfrontmatter
\setuppagenumbering[conversion=romannumerals]
\completecontent
\stopfrontmatter

\startbodymatter
\setuppagenumber[number=1]
\chapter{body}
bla
\stopbodymatter

\startappendices
\chapter{appendix}
code
\stopappendices

\stoptext
___________________________________________________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2012-10-07 16:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-23 14:07 Header-Footer-Layout Arne Runge
2012-10-02  9:09 ` Header-Footer-Layout Wolfgang Schuster
2012-10-07 16:37 ` Header-Footer-Layout Arne Runge

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