我使用titlesec
命令
\titlelabel{\thetitle.\quad}
在章节编号后添加句点,但它与memoir
选项不兼容:
\section[Section title in TOC][Heading section title]{Section title}
(问题已经在这里提到关于 memoir 和 titlesec 不兼容)
我的问题是:如何在带有回忆录类别的章节编号之后添加这个句点(因此,没有 titlesec)?
分数维:
\documentclass[a4paper,11pt,twoside]{memoir}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[english,french]{babel}
\begin{document}
\tableofcontents*
\chapter[Chapter title in TOC][Heading chapter title]{Chapter title}
\section[Section title in TOC][Heading section title]{Section title}
\end{document}
答案1
如果只是为了文本中的格式,这就足够了(它还将影响小节和小节
\setsecnumformat{\csname the#1\endcsname.\quad}
默认相同(不带点)