38 lines
1.1 KiB
TeX
38 lines
1.1 KiB
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}\ibmplexsanscondensed{}}
|
|
|
|
\addtokomafont{title}{\normalfont\ibmplexsanscondensed{}}
|
|
\addtokomafont{author}{\normalfont\fontsize{20}{20}\satisfyfont{}}
|
|
|
|
\addtokomafont{disposition}{\ibmplexsanscondensed{}}
|
|
\addtokomafont{descriptionlabel}{\ibmplexsanscondensed{}}
|
|
|
|
\RedeclareSectionCommand[beforeskip=0pt,afterskip=8\baselineskip]{chapter}
|
|
|
|
% Remove dot after figure number
|
|
\renewcommand*{\figureformat}{%
|
|
\figurename~\thefigure%
|
|
% \autodot% DELETED
|
|
}
|
|
|
|
% Remove dot after table number
|
|
\renewcommand*{\tableformat}{%
|
|
\tablename~\thetable%
|
|
% \autodot% DELETED
|
|
}
|