From 704cbd1c4fc3dde47e627ad9351ca830195aa3b0 Mon Sep 17 00:00:00 2001 From: Markus Scheller <mscheller@asta.rwth-aachen.de> Date: Thu, 1 Mar 2018 16:03:44 +0100 Subject: [PATCH] Bugfix: Variable no.1 of the Beschluss command is now empty and not `\empty` close protokollsystem/proto3#165 --- templates/protokoll2.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/protokoll2.cls b/templates/protokoll2.cls index 75f0168..0c7a630 100644 --- a/templates/protokoll2.cls +++ b/templates/protokoll2.cls @@ -252,4 +252,4 @@ % 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} +\newcommand{\Beschluss}[2][]{\textbf{Beschluss:} #2 \def\temp{#1}\ifx\temp\empty\else\textit{(#1)}\fi} -- GitLab