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}] Here is what I get on a verso (even) page: 4 ROBERT 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? -- John Culleton Able Indexing and Typesetting Precision typesetting (tm) at reasonable cost. Satisfaction guaranteed. http://wexfordpress.com
On 1/27/07, 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}] Here is what I get on a verso (even) page:
4 ROBERT 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?
My 2 cents: what about this \def\LeftOddPageHeader{\relax} %% Put you code here \def\RightOddPageHeader{\relax} %% Put you code here \def\LeftEvenPageHeader{\relax} %% Put you code here \def\RightEvenPageHeader{\relax} %% Put you code here \setupheadertexts[text][{\LeftOddPageHeader}][{\RightOddPageHeader}][{\LeftEvenPageHeader}][{\RightEvenPageHeader}] luigi
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. CABLE}][pagenumber] [\CapStretch{INVESTING ON AUTOPILOT}] Here is what I get on a verso (even) page:
4 ROBERT 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".
\getmarking[pagenumber] Aditya
participants (3)
-
Aditya Mahajan
-
John R. Culleton
-
luigi scarso