Here is my current \setupheadertexts \setupheadertexts[text] [chapter][pagenumber][pagenumber][Don't Leave Your Company's Money on the Table] It works fine for chapters. I have a few titles that I want to have running heads for also, such as Preface, Introduction and so on. I tried using a special \setupheadertexts locally with the entire text enclosed in brackets thus: {\setupheadertexts[text] [Introduction][pagenumber][pagenumber][Don't Leave Your Company's Money on the Table] (text) ... } but that didn't work. Changing the second field to {chapter,title] just gave me the words "chapter,title". Somehow there must be a way to change the current chapter marking but I can't figure it out. -- John Culleton Resources for every author and publisher: http://wexfordpress.com/tex/shortlist.pdf http://wexfordpress.com/tex/packagers.pdf http://www.creativemindspress.com/newbiefaq.htm http://www.gropenassoc.com/TopLevelPages/reference%20desk.htm
On Thu, Jul 17, 2008 at 4:02 PM, John Culleton
Here is my current \setupheadertexts \setupheadertexts[text] [chapter][pagenumber][pagenumber][Don't Leave Your Company's Money on the Table]
It works fine for chapters. I have a few titles that I want to have running heads for also, such as Preface, Introduction and so on. I tried using a special \setupheadertexts locally with the entire text enclosed in brackets thus: {\setupheadertexts[text] [Introduction][pagenumber][pagenumber][Don't Leave Your Company's Money on the Table] (text) ... } but that didn't work.
Changing the second field to {chapter,title] just gave me the words "chapter,title". Somehow there must be a way to change the current chapter marking but I can't figure it out.
You could try (untested): \setupheadertexts [\doiftextelse{\getmarking[title]}{\getmarking[title]}{\getmarking[chapter]}] [pagenumber] [pagenumber] [Don't Leave Your Company's Money on the Table] Wolfgang
participants (2)
-
John Culleton
-
Wolfgang Schuster