I'm using Memoir for a book, and I am having some difficulty with the headers. I obviously need to change something, but I can't figure out where to make the change.
I want a
numbered chapter name.
What I want for the (recto) header is:
Chaptername................Pagenum
and for the verso:
Pagenum.....................Title
I have tried both chapter forms shown below.
Code: Select all
\chapter[ toc-title ][ head-title ]{ title }
\chapter*[ head-title ]{ title }
The first one gives me the numbered chapter at the begining the way I want, but it also puts "Chapter 1. <Chaptername>" in the header! It almost seems to be treating the chapter number as part of the header. If I go with the unnumbered style, I (obviously) don't get the chapter number on the first page of the chapter (or in the header). I can't get the book title on the verso no matter what.
So, how do I get it so I can configure what goes in the heading? Is it straight LaTeX or is it related to the memoir class? If it's important, I'm using chapterstyle VZ21.
I'm still a raw noob at LaTeX, so any help is welcome. Thanks!