-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
77 lines (60 loc) · 1.91 KB
/
main.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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Developer CV
% LaTeX Class
% Version 2.0 (12/10/23)
%
% This class originates from:
% http://www.LaTeXTemplates.com
%
% Authors:
% Carlos Queiroz
% Based on a template by Omar Roldan
% Based on a template by Jan Vorisek ([email protected])
% Based on a template by Jan Küster ([email protected])
% Modified for LaTeX Templates by Vel ([email protected])
%
% License:
% The MIT License (see included LICENSE file)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[9pt]{developercv} % Default font size, values from 8-12pt are recommended
\usepackage{multicol}
\setlength{\columnsep}{0mm}
%----------------------------------------------------------------------------------------
\usepackage{lipsum}
\begin{document}
%------------------------------------------------
% RESUME HEADER
%------------------------------------------------
\begin{center}
{\fontsize{16}{20} \textcolor{black}{\textbf{\MakeUppercase{Carlos de Queiroz}}}} % First name
\vspace{6pt}
{\Large Software Engineer} % Career or current job title
% \Vhrulefill
\end{center}
\input{info}
%------------------------------------------------
% RESUME BODY
%------------------------------------------------
% FOR 2 Columns
% \begin{minipage}[t]{0.49\textwidth}
% \input{summary}
% \end{minipage}
% \hfill
% \begin{minipage}[t]{0.49\textwidth}
% \input{skills}
% \end{minipage}
\input{summary}
\input{skills}
% \input{projects}
\input{experience}
\vspace{-10 pt}
\input{education}
\input{certification}
% \vspace{-10 pt}
\input{language}
%----------------------------------------------------------------------------------------
\end{document}