Search found 2 matches

by drq
Sat May 15, 2010 8:37 pm
Forum: Page Layout
Topic: Replacing odd-page book header with subsection name
Replies: 2
Views: 1526

Replacing odd-page book header with subsection name

I almost found a solution. I inserted this at the beginning:

\newcommand{\titledsubsection}[1]{\renewcommand{\subsectiontitle}{#1} \subsection{#1}}
\renewcommand{\rightmark}{\subsectiontitle}

and then used \titledsubsection instead of \subsection. However, when there is a page on which a new ...
by drq
Sat May 15, 2010 4:56 am
Forum: Page Layout
Topic: Replacing odd-page book header with subsection name
Replies: 2
Views: 1526

Replacing odd-page book header with subsection name

I'm using the document class "memoir," and on the top of each odd page there is a header that gives the title of the current section. How can I change this so that it instead says the name of the current subsection?

Thanks in advance.