|
|
@@ -1,4 +1,4 @@
|
|
|
-\documentclass[11pt]{extreport}
|
|
|
+\documentclass[11pt]{article}
|
|
|
|
|
|
%%%%%%% Packages %%%%%%%
|
|
|
|
|
|
@@ -22,31 +22,31 @@
|
|
|
\usepackage{booktabs}
|
|
|
% More list options
|
|
|
\usepackage{enumitem}
|
|
|
-% Title settings
|
|
|
+% Title
|
|
|
\usepackage{titlesec}
|
|
|
|
|
|
%%%%%%% Settings %%%%%%%
|
|
|
|
|
|
-% Color settings
|
|
|
+% Color
|
|
|
\color{white}
|
|
|
\pagecolor{black}
|
|
|
\definecolor{rr-background}{HTML}{393939}
|
|
|
|
|
|
-% Paragraph settings
|
|
|
+% Paragraph
|
|
|
\setlength{\parindent}{0pt}
|
|
|
\setlength{\parskip}{\baselineskip}
|
|
|
|
|
|
-% set page settings
|
|
|
+% set page
|
|
|
\usepackage[
|
|
|
-paperwidth = 17.5cm,
|
|
|
-paperheight = 80cm,
|
|
|
-top = 10pt,
|
|
|
-right = 0pt,
|
|
|
-bottom = 35pt,
|
|
|
-left = 0pt
|
|
|
+ paperwidth = 17.5cm,
|
|
|
+ paperheight = 80cm,
|
|
|
+ top = 10pt,
|
|
|
+ right = 0pt,
|
|
|
+ bottom = 35pt,
|
|
|
+ left = 0pt
|
|
|
]{geometry}
|
|
|
|
|
|
-% List settings
|
|
|
+% List
|
|
|
\setlist{leftmargin = 20pt}
|
|
|
|
|
|
\setitemize{%
|
|
|
@@ -57,11 +57,25 @@ left = 0pt
|
|
|
}
|
|
|
\setlength{\columnseprule}{0.5pt}
|
|
|
|
|
|
-% Font config
|
|
|
+% Font
|
|
|
\usepackage[scaled]{berasans}
|
|
|
\renewcommand*\familydefault{\sfdefault}
|
|
|
\usepackage{tgschola}
|
|
|
|
|
|
-% Title config
|
|
|
-\titleformat{\section}[runin]{\rmfamily\Large\uppercase}{\thesection}{}{}
|
|
|
-\titleformat{\subsection}[runin]{\rmfamily\large\uppercase}{\thesubsection}{}{}
|
|
|
+% Table of content
|
|
|
+\usepackage{tocloft}
|
|
|
+\cftpagenumbersoff{section}
|
|
|
+\cftpagenumbersoff{subsection}
|
|
|
+
|
|
|
+% Title
|
|
|
+\titleformat{\section}[runin]
|
|
|
+ {\rmfamily\Large\uppercase}
|
|
|
+ {\thesection}
|
|
|
+ {1ex}
|
|
|
+ {}
|
|
|
+
|
|
|
+\titleformat{\subsection}[runin]
|
|
|
+ {\rmfamily\large\uppercase}
|
|
|
+ {\thesubsection}
|
|
|
+ {1ex}
|
|
|
+ {}
|