Rename template.tex to template.latex
This commit is contained in:
parent
852790252d
commit
9e1f4d6723
|
@ -65,11 +65,11 @@
|
||||||
\definecolor{light-gray}{gray}{0.55}
|
\definecolor{light-gray}{gray}{0.55}
|
||||||
|
|
||||||
%FONTS
|
%FONTS
|
||||||
\setmainfont{EB Garamond}
|
\setmainfont{Cormorant Garamond}
|
||||||
\newfontfamily{\hlight}[UprightFont={* Light}]{EB Garamond}
|
\newfontfamily{\hlight}[UprightFont={* Light}]{Cormorant Garamond}
|
||||||
%\defaultfontfeatures{Mapping=tex-text} % converts LaTeX specials (``quotes'' --- dashes etc.) to unicode
|
%\defaultfontfeatures{Mapping=tex-text} % converts LaTeX specials (``quotes'' --- dashes etc.) to unicode
|
||||||
\defaultfontfeatures{
|
\defaultfontfeatures{
|
||||||
Path = /usr/local/texmf-dist/fonts/opentype/public/fontawesome/ }
|
Path = /usr/local/share/texmf-dist/fonts/opentype/public/fontawesome/ }
|
||||||
\usepackage{fontawesome} % glyphs for contact info
|
\usepackage{fontawesome} % glyphs for contact info
|
||||||
|
|
||||||
% CUSTOM COMMANDS
|
% CUSTOM COMMANDS
|
||||||
|
@ -203,7 +203,7 @@
|
||||||
\renewcommand\arraystretch{1.25}
|
\renewcommand\arraystretch{1.25}
|
||||||
\contactinfo
|
\contactinfo
|
||||||
\begin{tabular}[b]{@{}cl@{}}
|
\begin{tabular}[b]{@{}cl@{}}
|
||||||
\faEnvelopeO & \href{mailto:$email$}{$email$}\\ %{}
|
\faEnvelope & \href{mailto:$email$}{$email$}\\ %{}
|
||||||
\faPhone & $phone$\\
|
\faPhone & $phone$\\
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
\end{minipage}
|
\end{minipage}
|
||||||
|
@ -313,6 +313,16 @@ $endfor$
|
||||||
\spacerule
|
\spacerule
|
||||||
$endfor$
|
$endfor$
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
|
|
||||||
|
% LANGUAGES
|
||||||
|
\section{languages}
|
||||||
|
%
|
||||||
|
\setlength{\parskip}{1mm}
|
||||||
|
$for(languages)$
|
||||||
|
\emphasized{$languages.language$} -- \lightbf{$languages.proficiency$} \\
|
||||||
|
\smallskip
|
||||||
|
%
|
||||||
|
$endfor$
|
||||||
%
|
%
|
||||||
%\section{publications}
|
%\section{publications}
|
||||||
%\vspace{-0.5em}
|
%\vspace{-0.5em}
|
Loading…
Reference in New Issue