diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/termlist/termlist.sty')
-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 |