What is the best way to customize the headings at the top of each page in a memoir document? For example, if I want just the page number at the top of every left page, and just the chapter title (say, in italics) at the top of every right page? What if I don't want any header on left pages, but just the page number as a footer in the corner?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
As Werner comments, the best way to customize the headers/footers when using In the following code I created a customized page style to produce your first layout: page number at the top (I chose at the left) of even-numbered pages and chapter title in italics at the top (I chose at the right) of odd-numbered pages; since I didn't make any special provision for the
Here are the modifications required in the comments; the headers/footers will now extend to the space reserved for marginal notes; the
|
|||||||||||||||||||
|
memoir's header typesetting styles.:)This is described in detail in thememoirdocumentation (section 7.2 Page styles, starting on p 118). – Werner Dec 16 '11 at 0:38memoirpage styles: tug.org/pracjourn/2008-2/madsen – daleif Dec 16 '11 at 9:51