ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Mojca Miklavec" <mojca.miklavec.lists@gmail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: \setupheader: leftstyle & rightstyle
Date: Sun, 22 Jul 2007 13:56:12 +0200	[thread overview]
Message-ID: <6faad9f00707220456v4b307776t4e814a0bf088f403@mail.gmail.com> (raw)
In-Reply-To: <46A29C6A.2060101@gushee.net>

On 7/22/07, Matt Gushee wrote:
> Hi, all--
>
> I would like to use different styles for left and right headers in a
> book: I would like to set the left side (which shows the book title) in
> small caps, and the right side (chapter title) in italics.
>
>    \setupheader[style=\sc]
>
> works fine. So does
>
>    \setupheader[style=\it]
>
> But
>
>    \setupheader[leftstyle=\sc,rightstyle=\it]
>
> Doesn't work. Both headers appear in the (medium-weight roman) body
> font. Any idea why this is the case?

I usually use something like

\setuppagenumbering
    [alternative=doublesided,location=bottom]
\setupheadertexts
    [\sc Book Title][]
    [][{\it (\getmarking[chapter][current])}]

However, there seems to be a little bug. This works perfectly well for
section (\getmarking[section]), but for chapter the chapter labels
seem to be erased after the first appearance.

leftstyle= might also require implementation of
- style of the left label on left page
- style of the middle label on the left page
- style of the right labale on the left page
- all the three styles again on the right page, the same 6 for footer

Mojca
___________________________________________________________________________________
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
___________________________________________________________________________________


  parent reply	other threads:[~2007-07-22 11:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-21 23:53 Matt Gushee
2007-07-22  9:58 ` Patrick Gundlach
2007-07-23  3:43   ` Matt Gushee
2007-07-23  8:21     ` Mojca Miklavec
2007-07-22 11:56 ` Mojca Miklavec [this message]
2007-07-24  6:55   ` Giuseppe Bilotta
2007-07-22 18:20 Alex K

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=6faad9f00707220456v4b307776t4e814a0bf088f403@mail.gmail.com \
    --to=mojca.miklavec.lists@gmail.com \
    --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).