-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
58 lines (51 loc) · 2.66 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
% EightySecondsCV LaTeX class
% Author: Carles Estrada <[email protected]>
%
% Attributions
% ------------
% * EightySecondsCV is based on the FortySecondsCV class by René Wirnata
% ([email protected]), which is based on the twentysecondcv class
% by Carmine Spagnuolo ([email protected]), released under the MIT license
% and available under:
% https://github.com/spagnuolocarmine/TwentySecondsCurriculumVitae-LaTex
% * further attributions are indicated immediately before corresponding code
%-------------------------------------------------------------------------------
% ADDITIONAL PACKAGES
%-------------------------------------------------------------------------------
\documentclass[
a4paper,
% showframes, % show frames
% vline=2.2em, % show vertical line at x from the left margin
mainfont=FreeSans, % https://www.overleaf.com/articles/slash-fontspec-all-the-fonts/qnsxyhrgjsgs
% background=white, % document background color
maincolor=cvblue, % main color for section text, icons and skills
% sidecolor=cvsidecolor, % background color in sidebar
% sidetext=black!90, % text color in sidebar
% sectioncolor=cvsectioncolor, % section text color in main body
% subsectioncolor=cvsubsectioncolor, % subsection text color in main body
% itemtextcolor=black!90, % normal text color in main body
% pseccolor=maincolor!90, % section text color in sidebar
% jobcolor=cvsubsectioncolor, % job text color in sidebar
% iconcolor=maincolor!90, % icon color
% iconbodycolor=maincolor!90, % icon color
% wheelchartlabelcolor=black, % label text color in wheelchart
% wheeltextcolor=black!80!white, % text color in wheelchart
% skillbg=black!25, % background color in skills symbols
% skilltop=iconcolor!70, % color in skills symbols
% inversecolors, % inverses the color layout of the body
% sidebarwidth=0.34\paperwidth, % sidebar width
% topbottommargin=0.02\paperheight, % top and bottom margins
% leftrightmargin=0.02\paperwidth, % left and right margins
profilepicsize=0.2\paperwidth, % size of profile picture
% profileshape=round, % shape of profile picture: <round> or <roundedcorners>
]{eightysecondscv}
\input{tex/preamble.tex}
\input{tex/personal_info.tex}
\input{tex/sidebar1.tex}
\input{tex/sidebar2.tex}
\begin{document}
\setcolor
\setfont
\input{tex/body1.tex}
%\input{tex/body2.tex}
\end{document}