-
Notifications
You must be signed in to change notification settings - Fork 2
/
structure.tex
175 lines (126 loc) · 5.32 KB
/
structure.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Wenneker Resume/CV
% Structure Specification File
% Version 1.1 (19/6/2016)
%
% This file has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Frits Wenneker (http://www.howtotex.com) with extensive modifications by
% Vel ([email protected])
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\usepackage[T1]{fontenc} % Output font encoding for international characters
\usepackage[utf8]{inputenc} % Required for inputting international characters
\usepackage[top=1.5cm,left=1cm,right=1cm,bottom=1.5cm]{geometry} % Modify margins
\usepackage{graphicx} % Required for figures
\usepackage{flowfram} % Required for the multi-column layout
\usepackage{url} % URLs
\usepackage[usenames,dvipsnames]{xcolor} % Required for custom colours
\usepackage{tikz} % Required for the horizontal rule
\usepackage{enumitem} % Required for modifying lists
\setlist{noitemsep,nolistsep} % Remove spacing within and around lists
\setlength{\columnsep}{\baselineskip} % Set the spacing between columns
% Define the left frame (sidebar)
\newflowframe{0.2\textwidth}{\textheight}{0pt}{0pt}[left]
\newlength{\LeftMainSep}
\setlength{\LeftMainSep}{0.2\textwidth}
\addtolength{\LeftMainSep}{1\columnsep}
% Small static frame for the vertical line
\newstaticframe{1.5pt}{\textheight}{\LeftMainSep}{0pt}
% Content of the static frame with the vertical line
\begin{staticcontents}{1}
\hfill
\tikz{\draw[loosely dotted,color=\accentcolor,line width=1.5pt,yshift=0](0,0) -- (0,\textheight);}
\hfill\mbox{}
\end{staticcontents}
% Define the right frame (main body)
\addtolength{\LeftMainSep}{1.5pt}
\addtolength{\LeftMainSep}{1\columnsep}
\newflowframe{0.7\textwidth}{\textheight}{\LeftMainSep}{0pt}[main01]
\pagestyle{empty} % Disable all page numbering
\setlength{\parindent}{0pt} % Stop paragraph indentation
%----------------------------------------------------------------------------------------
% NEW COMMANDS
%----------------------------------------------------------------------------------------
\newcommand{\userinformation}[1]{\renewcommand{\userinformation}{#1}} % Define a new command for the CV user's information that goes into the left column
\newcommand{\cvheading}[1]{{\Huge\bfseries\color{\accentcolor} #1} \par\vspace{.6\baselineskip}} % New command for the CV heading
\newcommand{\cvsubheading}[1]{{\Large\bfseries #1} \bigbreak} % New command for the CV subheading
\newcommand{\Sep}{\vspace{1em}} % New command for the spacing between headings
\newcommand{\SmallSep}{\vspace{0.5em}} % New command for the spacing within headings
\newcommand{\aboutme}[2]{ % New command for the about me section
\textbf{\color{\accentcolor} #1}~~#2\par\Sep
}
\newcommand{\CVSection}[1]{ % New command for the headings within sections
\Sep
{\Large\textbf{#1}}\par
\Sep % Used for spacing
}
\newcommand{\CVItemHeader}[1]{\textbf{\color{\accentcolor} \large #1} \par \vspace{0.2em} }
\newcommand{\CVItem}[3]{ % New command for the item descriptions
\textbf{\color{\accentcolor} \large #1}, #2
\par \vspace{0.2em}
#3
\SmallSep % Used for spacing
}
% \newcommand{\CVItem}[2]{ % New command for the item descriptions
% \textbf{\color{\accentcolor} \large #1}\par
% #2
% \SmallSep % Used for spacing
% }
\newcommand{\bluebullet}{\textcolor{\accentcolor}{$\circ$}~~} % New command for the blue bullets
\usepackage{hyperref}
\usepackage{fontawesome5}
\usepackage{tabularx}
\hypersetup{
pdftitle={Robert Detjens's Resume},
pdfauthor={Robert Detjens}
}
% some QOL macros to make links easier
\newcommand{\gh}[1]{https://github.com/#1}
\newcommand{\gl}[1]{https://gitlab.com/#1}
\newcommand{\hreficon}[1]{\href{#1}{(\textcolor{\accentcolor}{\tiny \faLink})}}
% \newcommand{\ghli}[1]{\ghl{#1}{(\textcolor{\accentcolor}{link})}}
%-------------------------------------------------------------------------------
% NAME AND CONTACT INFORMATION
%-------------------------------------------------------------------------------
\userinformation{ % Set the content that goes into the sidebar of each page
% Comment out this figure block if you don't want a photo
\begin{tikzpicture}
\clip (0,0) circle (0.5\columnwidth) node
{\includegraphics[width=\columnwidth]{photo.jpg}};
\end{tikzpicture}
% \includegraphics[width=\columnwidth]{photo.jpg}
% \\ [\baselineskip]
\begin{flushright}
% \cvheading{Robert Detjens}
\cvheading{Robert}
\cvheading{Detjens}
\cvsubheading{DevOps / Sysadmin} % Subheading - your occupation/specialization
\Sep
\textbf{Website} \faIcon{mouse-pointer} \\
\href{https://detjens.dev}{https://detjens.dev} \\
\Sep
\textbf{Email} \faIcon{envelope} \\
\href{mailto:[email protected]}{[email protected]} \\
\Sep
\textbf{Phone} \faIcon{phone} \\
925.550.8037 \\
\Sep
\textbf{LinkedIn} \faIcon{linkedin} \\
\href{https://linkedin.com/in/detjensrobert}{detjensrobert} \\
\Sep
\textbf{GitHub} \faIcon{github} \\
\href{\gh{detjensrobert}}{detjensrobert} \\
\Sep
\textbf{GitLab} \faIcon{gitlab} \\
\href{\gl{detjensrobert}}{detjensrobert} \\
\end{flushright}
}