diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-03 21:07:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-03 21:07:54 +0000 |
commit | e0fba477b7614dae0067d85728e716a4f930b98a (patch) | |
tree | 6ac7d4044759f7000eabbc1ab8341fdd574f2c7c /Master/texmf-dist/source | |
parent | d5bcf18e3fdd1bce2d330cb59e1bb9bbeebe1625 (diff) |
typed-checklist (3nov18)
git-svn-id: svn://tug.org/texlive/trunk@49066 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/typed-checklist/typed-checklist.dtx | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{typed-checklist} %<*package> - [2018/10/29 v1.5 A package for layouting checklists] + [2018/10/31 v1.5b A package for layouting checklists] %</package> % %<*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. |