From e0fba477b7614dae0067d85728e716a4f930b98a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 3 Nov 2018 21:07:54 +0000 Subject: typed-checklist (3nov18) git-svn-id: svn://tug.org/texlive/trunk@49066 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/typed-checklist/typed-checklist.pdf | Bin 402072 -> 401991 bytes .../latex/typed-checklist/typed-checklist.dtx | 8 ++++---- .../tex/latex/typed-checklist/typed-checklist.sty | 7 +++---- 3 files changed, 7 insertions(+), 8 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/typed-checklist/typed-checklist.pdf b/Master/texmf-dist/doc/latex/typed-checklist/typed-checklist.pdf index b5fd26a29de..6565215e3c3 100644 Binary files a/Master/texmf-dist/doc/latex/typed-checklist/typed-checklist.pdf and b/Master/texmf-dist/doc/latex/typed-checklist/typed-checklist.pdf differ diff --git a/Master/texmf-dist/source/latex/typed-checklist/typed-checklist.dtx b/Master/texmf-dist/source/latex/typed-checklist/typed-checklist.dtx index eb5f516da18..28c61c6c751 100644 --- a/Master/texmf-dist/source/latex/typed-checklist/typed-checklist.dtx +++ b/Master/texmf-dist/source/latex/typed-checklist/typed-checklist.dtx @@ -22,7 +22,7 @@ %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{typed-checklist} %<*package> - [2018/10/29 v1.5 A package for layouting checklists] + [2018/10/31 v1.5b A package for layouting checklists] % % %<*driver> @@ -1244,11 +1244,11 @@ % \changes{v1.3b}{2015/07/26}{Removed dependency on \textsf{paralist} % package} % \changes{v1.5}{2018/10/29}{Improve left alignment of entry text in list layout} +% \changes{v1.5b}{2018/10/31}{Fix for list layout (changed to itemize)} % \begin{macrocode} \CheckListDeclareLayout{list}{status,label,description,who,deadline,END}% - {\bgroup\topsep=\medskipamount\itemsep=0pt\description - \advance\labelsep by-0.5em}% - {\enddescription\egroup} + {\bgroup\topsep=\medskipamount\itemsep=0pt\itemize}% + {\enditemize\egroup} % \end{macrocode} % The checklist entry starts with the status symbol, which opens up a % new list item. diff --git a/Master/texmf-dist/tex/latex/typed-checklist/typed-checklist.sty b/Master/texmf-dist/tex/latex/typed-checklist/typed-checklist.sty index fd203185a53..374a2b64838 100644 --- a/Master/texmf-dist/tex/latex/typed-checklist/typed-checklist.sty +++ b/Master/texmf-dist/tex/latex/typed-checklist/typed-checklist.sty @@ -20,7 +20,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{typed-checklist} - [2018/10/29 v1.5 A package for layouting checklists] + [2018/10/31 v1.5b A package for layouting checklists] \RequirePackage{xkeyval} \define@boolkey{typed-checklist.sty}[tchklst@]{withAsciilist}{} \ProcessOptionsX @@ -206,9 +206,8 @@ \CheckListAddStatus{Artifact}{dropped}{true}{{\small$\dagger$}} \RequirePackage{marginnote} \CheckListDeclareLayout{list}{status,label,description,who,deadline,END}% - {\bgroup\topsep=\medskipamount\itemsep=0pt\description - \advance\labelsep by-0.5em}% - {\enddescription\egroup} + {\bgroup\topsep=\medskipamount\itemsep=0pt\itemize}% + {\enditemize\egroup} \CheckListDefineFieldFormat{list}{status}% {\item[{\normalfont\tchklst@getsymbol{#1}}]} \CheckListDefineFieldFormat{list}{label}{% -- cgit v1.2.3