mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-22 23:13: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
|
%% <<< Layout
|
||||||
%%
|
%%
|
||||||
|
|
||||||
\titleformat{\chapter}[hang] % shape
|
\titleformat{\chapter}[block] % shape
|
||||||
{\normalfont\bfseries\huge} % format
|
{\normalfont\bfseries\LARGE\filcenter} % format
|
||||||
{\thechapter.} % label
|
{\chaptertitlename\ \thechapter.\\} % label
|
||||||
{0.5ex} % sep
|
{0.5ex} % sep
|
||||||
{
|
{\huge
|
||||||
} % before-code
|
} % before-code
|
||||||
[
|
[\vspace{0.5ex}%
|
||||||
|
{\titlerule[2pt]}
|
||||||
] % after-code
|
] % after-code
|
||||||
|
|
||||||
|
\titlespacing{\chapter}{0pt}{*3}{*3}
|
||||||
|
|
||||||
\setlength{\parindent}{0cm}
|
\setlength{\parindent}{0cm}
|
||||||
|
|
||||||
%\DeclareRobustCommand{\thefootnote}{\alph{footnote}} % alphabetic footnote markers
|
%\DeclareRobustCommand{\thefootnote}{\alph{footnote}} % alphabetic footnote markers
|
||||||
|
|
Loading…
Reference in a new issue