-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherc.sty
More file actions
43 lines (36 loc) · 1 KB
/
Copy patherc.sty
File metadata and controls
43 lines (36 loc) · 1 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
\makeatletter
\renewcommand\section{%
\@startsection {section}{1}{\z@}%
{-3.5ex \@plus -1ex \@minus -.2ex}%
{2.3ex \@plus.2ex}%
{\normalfont\normalsize\bfseries}%
}
\renewcommand\subsection{%
\@startsection{subsection}{2}{\z@}%
{-3.25ex\@plus -1ex \@minus -.2ex}%
%{1.5ex \@plus .2ex}%
{.1ex \@plus .1ex}%
{\normalfont\normalsize\bfseries}%
}
\makeatother
\renewcommand\thesection{Section \alph{section}}
% Header & footer
\usepackage{fancyhdr}
\pagestyle{fancy}
\setlength{\headheight}{5mm}
\setlength{\headsep}{3mm}
\setlength{\footskip}{8mm}
\renewcommand{\headrulewidth}{0pt} % Remove line at top
% Page geometry
\usepackage[a4paper,left=20mm,right=20mm,top=15mm,bottom=15mm]{geometry}
\fancyhfoffset[E,O]{0pt} % recalculate the headers
% Itemize from arj
\usepackage{enumitem}
\setitemize{noitemsep,topsep=0pt,parsep=0pt,partopsep=0pt,leftmargin=*}
\renewcommand{\labelitemi}{--}
% Misc
\usepackage{parskip}
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{microtype}
\usepackage{lipsum}