diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/ellipsis/ellipsis.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/ellipsis/ellipsis.sty | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/latex/ellipsis/ellipsis.sty b/Master/texmf-dist/tex/latex/ellipsis/ellipsis.sty index 8eba8ffa631..481bbf0bb84 100644 --- a/Master/texmf-dist/tex/latex/ellipsis/ellipsis.sty +++ b/Master/texmf-dist/tex/latex/ellipsis/ellipsis.sty @@ -6,23 +6,29 @@ %% %% ellipsis.dtx (with options: `package') %% -%% This is a generated file. +%% ellipsis -- fixes spacing around ellipses (three dots) %% -%% Copyright (C) 2003 by Peter Heslin <p.j.heslin@dur.ac.uk> -%% -%% This file may be distributed and/or modified under the conditions of -%% the LaTeX Project Public License, either version 1.2 of this license -%% or (at your option) any later version. The latest version of this +%% +%% Copyright (C) 2003-2020 by Peter Heslin <p.j.heslin@dur.ac.uk> +%% --------------------------------------------------------------------- +%% +%% This work may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, version 1.3c of the license +%% or (at your option) any later version. The latest version of this %% license is in: -%% -%% http://www.latex-project.org/lppl.txt -%% -%% and version 1.2 or later is part of all distributions of LaTeX version -%% 1999/12/01 or later. -%% +%% +%% http://www.latex-project.org/lppl.txt +%% +%% and version 1.3c or later is part of all distributions of +%% LaTeX version 2005/12/01 or later. +%% +%% This work has the LPPL maintenance status "author-maintained". +%% +%% The current maintainer and author of this work is Peter Heslin. +%% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{ellipsis} - [2020/5/22 v1.7 ellipsis: fixes spacing around \dots] +\ProvidesPackage{ellipsis}% + [2020/05/22 v1.8 fixes spacing around ellipses (three dots)] \newcommand{\ellipsisgap}{\fontdimen3\font} \DeclareOption{chicago}{\renewcommand{\ellipsisgap}{\fontdimen2\font}} \newcommand{\ellipsis@before}{} |