-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.tex
35 lines (34 loc) · 991 Bytes
/
resume.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
% !TEX engine = xelatex
%
% ===================================== Metadata =====================================
% Use the resume.cls as the documentclass
\documentclass[]{resume}%
%
% Use the fancyhdr package to have custom headers and footers
\usepackage{fancyhdr}%
%
% Set the pagestyle to fancy, i.e. custom headers and footers
\pagestyle{fancy}%
%
%
% Set the right footer to the page number
\rfoot{Page \thepage{}\hspace{1pt}}%
%
% ===================================== Document =====================================
%
% Begin the document
\begin{document}%
%
% Use the custom last updated command to display the last updated date
% Page
% +------------------------------------------------>
% |
% | +------------+
% | | Last |
% | | Updated |
% | +------------+
% |
%
\input{processor/python-data.tex}
% End the document
\end{document}%