
이 답변은 좋은 논문을 연결합니다.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}}%
}