diff options
author | Mateja <mail@matejamaric.com> | 2021-09-01 22:24:51 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-09-01 22:24:51 +0200 |
commit | 2abb5ee13871a4948e73d3a9086072b6b779e5f9 (patch) | |
tree | 480c449cc3fad2de07e3d8fb7bf4e1c8121564a6 | |
parent | 57904a039a17dd2433b974086173f857bc488091 (diff) | |
download | cv-2abb5ee13871a4948e73d3a9086072b6b779e5f9.tar.gz cv-2abb5ee13871a4948e73d3a9086072b6b779e5f9.zip |
Fix annoying warnings.
-rw-r--r-- | cv.tex | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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} |