-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.tex
30 lines (30 loc) · 850 Bytes
/
custom.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
\usepackage{fancyhdr}
\usepackage{titlesec}
\pagestyle{fancy}
\fancypagestyle{plain}{\pagestyle{fancy}}
\fancyhf{} % clear all headers and footers
\renewcommand{\headrulewidth}{0pt} % remove rule between header and text
\fancyhead[R]{\thepage}
\titleformat{\chapter}[display]
{\bfseries\large\rmfamily\filcenter}
{\MakeUppercase{\chaptertitlename} \thechapter}
{24pt}
{\MakeUppercase}
\titleformat{\section}[block]
{\bfseries\rmfamily}
{\MakeUppercase \thesection}
{18pt}
{\MakeUppercase}
\titlespacing{\section}{10mm}{24pt}{18pt}
\titleformat{\subsection}[block]
{\bfseries\rmfamily}
{\thesubsection}
{1pc}
{}
\titlespacing{\subsection}{10mm}{24pt}{18pt}
\titleformat{\subsubsection}[block]
{\mdseries\rmfamily}
{\thesubsubsection}
{1pc}
{}
\titlespacing{\subsubsection}{10mm}{24pt}{18pt}