
我正在使用該類memoir
來排版小說。我已將章節顯示格式化如下。章節編號顯示為「1」、「2」、「3」等。
\titleformat
{\chapter}
[display]
{\normalfont\scshape\huge}
{\HUGE\thechapter\centering}
{0pt}
{\vspace{18pt}\centering}[\vspace{42pt}]
答案1
\renewcommand*\thechapter{\ifnum\value{chapter}<10 0\fi\arabic{chapter}}