From 37778869d20a42439b123bb0c553953f716886b1 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 6 Oct 2019 03:01:15 +0000 Subject: CTAN sync 201910060301 --- macros/latex/contrib/tasks/README | 2 +- macros/latex/contrib/tasks/tasks.sty | 9 +++++---- macros/latex/contrib/tasks/tasks_en.pdf | Bin 448511 -> 448517 bytes macros/latex/contrib/tasks/tasks_en.tex | 6 +++--- 4 files changed, 9 insertions(+), 8 deletions(-) (limited to 'macros/latex/contrib/tasks') diff --git a/macros/latex/contrib/tasks/README b/macros/latex/contrib/tasks/README index 190287819c..fd70c08428 100644 --- a/macros/latex/contrib/tasks/README +++ b/macros/latex/contrib/tasks/README @@ -1,5 +1,5 @@ -------------------------------------------------------------------------- -the TASKS package v1.0 2019/10/04 +the TASKS package v1.0a 2019/10/05 horizontally columned lists diff --git a/macros/latex/contrib/tasks/tasks.sty b/macros/latex/contrib/tasks/tasks.sty index 26260ba6a2..8fbdf9473f 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 {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 diff --git a/macros/latex/contrib/tasks/tasks_en.pdf b/macros/latex/contrib/tasks/tasks_en.pdf index fb9d209ea2..99e6084ad3 100644 Binary files a/macros/latex/contrib/tasks/tasks_en.pdf and b/macros/latex/contrib/tasks/tasks_en.pdf differ diff --git a/macros/latex/contrib/tasks/tasks_en.tex b/macros/latex/contrib/tasks/tasks_en.tex index 25f5353eee..7a5123f460 100644 --- a/macros/latex/contrib/tasks/tasks_en.tex +++ b/macros/latex/contrib/tasks/tasks_en.tex @@ -98,13 +98,13 @@ better off using traditional \LaTeX{} lists and the \pkg{enumitem} package for 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. -- cgit v1.2.3