Re: [NTG-context] pagenumber in header line.-SOLVED

2007-01-31 Thread luigi scarso
> I received a few solutions that didn't work for me. Thanks to those who wrote > me. But a little plain TeX trickery did it nicely as follows: > > --- > \setupheadertexts[text] > [][\CapStretch{INVESTING ON AUTOPILOT}\kern 1e

Re: [NTG-context] pagenumber in header line.-SOLVED

2007-01-30 Thread John R. Culleton
>4ROBERT S. CABLE >but what I want is the two components in the middle thus: >4 ROBERT S. CABLE >If I insert \hfil etc. the pagenumbering gets replaced with the word > >"pagenumber". >Solution? I received

Re: [NTG-context] pagenumber in header line.

2007-01-29 Thread Aditya Mahajan
On Sat, 27 Jan 2007, John R. Culleton wrote: > Here is my code at the moment: > \def\CapStretchAmount{.08em} > \def\CapStretch#1 > {\def\stretchedspaceamount{\CapStretchAmount}\stretchednormalcase{#1}} > \setuppagenumbering[location=] > \setupheadertexts[text][pagenumber][\CapStretch{ROBERT S. CAB

Re: [NTG-context] pagenumber in header line.

2007-01-29 Thread luigi scarso
On 1/27/07, John R. Culleton <[EMAIL PROTECTED]> wrote: > Here is my code at the moment: > \def\CapStretchAmount{.08em} > \def\CapStretch#1 > {\def\stretchedspaceamount{\CapStretchAmount}\stretchednormalcase{#1}} > \setuppagenumbering[location=] > \setupheadertexts[text][pagenumber][\CapStretch{ROB

[NTG-context] pagenumber in header line.

2007-01-29 Thread John R. Culleton
Here is my code at the moment: \def\CapStretchAmount{.08em} \def\CapStretch#1 {\def\stretchedspaceamount{\CapStretchAmount}\stretchednormalcase{#1}} \setuppagenumbering[location=] \setupheadertexts[text][pagenumber][\CapStretch{ROBERT S. CABLE}][pagenumber] [\CapStretch{INVESTING ON AUTOPILOT}] Her