23 lines
751 B
TeX
23 lines
751 B
TeX
\KOMAoption{chapterprefix}{true}
|
|
% centering the chapter head
|
|
\let\raggedchapter\centering
|
|
|
|
\setkomafont{chapterprefix}{\normalsize\mdseries}
|
|
|
|
% This block has the two variables \chapapp and \thechapter. But where
|
|
% can I find a variable for the title of the chapter (eg. \chaptertile) to apply some styling?
|
|
\renewcommand*{\chapterformat}{%
|
|
\fontsize{20}{20}
|
|
\satisfyfont{}
|
|
\chapapp~\thechapter\\[-0.6\baselineskip]
|
|
\noindent\makebox[\textwidth]{%
|
|
\rule{0.9\textwidth}{.5pt}%
|
|
}%
|
|
}
|
|
\addtokomafont{chapter}{\normalfont\fontsize{26}{26}\girassol{}}
|
|
|
|
\addtokomafont{title}{\normalfont\girassol{}}
|
|
\addtokomafont{author}{\normalfont\fontsize{20}{20}\satisfyfont{}}
|
|
|
|
\RedeclareSectionCommand[beforeskip=0pt,afterskip=8\baselineskip]{chapter}
|