chapter title does not show on header.
I copied \setupheadertexts etc. straight from the wiki with one change. For the fourth parameter instead of chapter I substituted \Titlea, which contains the title of the book. That part works, But the word chapter as a parameter doesn't. Here is my pertinent code: \def\Titlea{Scribus Index Feature } ... \setuppagenumbering[alternative=doublesided,location=] \setupheader[leftstyle=bold,rightstyle=bold] \setupheadertexts [{\getmarking[chapter]}] [{page \pagenumber}] [{page \pagenumber}] [{\Titlea}] \setuppagenumbering[location=] ... \setuppagenumbering[command=\bf] \definetext[chapter][footer][pagenumber] \setupmakeup[standard][page=yes, doublesided=no] \definepagebreak [mychapterpagebreak] [yes,header,right] ... \chapter{Summary} etc. -- John Culleton Wexford Press Free list of books for self-publishers: http://wexfordpress.net/shortlist.html PDF e-book: "Create Book Covers with Scribus" available at http://www.booklocker.com/books/4055.html
Am 29.06.2014 um 13:49 schrieb john Culleton
I copied \setupheadertexts etc. straight from the wiki with one change. For the fourth parameter instead of chapter I substituted \Titlea, which contains the title of the book. That part works, But the word chapter as a parameter doesn't.
Here is my pertinent code:
\def\Titlea{Scribus Index Feature } ... \setuppagenumbering[alternative=doublesided,location=] \setupheader[leftstyle=bold,rightstyle=bold] \setupheadertexts [{\getmarking[chapter]}] [{page \pagenumber}] [{page \pagenumber}] [{\Titlea}] \setuppagenumbering[location=] ... \setuppagenumbering[command=\bf]
Use the style key for bold page numbers.
\definetext[chapter][footer][pagenumber] \setupmakeup[standard][page=yes, doublesided=no] \definepagebreak [mychapterpagebreak] [yes,header,right] ... \chapter{Summary} etc.
This is not a *working* minimal example! Wolfgang
participants (2)
-
john Culleton
-
Wolfgang Schuster