-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume-v1.tex
34 lines (21 loc) · 934 Bytes
/
resume-v1.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
% Enable magic comments to set the root document and compiler -> set "latex-workshop.latex.build.forceRecipeUsage": false, in VSCode settings.json
% "Magic" comment of the VS Code Latex-Workshop extension to set the root document, see https://github.com/James-Yu/LaTeX-Workshop/wiki/Compile#the-root-file
% !TEX root = resume-v1.tex
% "Magic" comment of the VS Code Latex-Workshop extension to set the compiler, see https://github.com/James-Yu/LaTeX-Workshop/wiki/Compile#magic-comments
% !TEX program = xelatex
\input{src/preamble.tex}
\input{src/sections.sty}
\input{src/contacts.tex}
\input{src/content.tex}
\begin{document}
\begin{center}
\name{\firstname}{\lastname}
\position{\jobtitle}
\contactsrow
\end{center}
\aboutme{\about}
\skillssection
\projectssection
\experiencesection
\twocolumnlayout{\educationsection}{\certificationssection}
\end{document}