From 0238c9b2ffd6e7561ed14d21f69db7ab7d3e4d70 Mon Sep 17 00:00:00 2001 From: Markus Scheller <scheller_m@live.de> Date: Sat, 17 Feb 2018 22:24:03 +0100 Subject: [PATCH] =?UTF-8?q?Einf=C3=BChren=20der=20neuen=20Styling-Funktion?= =?UTF-8?q?en=20Todo=20und=20Beschluss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close protokollsystem/proto3#165 --- templates/protokoll2.cls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/protokoll2.cls b/templates/protokoll2.cls index 9acc5a8..75f0168 100644 --- a/templates/protokoll2.cls +++ b/templates/protokoll2.cls @@ -250,3 +250,6 @@ \newcommand{\PE}[2]{\textbf{Persönliche Erklärung von #1:}\\\emph{\glqq{}#2\grqq{}}\\} +% Styling der Todo und Beschlusstags im Protokoll +\newcommand{\Todo}[4]{\textbf{{#1}}: #2: #3 -- #4} +\newcommand{\Beschluss}[2][\empty]{\textbf{Beschluss:} #2 \def\temp{#1}\ifx\temp\empty\else\textit{(#1)}\fi} -- GitLab