texlive[52306] Master/texmf-dist: tasks (6oct19)

commits+karl at tug.org commits+karl at tug.org
Sun Oct 6 22:07:46 CEST 2019


Revision: 52306
          http://tug.org/svn/texlive?view=revision&revision=52306
Author:   karl
Date:     2019-10-06 22:07:45 +0200 (Sun, 06 Oct 2019)
Log Message:
-----------
tasks (6oct19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/tasks/README
    trunk/Master/texmf-dist/doc/latex/tasks/tasks_en.pdf
    trunk/Master/texmf-dist/doc/latex/tasks/tasks_en.tex
    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	2019-10-06 20:07:29 UTC (rev 52305)
+++ trunk/Master/texmf-dist/doc/latex/tasks/README	2019-10-06 20:07:45 UTC (rev 52306)
@@ -1,5 +1,5 @@
 --------------------------------------------------------------------------
-the TASKS package v1.0 2019/10/04
+the TASKS package v1.0a 2019/10/05
 
   horizontally columned lists
 

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

Modified: trunk/Master/texmf-dist/doc/latex/tasks/tasks_en.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tasks/tasks_en.tex	2019-10-06 20:07:29 UTC (rev 52305)
+++ trunk/Master/texmf-dist/doc/latex/tasks/tasks_en.tex	2019-10-06 20:07:45 UTC (rev 52306)
@@ -98,13 +98,13 @@
 customization.
 
 \subsection{Changes}
-The step to version~1.0 brought some significant changes:
+The¸sinceversion{1.0} step to version~1.0 brought some significant changes:
 \begin{itemize}
   \item the option \option{counter-format} is deprecated.  Labels can now be
     set quite similar to the way they are set in \pkg{enumitem}.  This also
-    made the \code{emuerate} option of the list template superfluous which has
+    made the \code{enumerate} option of the list template superfluous which has
     been removed accordingly.
-  \item The commands \cs{NewTasks} and \cs{RenewTasks} have ben renamed.
+  \item The commands \cs{NewTasks} and \cs{RenewTasks} have been renamed.
   \item The multiple choice lists have been removed.
   \item Custom definitions can be put in a \code{tasks.cfg} file which is
     automatically loaded if available.

Modified: trunk/Master/texmf-dist/tex/latex/tasks/tasks.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tasks/tasks.sty	2019-10-06 20:07:29 UTC (rev 52305)
+++ trunk/Master/texmf-dist/tex/latex/tasks/tasks.sty	2019-10-06 20:07:45 UTC (rev 52306)
@@ -28,10 +28,10 @@
 \RequirePackage {expl3,xparse,xtemplate}
 \ExplSyntaxOn
 
-\tl_const:Nn \c_tasks_date_tl                 {2019/10/04}
+\tl_const:Nn \c_tasks_date_tl                 {2019/10/05}
 \tl_const:Nn \c_tasks_version_major_number_tl {1}
 \tl_const:Nn \c_tasks_version_minor_number_tl {0}
-\tl_const:Nn \c_tasks_version_subrelease_tl   {}
+\tl_const:Nn \c_tasks_version_subrelease_tl   {a}
 \tl_const:Nx \c_tasks_version_number_tl
   {
     \c_tasks_version_major_number_tl .
@@ -77,7 +77,7 @@
   {
     You've~ tried~ setting~ #1~ `#2'~ \msg_line_context: .~ However,~
     #1~ `#2'~ is~ deprecated.~
-    \tl_if_blank:nF {#2} {Please~ use~ #1~ `#3'~ instead.~}
+    \tl_if_blank:nF {#3} {Please~ use~ #1~ `#3'~ instead.~}
     Refer~ to~ the~ manual~ for~ details.
   }
 
@@ -610,7 +610,7 @@
     style            .tl_set:N   = \l__tasks_instance_tl ,
     style            .initial:n  = alphabetize ,
     counter-format   .code:n     =
-      \msg_warning:nnnn {tasks} {deprecated} {option} {counter-format} {label}
+      \msg_warning:nnnnn {tasks} {deprecated} {option} {counter-format} {label}
       \keys_set:nn {tasks/list} { label = #1 } ,
     label            .code:n     =
       \bool_set_true:N \l__tasks_custom_label_bool
@@ -805,3 +805,4 @@
                   - no default multiple choice any more
                   - rename \NewTasks and \RenewTasks
                   - the option `counter-format' is deprecated
+2019/10/05 v1.0a  - fix small bug in deprecation message



More information about the tex-live-commits mailing list