texlive[49066] Master/texmf-dist: typed-checklist (3nov18)

commits+karl at tug.org commits+karl at tug.org
Sat Nov 3 22:07:54 CET 2018


Revision: 49066
          http://tug.org/svn/texlive?view=revision&revision=49066
Author:   karl
Date:     2018-11-03 22:07:54 +0100 (Sat, 03 Nov 2018)
Log Message:
-----------
typed-checklist (3nov18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/typed-checklist/typed-checklist.pdf
    trunk/Master/texmf-dist/source/latex/typed-checklist/typed-checklist.dtx
    trunk/Master/texmf-dist/tex/latex/typed-checklist/typed-checklist.sty

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

Modified: trunk/Master/texmf-dist/source/latex/typed-checklist/typed-checklist.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/typed-checklist/typed-checklist.dtx	2018-11-03 21:07:41 UTC (rev 49065)
+++ trunk/Master/texmf-dist/source/latex/typed-checklist/typed-checklist.dtx	2018-11-03 21:07:54 UTC (rev 49066)
@@ -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.

Modified: trunk/Master/texmf-dist/tex/latex/typed-checklist/typed-checklist.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/typed-checklist/typed-checklist.sty	2018-11-03 21:07:41 UTC (rev 49065)
+++ trunk/Master/texmf-dist/tex/latex/typed-checklist/typed-checklist.sty	2018-11-03 21:07:54 UTC (rev 49066)
@@ -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 at 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 at getsymbol{#1}}]}
 \CheckListDefineFieldFormat{list}{label}{%



More information about the tex-live-commits mailing list