-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.tex
55 lines (46 loc) · 1.01 KB
/
header.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
\usepackage{bm}
\usepackage{enumerate}
\usepackage{etaremune}
%\usepackage{fullpage}
\usepackage{graphicx}
\usepackage{hyperref}
\addtolength{\oddsidemargin}{-1in}
\addtolength{\evensidemargin}{-1in}
\addtolength{\textwidth}{2in}
\addtolength{\topmargin}{-1.3in}
\addtolength{\textheight}{2.2in}
% For links of references
\hypersetup{colorlinks,
linkcolor=blue,
filecolor=blue,
urlcolor=blue,
citecolor=blue}
\renewcommand{\familydefault}{\sfdefault}
\usepackage{chancery}
\newcommand\sectitle[1]{
\hline
\vspace{0.5cm}
\noindent
%\underline{
\textbf{\Large #1}
%}
\\
\vspace{-0.2cm}
}
\newcommand\subsectitle[1]{
\vspace{0.3cm}
\noindent
%\underline{
\textbf{\large #1}
%}
\\
\vspace{-0.3cm}
}
\newcommand\technical[2]{
\noindent
{\large\bf #1:} #2\\
}
\newcommand\itemdate[1]{\noindent\textbf{[#1]}}
\newcommand\itemdates[2]{\noindent\textbf{[#1 -- #2]}}
\newcommand\email[1]{\href{mailto:#1}{\texttt{#1}}}
\newcommand\pucv{Pontificia Universidad Cat\'olica de Valpara\'iso}