반응형
\documentclass{memoir}
\setcounter{secnumdepth}{2}% alternative A
% \setsecnumdepth{subsection}% alternative B
\begin{document}
\chapter{bla}
\section{blubb}
\subsection{foo}
\end{document}
Command | Level | Comment |
\part{part} | -1 | not in letters |
\chapter{chapter} | 0 | only books and reports |
\section{section} | 1 | not in letters |
\subsection{subsection} | 2 | not in letters |
\subsubsection{subsubsection} | 3 | not in letters |
\paragraph{paragraph} | 4 | not in letters |
\subparagraph{subparagraph} | 5 | not in letters |
https://tex.stackexchange.com/questions/3327/turn-on-subsection-numbering-in-memoir
Turn on subsection numbering in memoir
It seems that the memoir class automatically avoids numbering subsection headings. Chapter and section titles are numbered, but subsection headings contain only the subsection name, and are not pre...
tex.stackexchange.com
반응형
최근댓글