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