ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \setupheader style option does not work for pagenumber
@ 2000-09-23 14:44 Berend de Boer
  2000-09-24 15:12 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Berend de Boer @ 2000-09-23 14:44 UTC (permalink / raw)


Hai All,

Given the following file:

------------------------------
% interface=en

\setuplayout
  [location=doublesided]

\setupheadertexts
  [pagenumber]
  [chapter]
  [pagenumber]
  [section]

\setupheader
  [style=boldslanted]

\setuppagenumbering
  [location=]

\starttext

\chapter{One}

\section{First section}

\input tufte.tex

\stoptext
------------------------------

I would expect the pagenumber to be boldslanted, however it remains
roman. Is this a bug?

Groetjes,

Berend. (-:


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

* Re: \setupheader style option does not work for pagenumber
  2000-09-23 14:44 \setupheader style option does not work for pagenumber Berend de Boer
@ 2000-09-24 15:12 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2000-09-24 15:12 UTC (permalink / raw)
  Cc: ntg-context

At 04:44 PM 9/23/00 +0200, Berend de Boer wrote:
>Hai All,
>
>Given the following file:
>
>------------------------------
>% interface=en
>
>\setuplayout
>  [location=doublesided]
>
>\setupheadertexts
>  [pagenumber]
>  [chapter]
>  [pagenumber]
>  [section]
>
>\setupheader
>  [style=boldslanted]
>
>\setuppagenumbering
>  [location=]
>
>
>\starttext
>
>\chapter{One}
>
>\section{First section}
>
>\input tufte.tex
>
>\stoptext
>------------------------------
>
>I would expect the pagenumber to be boldslanted, however it remains
>roman. Is this a bug?

The magic is in \setuppagenumbering[style=], currently it is set to
style=normal, which forces normal fonts, but setting it to empty is better.
I'll change the source default [core-sec.tex];

[\pagenumber] would have worked, since [pagenumber] goes into another
machinery. 

So, you may consider it a bug -) 

Hans

-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

end of thread, other threads:[~2000-09-24 15:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-23 14:44 \setupheader style option does not work for pagenumber Berend de Boer
2000-09-24 15:12 ` 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).