texlive[55104] Master/texmf-dist: tasks (11may20)

commits+karl at tug.org commits+karl at tug.org
Mon May 11 22:48:36 CEST 2020


Revision: 55104
          http://tug.org/svn/texlive?view=revision&revision=55104
Author:   karl
Date:     2020-05-11 22:48:36 +0200 (Mon, 11 May 2020)
Log Message:
-----------
tasks (11may20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/tasks/README
    trunk/Master/texmf-dist/doc/latex/tasks/tasks-manual.pdf
    trunk/Master/texmf-dist/tex/latex/tasks/tasks.sty

Modified: trunk/Master/texmf-dist/doc/latex/tasks/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tasks/README	2020-05-11 20:48:13 UTC (rev 55103)
+++ trunk/Master/texmf-dist/doc/latex/tasks/README	2020-05-11 20:48:36 UTC (rev 55104)
@@ -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,12 +11,12 @@
 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'.
 
@@ -23,7 +23,8 @@
 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

Modified: trunk/Master/texmf-dist/doc/latex/tasks/tasks-manual.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/tex/latex/tasks/tasks.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tasks/tasks.sty	2020-05-11 20:48:13 UTC (rev 55103)
+++ trunk/Master/texmf-dist/tex/latex/tasks/tasks.sty	2020-05-11 20:48:36 UTC (rev 55104)
@@ -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



More information about the tex-live-commits mailing list.