This repository has been archived by the owner on Apr 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.tex
97 lines (74 loc) · 1.67 KB
/
template.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
\documentclass[10pt]{article}
\usepackage[a4paper,pdftex]{geometry}
\usepackage[english]{babel}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{titlesec}
\renewcommand{\thesection}{}
\titleformat{\section}[display]
{\bfseries\Large}
{\Huge\thesection}
{4ex}
{\filleft}
[\vspace{2ex}%
\titlerule]
\renewcommand{\thesubsection}{}
\titleformat{\subsection}[display]
{\bfseries\small}
{\thesubsection}
{2ex}
{\filright}
\renewcommand{\thesubsubsection}{}
\titleformat{\subsubsection}[display]
{\bfseries\small}
{\thesubsubsection}
{2ex}
{\filright}
[\vspace{2ex}%
\titlerule]
\usepackage{fontspec}
\setmainfont{Lato Light}
\def\tightlist{}
\definecolor{grey}{rgb}{0.9,0.9,0.9}
\definecolor{darkgrey}{rgb}{0.3,0.3,0.3}
\newcommand{\HRule}[1]{\hfill \rule{0.2\linewidth}{#1}}
\newcommand{\sectionbreak}{\clearpage}
\setlength{\parindent}{0cm}
\setlength{\parskip}{1em}
\renewcommand{\baselinestretch}{1.3}
\hypersetup{
colorlinks=true,
linkcolor=grey,
pdfborder = {0 0 0},
filecolor=grey,
urlcolor=darkgrey,
}
\hypersetup{linkcolor=black}
\usepackage{scrextend}
\usepackage[labelformat=empty]{caption}
\usepackage{letltxmacro}
\LetLtxMacro\latexincludegraphics\includegraphics
\renewcommand{\includegraphics}[2][]{%
\frame{\latexincludegraphics[#1]{#2}}}
\begin{document}
\thispagestyle{empty}
\pagestyle{empty}
\colorbox{grey}{
\parbox[t]{1.0\linewidth}{
\centering \fontsize{30pt}{60pt}\selectfont
\vspace*{5cm}
\hfill $title$ \\
\hfill $subtitle$\par
\vspace*{5cm}
}
}
\vfill
{\centering \large
\hfill $author$ - $email$}
\clearpage
\begin{addmargin}[6cm]{1cm}
\raggedright
$body$
\end{addmargin}
\end{document}