|
@@ -18,8 +18,6 @@
|
|
|
\usepackage{pgfplotstable}
|
|
|
% Table options
|
|
|
\usepackage{booktabs}
|
|
|
-% More list options
|
|
|
-\usepackage{enumitem}
|
|
|
% Title
|
|
|
\usepackage{titlesec}
|
|
|
|
|
@@ -28,63 +26,31 @@
|
|
|
% Paragraph
|
|
|
\setlength{\parskip}{0pt}
|
|
|
|
|
|
-% List
|
|
|
-\setlist{leftmargin = 20pt}
|
|
|
-
|
|
|
-% set list size
|
|
|
-\setitemize{%
|
|
|
- noitemsep,
|
|
|
- topsep = 0pt,
|
|
|
- parsep = 0pt,
|
|
|
- partopsep = 0pt
|
|
|
-}
|
|
|
-\setlength{\columnseprule}{0.5pt}
|
|
|
-
|
|
|
% Font
|
|
|
\usepackage[scaled]{berasans}
|
|
|
\renewcommand*\familydefault{\sfdefault}
|
|
|
\usepackage{tgschola}
|
|
|
|
|
|
-\usepackage{titletoc}
|
|
|
-\titlecontents{section}
|
|
|
- [15pt]
|
|
|
- {\large\rmfamily}
|
|
|
- {\contentslabel{15pt}}
|
|
|
- {\hspace*{-9mm}}
|
|
|
- {\contentspage}[\medskip]
|
|
|
-
|
|
|
-\titlecontents{subsection}
|
|
|
- [25pt]
|
|
|
- {\rmfamily}
|
|
|
- {\contentslabel{25pt}}
|
|
|
- {\hspace*{-12mm}}
|
|
|
- {\contentspage}
|
|
|
|
|
|
-\titlecontents{subsubsection}
|
|
|
- [35pt]
|
|
|
- {\rmfamily}
|
|
|
- {\contentslabel{35pt}}
|
|
|
- {\hspace*{-12mm}}
|
|
|
- {\contentspage}
|
|
|
|
|
|
% Title
|
|
|
\titleformat{\section}[runin]
|
|
|
- {\rmfamily\Large\uppercase}
|
|
|
- {\thesection}
|
|
|
- {1ex}
|
|
|
- {}
|
|
|
+ {\rmfamily\Large\uppercase}
|
|
|
+ {\thesection}
|
|
|
+ {1ex}
|
|
|
+ {}
|
|
|
|
|
|
\titleformat{\subsection}[runin]
|
|
|
- {\rmfamily\large\uppercase}
|
|
|
- {\thesubsection}
|
|
|
- {1ex}
|
|
|
- {}
|
|
|
+ {\rmfamily\large\uppercase}
|
|
|
+ {\thesubsection}
|
|
|
+ {1ex}
|
|
|
+ {}
|
|
|
|
|
|
\titleformat{\subsubsection}[runin]
|
|
|
- {\rmfamily\normalsize\uppercase}
|
|
|
- {\thesubsubsection}
|
|
|
- {1ex}
|
|
|
- {}
|
|
|
+ {\rmfamily\normalsize\uppercase}
|
|
|
+ {\thesubsubsection}
|
|
|
+ {1ex}
|
|
|
+ {}
|
|
|
|
|
|
|
|
|
%%%%%%% Commands %%%%%%%
|