Skip to content
Snippets Groups Projects
Commit db03e362 authored by rohieb's avatar rohieb
Browse files

LaTeX-Package: \novote, \postponed, \withdrawn für TOPs ohne Beschluss,...

LaTeX-Package: \novote, \postponed, \withdrawn für TOPs ohne Beschluss, vertagte oder zurückgezogene TOPs
parent 9724fa3a
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,18 @@
\newcommand{\consensus}[1]{%
\marginpar{\footnotesize #1}%
}
%% no vote at all, disagreement
\newcommand{\novote}{%
\marginpar{\footnotesize Kein Beschluss}%
}
%% postponed agenda items
\newcommand{\postponed}{%
\marginpar{\footnotesize Beschluss vertagt}%
}
%% withdrawn agenda items
\newcommand{\withdrawn}{%
\marginpar{\footnotesize TOP zurückgezogen}%
}
\RequirePackage{fancyhdr}
\RequirePackage{lastpage}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment