mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-22 15:03:35 +01:00
Thesis: Fancier Chapter titling
This commit is contained in:
parent
238bbc4c59
commit
68a1f722fa
1 changed files with 8 additions and 5 deletions
|
@ -48,15 +48,18 @@
|
|||
%% <<< Layout
|
||||
%%
|
||||
|
||||
\titleformat{\chapter}[hang] % shape
|
||||
{\normalfont\bfseries\huge} % format
|
||||
{\thechapter.} % label
|
||||
\titleformat{\chapter}[block] % shape
|
||||
{\normalfont\bfseries\LARGE\filcenter} % format
|
||||
{\chaptertitlename\ \thechapter.\\} % label
|
||||
{0.5ex} % sep
|
||||
{
|
||||
{\huge
|
||||
} % before-code
|
||||
[
|
||||
[\vspace{0.5ex}%
|
||||
{\titlerule[2pt]}
|
||||
] % after-code
|
||||
|
||||
\titlespacing{\chapter}{0pt}{*3}{*3}
|
||||
|
||||
\setlength{\parindent}{0cm}
|
||||
|
||||
%\DeclareRobustCommand{\thefootnote}{\alph{footnote}} % alphabetic footnote markers
|
||||
|
|
Loading…
Reference in a new issue