Skip to content
Snippets Groups Projects
Commit 704cbd1c authored by markus scheller's avatar markus scheller
Browse files

Bugfix: Variable no.1 of the Beschluss command is now empty and not `\empty`

close #165
parent bdee3ceb
No related branches found
No related tags found
No related merge requests found
...@@ -252,4 +252,4 @@ ...@@ -252,4 +252,4 @@
% Styling der Todo und Beschlusstags im Protokoll % Styling der Todo und Beschlusstags im Protokoll
\newcommand{\Todo}[4]{\textbf{{#1}}: #2: #3 -- #4} \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}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment