The section divisions in memoir are defined as:
\section[〈toc-title〉][〈head-title〉]{〈title〉}
When titlesec is used, however, I find I am unable to use both optional parameters:
\documentclass{memoir}
\usepackage{titlesec}
\begin{document}
\section[toc title][head title]{section title}
\end{document}
This is a known incompatibility. How can I have different toc and header titles for sections when titlesec is used?
titlesec? A major 'point' ofmemoiris that you don't need to rely on as many extra packages because it has similar capabilities built into the class itself? Since you seem to like features thatmemoirhas andtitleseclacks, this in itself seems a reason to pass ontitlesec(which is a fine package in other respects). – jon Mar 05 '17 at 04:34titlesecfor can also be implemented viamemoir's own command set.) – jon Mar 05 '17 at 04:58memoirfacilities if you want to change the format of section titles. – egreg Mar 05 '17 at 14:52