summary refs log tree commit diff stats
path: root/headers/preamble_local.tex
blob: 2c6b827a4dcd1a2d14494648435427eadd6a7d1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\usepackage{nag}

\NewDocumentCommand{\Verein}{}{Vereinsname}

\NewDocumentCommand{\sils}{O{} m}{
	\todo[fancyline,color=green!15, #1]{#2}
}
\NewDocumentCommand{\bpeetz}{O{} m}{
	\todo[fancyline,color=blue!15, #1]{#2}
}

\newcounter{para}

\NewDocumentCommand{\paracount}{}{
	\stepcounter{para}
	\paragraph{(\arabic{para})}
}

\NewDocumentCommand{\sectionc}{m}{
	\section{#1}
	\setcounter{para}{0}
}

\usepackage{enumitem} % For the enumerations with letters