1
0
Fork 0

Not outputting time range in task.sty if both values are identical

master
Mike Gerwitz 2013-08-15 13:37:55 -04:00
parent 204522f61c
commit 1411819b75
1 changed files with 7 additions and 1 deletions

View File

@ -106,7 +106,13 @@
{\goodbreak\ignorespaces} {\goodbreak\ignorespaces}
\def\@task@h#1-#2||{#1--#2} \def\@task@h#1-#2||{%
#1%
\ifnum#1=#2\else
--#2%
\fi
}
\def\@task@setregs#1-#2||{% \def\@task@setregs#1-#2||{%
\@@hmin#1\relax \@@hmin#1\relax
\@@hmax#2\relax \@@hmax#2\relax