Revise margins
This commit is contained in:
parent
63da1a437e
commit
bb0565cef5
@ -50,5 +50,5 @@ education:
|
|||||||
mainfont: Hoefler Text
|
mainfont: Hoefler Text
|
||||||
fontsize: 10pt
|
fontsize: 10pt
|
||||||
lang: English
|
lang: English
|
||||||
geometry: a4paper, textwidth=5.5in, textheight=8.5in, marginparsep=7pt, marginparwidth=.6in
|
geometry: a4paper, left=35mm, right=35mm, top=51mm, bottom=17mm
|
||||||
---
|
---
|
||||||
|
23
template.tex
23
template.tex
@ -65,7 +65,9 @@ $endif$
|
|||||||
|
|
||||||
{\LARGE $name$}\\[.2cm]
|
{\LARGE $name$}\\[.2cm]
|
||||||
|
|
||||||
|
$if(urls)$
|
||||||
\begin{multicols}{2}
|
\begin{multicols}{2}
|
||||||
|
$endif$
|
||||||
|
|
||||||
$for(address)$
|
$for(address)$
|
||||||
$address$\\
|
$address$\\
|
||||||
@ -76,26 +78,35 @@ $endfor$
|
|||||||
$phone$\\
|
$phone$\\
|
||||||
\href{mailto:$email$}{$email$}\\
|
\href{mailto:$email$}{$email$}\\
|
||||||
|
|
||||||
|
|
||||||
|
$if(urls)$
|
||||||
\columnbreak
|
\columnbreak
|
||||||
|
|
||||||
$for(urls)$
|
$for(urls)$
|
||||||
\href{http://$urls$}{$urls$}\\
|
\href{http://$urls$}{$urls$}\\
|
||||||
$endfor$
|
$endfor$
|
||||||
\end{multicols}
|
\end{multicols}
|
||||||
|
$endif$
|
||||||
|
|
||||||
% \vfill
|
\vspace{30pt}
|
||||||
|
|
||||||
|
$if(intro)$
|
||||||
$intro$
|
$intro$
|
||||||
|
$endif$
|
||||||
|
|
||||||
\subsection*{Areas of Interest}
|
% \subsection*{Areas of Interest}
|
||||||
|
$if(skills)$
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
$for(skills)$
|
$for(skills)$
|
||||||
\item $skills$
|
\item $skills$
|
||||||
$endfor$
|
$endfor$
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
$endif$
|
||||||
|
|
||||||
% \vfill
|
% \vfill
|
||||||
|
|
||||||
|
\vspace{25pt}
|
||||||
|
|
||||||
\section*{Previous Experience}
|
\section*{Previous Experience}
|
||||||
\noindent
|
\noindent
|
||||||
$for(experience)$
|
$for(experience)$
|
||||||
@ -104,12 +115,14 @@ $for(experience)$
|
|||||||
$experience.city$\\[.2cm]
|
$experience.city$\\[.2cm]
|
||||||
$endfor$
|
$endfor$
|
||||||
|
|
||||||
|
$if(education)$
|
||||||
\section*{Education}
|
\section*{Education}
|
||||||
\noindent
|
\noindent
|
||||||
$for(education)$
|
$for(education)$
|
||||||
\note{$education.year$}\textbf{$education.subject$}$if(education.degree)$, $education.degree$$endif$\\
|
\note{$education.year$}\textbf{$education.subject$}$if(education.degree)$, $education.degree$$endif$\\
|
||||||
\emph{$education.institute$}$if(education.city)$, $education.city$$endif$\\[.2cm]
|
\emph{$education.institute$}$if(education.city)$, $education.city$$endif$\\[.2cm]
|
||||||
$endfor$
|
$endfor$
|
||||||
|
$endif$
|
||||||
|
|
||||||
$if(languages)$
|
$if(languages)$
|
||||||
\section*{Languages}
|
\section*{Languages}
|
||||||
|
Loading…
Reference in New Issue
Block a user