
Esta resposta vincula uma bela tese:https://tex.stackexchange.com/a/263586/512
Como posso fazer um estilo de livro de memórias como esse?
Acho que posso começar com o estilo madsen, que é dado aqui:https://tex.stackexchange.com/a/82917/512
Responder1
Os estilos de capítulo são descritos no memoir
manual. Aqui está minha tentativa.
\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}}%
}