这个答案链接了一个很好的论点:https://tex.stackexchange.com/a/263586/512
我怎样才能写出像这样的回忆录风格?
我想我可以从 Madsen 风格开始,如下所示:https://tex.stackexchange.com/a/82917/512
答案1
章节样式在手册中有描述memoir
。这是我的尝试。
\makechapterstyle{neil}{% requires graphicx package
\chapterstyle{default}
\setlength{\afterchapskip}{10pt}%
\renewcommand*{\chapterheadstart}{}%
\renewcommand*{\chapternamenum}{}%
\renewcommand*{\printchaptername}{}%
\renewcommand*{\chapnumfont}{\normalfont\fontsize{90}{120}\selectfont\bfseries\color{\colorchapnum}}%
\renewcommand*{\chaptitlefont}{\normalfont\Huge\bfseries\color{\colorchaptitle}}
\renewcommand*{\afterchaptertitle}{%
\vspace{\afterchapskip} {\textcolor{\colorchaptitle}{\hrule}} \vspace{\afterchapskip}}%
}