-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
44 lines (39 loc) · 1.51 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
%============================================================================%
% DOCUMENT DEFINITIONS
%============================================================================%
\documentclass[10pt,a4paper]{article}
%============================================================================%
% CUSTOM PACKAGES
%============================================================================%
\usepackage{preamble}
\usepackage{resumeCommands}
\hypersetup{
pdftitle={Resume - Venkatesh SM (Developer/DevOps Engineer)},
pdfauthor={Venkatesh SM (VenkiVijay)},
pdfcreator={Venkatesh SM (VenkiVijay)},
pdfkeywords={Resume} {DevOps Engineer} {Developer} {Venkatesh SM} {VenkiVijay},
pdfnewwindow=true,
}
%============================================================================%
% DOCUMENT CONTENT
%============================================================================%
\begin{document}
\columnratio{0.3}
\setlength{\columnsep}{2.2em}
\setlength{\columnseprule}{4pt}
\colseprulecolor{lightcol}
\begin{paracol}{2}
%============================================================================%
% LEFT COLUMN
%============================================================================%
\begin{leftcolumn}
\import{./}{leftColumn.tex}
\end{leftcolumn}
%============================================================================%
% RIGHT COLUMN
%============================================================================%
\begin{rightcolumn}
\import{./}{rightColumn.tex}
\end{rightcolumn}
\end{paracol}
\end{document}