This commit is contained in:
Marc Beninca 2020-10-17 22:09:46 +02:00
parent c557e57ca6
commit f1d793cd7a

View file

@ -56,12 +56,21 @@ bmargin=20mm,lmargin=20mm,rmargin=20mm,tmargin=20mm]{geometry}
\usepackage[sorting=anyt]{biblatex}
\bibliography{\name}
% simple commands
% commands
\newcommand{\hr}{\rule{\textwidth}{1pt}}
\newcommand{\hrq}{\rule{.25\textwidth}{1pt}}
% environments
\newenvironment{itmz}{\begin{itemize}
%\setlength{\itemsep}{0em}
%\setlength{\parsep}{0em}
%\setlength{\parskip}{0em}
}{\end{itemize}}
% handle multiple languages
\newcommand{\ifstreq}[4]{\expandafter\ifstrequal\expandafter{#1}{#2}{#3}{#4}}