itmz
This commit is contained in:
parent
c557e57ca6
commit
f1d793cd7a
1 changed files with 10 additions and 1 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue