ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: header changes with bibliographies
       [not found] <CCA2283AC602D211AA9F0060086D6EF64606D1@sol.sundance.com>
@ 2001-02-02  8:23 ` Hans Hagen
  2001-02-03 12:07   ` Taco Hoekwater
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2001-02-02  8:23 UTC (permalink / raw)
  Cc: ntg-context

At 05:18 PM 2/1/01 -0000, Mark Ainsworth wrote:
>Sorry if this is answered somewhere else, I can't find the answer in the
>mail archive. Context is brilliant for my uses and I am very pleased with
>it. The only problem is that when I finish a file with 
>
>\completepublications 
>
>the page header ends up with "1, 2001" when the rest of the document
>contains "February 1, 2001" when using
>
>\setupheadertexts [SMT103v4 Design Notes][date] 
>
>I can't find where to over-ride the header settings. Can you please help.

Looks like the pub module redefines the default date pattern [maybe non
grouped or so]. 

In you header say: 

\setupheadertexts[..][{\currentdate[month,space,dd,{,},year]}]

so, you can pass a string to \currentdate containing month, year, day, mm,
yy, dd, etc  

Hans
-------------------------------------------------------------------------
                                  Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                      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] 3+ messages in thread

* Re: header changes with bibliographies
  2001-02-02  8:23 ` header changes with bibliographies Hans Hagen
@ 2001-02-03 12:07   ` Taco Hoekwater
  2001-02-04 18:09     ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Taco Hoekwater @ 2001-02-03 12:07 UTC (permalink / raw)


Hans Hagen wrote:
> 
> At 05:18 PM 2/1/01 -0000, Mark Ainsworth wrote:
> >Sorry if this is answered somewhere else, I can't find the answer in the
> >mail archive. Context is brilliant for my uses and I am very pleased with
> >it. The only problem is that when I finish a file with
> >
> >\completepublications
> >
> >the page header ends up with "1, 2001" when the rest of the document
> >contains "February 1, 2001" when using
> >
> >\setupheadertexts [SMT103v4 Design Notes][date]
> >
> >I can't find where to over-ride the header settings. Can you please help.

Actually it's not a  header setting, but a bug in the grouping mechanism
for the typestting of the bbl file. (\month is a valid command in the
bbl
file and that definition stays global). 

I cannot test here, but could you try this?

  {\completepublications}

Taco


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

* Re: header changes with bibliographies
  2001-02-03 12:07   ` Taco Hoekwater
@ 2001-02-04 18:09     ` Hans Hagen
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2001-02-04 18:09 UTC (permalink / raw)
  Cc: ntg-context

At 01:07 PM 2/3/01 +0100, Taco Hoekwater wrote:
>
>Hans Hagen wrote:
>> 
>> At 05:18 PM 2/1/01 -0000, Mark Ainsworth wrote:
>> >Sorry if this is answered somewhere else, I can't find the answer in the
>> >mail archive. Context is brilliant for my uses and I am very pleased with
>> >it. The only problem is that when I finish a file with
>> >
>> >\completepublications
>> >
>> >the page header ends up with "1, 2001" when the rest of the document
>> >contains "February 1, 2001" when using
>> >
>> >\setupheadertexts [SMT103v4 Design Notes][date]
>> >
>> >I can't find where to over-ride the header settings. Can you please help.
>
>Actually it's not a  header setting, but a bug in the grouping mechanism
>for the typestting of the bbl file. (\month is a valid command in the
>bbl
>file and that definition stays global). 
>
>I cannot test here, but could you try this?
>
>  {\completepublications}

Taco, if you want to avoid grouping: 

\pushmacro \month 
\def\month{your stuff} 
\popmacro  \month

works well, 

Hans

-------------------------------------------------------------------------
                                  Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                      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] 3+ messages in thread

end of thread, other threads:[~2001-02-04 18:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CCA2283AC602D211AA9F0060086D6EF64606D1@sol.sundance.com>
2001-02-02  8:23 ` header changes with bibliographies Hans Hagen
2001-02-03 12:07   ` Taco Hoekwater
2001-02-04 18:09     ` 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).