From 1ab804644e258380a3a28a59701bf7c2e8b8a2aa Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 30 Aug 2021 20:30:02 +0000 Subject: exesheet (30aug21) git-svn-id: svn://tug.org/texlive/trunk@60373 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/exesheet/exesheet.cls | 4 ++-- Master/texmf-dist/tex/latex/exesheet/exesheet.sty | 19 ++++++++++--------- 2 files changed, 12 insertions(+), 11 deletions(-) (limited to 'Master/texmf-dist/tex') diff --git a/Master/texmf-dist/tex/latex/exesheet/exesheet.cls b/Master/texmf-dist/tex/latex/exesheet/exesheet.cls index 401c5139769..5cea657f2e6 100644 --- a/Master/texmf-dist/tex/latex/exesheet/exesheet.cls +++ b/Master/texmf-dist/tex/latex/exesheet/exesheet.cls @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2020 by Antoine Missier +%% Copyright (C) 2020-2021 by Antoine Missier %% %% This file may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.3 of this license @@ -22,7 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesClass{exesheet} - [2020/07/22 v1.0 .dtx exesheet file] + [2020/08/30 v1.1 .dtx exesheet file] \DeclareOption{notoc}{\PassOptionsToPackage{notoc}{exesheet}} \DeclareOption{nosetlist}{\PassOptionsToPackage{nosetlist}{exesheet}} diff --git a/Master/texmf-dist/tex/latex/exesheet/exesheet.sty b/Master/texmf-dist/tex/latex/exesheet/exesheet.sty index feddf525fdd..4c506a230e3 100644 --- a/Master/texmf-dist/tex/latex/exesheet/exesheet.sty +++ b/Master/texmf-dist/tex/latex/exesheet/exesheet.sty @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2020 by Antoine Missier +%% Copyright (C) 2020-2021 by Antoine Missier %% %% This file may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.3 of this license @@ -22,7 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{exesheet} - [2020/07/22 v1.0 .dtx exesheet file] + [2020/08/30 v1.1 .dtx exesheet file] \RequirePackage{ifthen} \newboolean{notoc} @@ -207,25 +207,26 @@ }{\end{enumerate}} \ifthenelse{\boolean{nosetlist}}{ - \NewTasks[counter-format=tsk[1]., + \NewTasksEnvironment[label=1., column-sep=1em, - after-item-skip=0.5ex plus 0.5ex minus 0.5ex]{tablenum}[\item](2) - \NewTasks[counter-format=(tsk[a]), + after-item-skip=0.5ex plus 0.5ex minus 0.5ex]{tablenum1}[\item](2) + \NewTasksEnvironment[label=(a), column-sep=1em,label-align=right, item-indent=2.15em,label-width=1.6em,label-offset=0.5em, after-item-skip=0.5ex plus 0.5ex minus 0.5ex]{tablenuma}[\item](2) }{% by default - \NewTasks[counter-format=tsk[1].,label-format=\bfseries, + \NewTasksEnvironment[label=1.,label-format=\bfseries, column-sep=1em,label-align=right, item-indent=1.5em,label-width=1em,label-offset=0.5em, - after-item-skip=0.5ex plus 0.5ex minus 0.5ex]{tablenum}[\item](2) - \NewTasks[counter-format=(tsk[a]),label-format=\bfseries, + after-item-skip=0.5ex plus 0.5ex minus 0.5ex]{tablenum1}[\item](2) + \NewTasksEnvironment[label=(a),label-format=\bfseries, column-sep=1em,label-align=right, item-indent=2.15em,label-width=1.6em,label-offset=0.5em, after-item-skip=0.5ex plus 0.5ex minus 0.5ex]{tablenuma}[\item](2) } +\PackageWarning{exesheet}{Environment tablenum is deprecated and replaced by tablenum1} -\NewTasks[label=\labelitemi, +\NewTasksEnvironment[label=\labelitemi, label-align=right, item-indent=2.3333em,label-offset=0.5em, after-item-skip=0.5ex plus 0.5ex minus 0.5ex]{tablitem}[\item](2) -- cgit v1.2.3