more tweaks

This commit is contained in:
Michael Kohlhase 2019-01-12 10:08:27 +01:00
parent e19a8e7503
commit a616cffb90
3 changed files with 2 additions and 2 deletions

View File

@ -1346,7 +1346,7 @@
\ifwork@areas
\newcommand\task@label[3]{\task@@label{#1.#2.#3}}
\else
\newcommand\task@label[2]{\task@@label{T#1.#2}}
\newcommand\task@label[2]{\task@@label{#1.#2}}
\fi
% \end{macrocode}
% We define the keys for the task macro

Binary file not shown.

View File

@ -311,7 +311,7 @@
\ifwork@areas
\newcommand\task@label[3]{\task@@label{#1.#2.#3}}
\else
\newcommand\task@label[2]{\task@@label{T#1.#2}}
\newcommand\task@label[2]{\task@@label{#1.#2}}
\fi
\define@key{task}{id}{\def\task@id{#1}\@dmp{id=#1}}
\define@key{task}{wphases}{\def\task@wphases{#1}\@dmp{wphases=#1}}