From 2abb5ee13871a4948e73d3a9086072b6b779e5f9 Mon Sep 17 00:00:00 2001 From: Mateja Date: Wed, 1 Sep 2021 22:24:51 +0200 Subject: Fix annoying warnings. --- cv.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cv.tex b/cv.tex index 937f3a4..4edba02 100644 --- a/cv.tex +++ b/cv.tex @@ -4,7 +4,7 @@ % Change the font if you want to, depending on whether % you're using pdflatex or xelatex/lualatex -\ifxetexorluatex +\ifxetexorluatex{} % If using xelatex or lualatex: \setmainfont{Lato} \else @@ -54,7 +54,7 @@ %\phone{+000 00 000 0000} } -\makecvheader +\makecvheader{} %% Depending on your tastes, you may want to make fonts of itemize environments slightly smaller \AtBeginEnvironment{itemize}{\small} @@ -82,7 +82,7 @@ \item Registration and login system provides users with the ability to see their orders. \end{itemize} -\divider +\divider{} \cvsubsection{GNU/Linux Administration} @@ -131,10 +131,10 @@ \cvsection{Education} -\cvevent{B.A.Sc in New Computer Technologies}{School of Electrical and Computer Engineering of Applied Studies}{2019 -- 2022 (Expected)}{Belgrade, Serbia} +\cvevent{B.A.Sc in New Computer Technologies}{School of Electrical and Computer Engineering of Applied Studies}{2019 --- 2022 (Expected)}{Belgrade, Serbia} -\divider +\divider{} -\cvevent{Computer Electrotechnician}{Electrical Engineering High School ``Nikola Tesla''}{2015 -- 2019}{Belgrade, Serbia} +\cvevent{Computer Electrotechnician}{Electrical Engineering High School ``Nikola Tesla''}{2015 --- 2019}{Belgrade, Serbia} \end{document} -- cgit v1.2.3