I am writing a book using the memoir document class. When I use \chapter[ToC title][Header title]{Division title}, at the chapter level everything works correctly. At the section level however things are a little strange. When I use \section[ToC title][Header title]{Division title} the division title in the main body of the text appears, for example, as:
2.1 [
with "ToC title" appearing in the table of contents and in the header.
Just for the fun of it I tried \section[ToC title]Header{Division title} and get:
2.1 H
with "ToC title" appearing in both the table of contents and header.
Using \section[ToC title]{Division title} everything works as it should but I want the table of contents and division titles to be identical but different from the header title.
\documentclass{...}and ending with\end{document}. – yo' Jun 15 '13 at 10:092.1. [). Therefore there exists a document which produces it. Take this one and make it a minimal example. Btw, AFAIKtitlesecis incompatible withmemoir, but that's exactly why MWE is needed. – yo' Jun 15 '13 at 16:16