-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmaterial_cv.tex
79 lines (70 loc) · 2.56 KB
/
material_cv.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
%%!TEX program = xelatex
%%========================================================================================================
%% Material CV
%% Author: Artur Gomes
%%
%% Description: This template design was based on the
%% Google Material Design for the new Android 5.0 L
%% version.
%%
%% Aknowledgements
%% The font used was the font Roboto used in Android:
%% http://developer.android.com/design/style/typography.html
%%
%% Used the elegant font iconset for icons (colors were changed acording to the color of the separator):
%% http://www.flaticon.com/packs/elegant-font
%%========================================================================================================
% http://tex.stackexchange.com/questions/140960/custom-shadow-border-effect-with-tikz
\documentclass{article}
\usepackage{tikz}
%\usepackage{fontspec}
\usepackage[sfdefault]{roboto}
\usepackage[top=0cm, bottom=2cm, outer=0cm, inner=0cm]{geometry}
\usepackage[pages=some]{background}
\usepackage{materialCard}
\usepackage{multicol}
\usepackage{url}
\usepackage[utf8]{inputenc}
\usepackage{pagecolor,lipsum}% http://ctan.org/pkg/{pagecolor,lipsum}
\usepackage[T1]{fontenc}
\backgroundsetup{scale=1, color=black, opacity=1, placement=top, angle=0, contents={%
\includegraphics[width=\paperwidth,height=250pt]{images/pic}
}}
\begin{document}
\pagecolor{MaterialGrey200}
\begin{minipage}[t]{\paperwidth}
\pagenumbering{gobble}
\Large
\BgThispage
\end{minipage}
%\LARGE
%\noindent\colorbox{MaterialGreen}
%{\parbox[c][25pt][c]{\textwidth}{\hspace{15pt}\textcolor{white}{Contacts}}} %%Contacts separator
\hspace*{10pt}
\begin{minipage}[t]{\paperwidth}
\large
\vspace*{20pt}
\begin{multicols}{2}
%\materialCard[topimage=images/profile2,topcolor=MaterialRed500, cardwidth=0.25\paperwidth, topheight=76pt]{\input{info_profile}}
\input{info_profile}
\columnbreak
\input{info_contacts}
\end{multicols}{}
\vspace{3pt}
\large
\materialCard[title=Experience, topcolor=MaterialRed500]{\input{info_experience}}{}
\large
\vspace{5pt}
\materialCard[title=Education, topcolor=MaterialBlue500]{\input{info_education}}
\large
\vspace{5pt}
\materialCard[title=Competences, topcolor=MaterialAmber500]{\input{info_interests}}
\large
\vspace{5pt}
\materialCard[title=Awards, topcolor=MaterialPurple500]{\input{info_awards}}
% \large
% \vspace{5pt}
% \materialCard[title=Awards, topcolor=MaterialPurple500]{\input{info_awards}}
\end{minipage}
%\materialCard[title=Mater222222222222222222222222222ial123Card, image=MaterialRed500]{\begin{tabular}{c} This node \\ is \\ valuable \end{tabular}}{card2}\\\\
\end{document}