Clean up code a bit

This commit is contained in:
zool 2015-10-24 17:20:18 +02:00
parent 432d26110b
commit a6212b148a

View File

@ -12,7 +12,7 @@
\usepackage{multicol} \usepackage{multicol}
\setlength{\columnsep}{-3.5cm} \setlength{\columnsep}{-3.5cm}
% No page numbers % No page numbers
\pagenumbering{gobble} % \pagenumbering{gobble}
% LANGUAGE % LANGUAGE
%-------------------------------- %--------------------------------
@ -26,13 +26,9 @@ $endif$
\usepackage{fontspec} \usepackage{fontspec}
\usepackage{xunicode} \usepackage{xunicode}
\usepackage{xltxtra} \usepackage{xltxtra}
% converts LaTeX specials (quotes, dashes etc.) to Unicode % converts LaTeX specials (quotes, dashes etc.) to Unicode
\defaultfontfeatures{Mapping=tex-text} \defaultfontfeatures{Mapping=tex-text}
\setromanfont [Ligatures={Common}, Numbers={OldStyle}]{$mainfont$} \setromanfont [Ligatures={Common}, Numbers={OldStyle}]{$mainfont$}
% \setmonofont[Scale=0.8]{$monofont$}
% \setsansfont[Scale=0.9]{$sansfont$}
% Custom ampersand % Custom ampersand
\newcommand{\amper}{{\fontspec[Scale=.95]{$mainfont$}\selectfont\itshape\&}} \newcommand{\amper}{{\fontspec[Scale=.95]{$mainfont$}\selectfont\itshape\&}}
@ -78,10 +74,7 @@ $endfor$
\end{multicols} \end{multicols}
\vfill \vfill
% \bigskip
% \hrule
$intro$ $intro$
\subsection*{Areas of Interest} \subsection*{Areas of Interest}
@ -92,7 +85,7 @@ $endfor$
\end{itemize} \end{itemize}
\vfill \vfill
%%\hrule
\section*{Previous Experience} \section*{Previous Experience}
\noindent \noindent
$for(experience)$ $for(experience)$
@ -101,7 +94,6 @@ $for(experience)$
$experience.city$\\[.2cm] $experience.city$\\[.2cm]
$endfor$ $endfor$
%\hrule
\section*{Education} \section*{Education}
\noindent \noindent
$for(education)$ $for(education)$
@ -110,10 +102,6 @@ $for(education)$
$endfor$ $endfor$
%\hrule
%\vspace{1cm}
\vfill{} \vfill{}
%\hrulefill
\end{document} \end{document}