diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-12 23:34:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-12 23:34:35 +0000 |
commit | cca6239e7726149706cc33f0eb5e025629e1655c (patch) | |
tree | 0f6ccc8e19bbd163e22d502fe544c1ba96ffa4b8 /Master/texmf-dist/tex/latex/termlist | |
parent | 7bcc6b29e853351e4a95b0aebcb6f2765450e86c (diff) |
termlist update (12jun10)
git-svn-id: svn://tug.org/texlive/trunk@18923 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/termlist')
-rw-r--r-- | Master/texmf-dist/tex/latex/termlist/termlist.sty | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/termlist/termlist.sty b/Master/texmf-dist/tex/latex/termlist/termlist.sty index f4185cd56b8..07e06f018a7 100644 --- a/Master/texmf-dist/tex/latex/termlist/termlist.sty +++ b/Master/texmf-dist/tex/latex/termlist/termlist.sty @@ -6,9 +6,9 @@ %% %% termlist.dtx (with options: `package') %% -%% Label any kind of terms with the equation counter. +%% Typeset lists of numbered terms. %% -%% Copyright 2008 Bernd Rellermeyer +%% Copyright 2008, 2010 Bernd Rellermeyer %% %% This file may be distributed and/or modified under the conditions %% of the LaTeX Project Public License, either version 1.3b of this @@ -21,7 +21,7 @@ %% version 2005/12/01 or later. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{termlist}[2008/08/18 v1.0 First release] +\ProvidesPackage{termlist}[2010/06/12 v1.1 Minor layout corrections] \def\termlabel{(\theequation)} \def\termlabelfont{\normalfont\normalcolor} \def\@termlistmklab#1{\termlabelfont #1\hfil} @@ -31,8 +31,9 @@ \list{\termlabel}{% \@nmbrlisttrue \def\@listctr{equation}% + \partopsep\z@\@plus\p@\@minus\p@ + \topsep\abovedisplayskip \leftmargin\termindent - \rightmargin\leftmargini \labelwidth\leftmargin \advance\labelwidth-\labelsep \listparindent\parindent |