From 675bcc9067ccef91624a9eca025506a4ce1d37b3 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 12 May 2020 03:03:03 +0000 Subject: CTAN sync 202005120303 --- macros/latex/contrib/tasks/README | 11 ++++++----- macros/latex/contrib/tasks/tasks-manual.pdf | Bin 464408 -> 464450 bytes macros/latex/contrib/tasks/tasks.sty | 13 +++++++++---- 3 files changed, 15 insertions(+), 9 deletions(-) (limited to 'macros/latex/contrib/tasks') diff --git a/macros/latex/contrib/tasks/README b/macros/latex/contrib/tasks/README index 5b7fce5020..d597763e70 100644 --- a/macros/latex/contrib/tasks/README +++ b/macros/latex/contrib/tasks/README @@ -1,5 +1,5 @@ -------------------------------------------------------------------------- -the TASKS package v1.2a 2020/04/19 +the TASKS package v1.2b 2020/05/11 lists with columns filled horizontally @@ -11,19 +11,20 @@ E-Mail: contact@mychemistry.eu Copyright 2013--2020 Clemens Niederberger This work may be distributed and/or modified under the -conditions of the LaTeX Project Public License, either version 1.3 +conditions of the LaTeX Project Public License, either version 1.3c of this license or (at your option) any later version. The latest version of this license is in http://www.latex-project.org/lppl.txt -and version 1.3 or later is part of all distributions of LaTeX -version 2005/12/01 or later. +and version 1.3c or later is part of all distributions of LaTeX +version 2008/05/04 or later. This work has the LPPL maintenance status `maintained'. The Current Maintainer of this work is Clemens Niederberger. -------------------------------------------------------------------------- The tasks package consists of the files - - tasks.sty, tasks.cfg, tasks_en.tex, task_en.pdf + - tasks.sty, tasks.cfg + - tasks-manual.tex, task-manual.pdf, task-manual.cls - README -------------------------------------------------------------------------- If you have any ideas, questions, suggestions or bugs to report, please diff --git a/macros/latex/contrib/tasks/tasks-manual.pdf b/macros/latex/contrib/tasks/tasks-manual.pdf index 415cd6178b..708bc9b981 100644 Binary files a/macros/latex/contrib/tasks/tasks-manual.pdf and b/macros/latex/contrib/tasks/tasks-manual.pdf differ diff --git a/macros/latex/contrib/tasks/tasks.sty b/macros/latex/contrib/tasks/tasks.sty index 31db9fe1ea..22ac99035b 100644 --- a/macros/latex/contrib/tasks/tasks.sty +++ b/macros/latex/contrib/tasks/tasks.sty @@ -28,10 +28,10 @@ \RequirePackage {expl3,xparse,xtemplate} \ExplSyntaxOn -\tl_const:Nn \c_tasks_date_tl {2020/04/19} +\tl_const:Nn \c_tasks_date_tl {2020/05/11} \tl_const:Nn \c_tasks_version_major_number_tl {1} \tl_const:Nn \c_tasks_version_minor_number_tl {2} -\tl_const:Nn \c_tasks_version_subrelease_tl {a} +\tl_const:Nn \c_tasks_version_subrelease_tl {b} \tl_const:Nx \c_tasks_version_number_tl { \c_tasks_version_major_number_tl . @@ -675,7 +675,10 @@ } % -------------------------------------------------------------------------- - +% #1: item separator +% #2: options +% #3: number of columns +% #4: environment body \cs_new_protected:Npn \tasks_body:nnnn #1#2#3#4 { \int_gincr:N \g__tasks_env_int @@ -687,11 +690,11 @@ \vskip-\baselineskip \hrule\@height\z@ } + \keys_set:nn {tasks/list} {#2} \dim_compare:nNnF { \l__tasks_before_list_skip } = {0pt} { \vspace {\l__tasks_before_list_skip} } \list {} { - \keys_set:nn {tasks/list} {#2} \dim_set:Nn \leftmargin {0pt} \dim_set:Nn \rightmargin {0pt} } @@ -859,3 +862,5 @@ - \tasksifmeasuringTF - new option `counter' - rename manual files +2020/04/19 v1.2a - only use arabic numbers for \theHtask +2020/05/11 v1.2b - options are set to late for `before-skip' -- fixed -- cgit v1.2.3