diff options
author | Karl Berry <karl@freefriends.org> | 2016-02-12 00:18:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-02-12 00:18:53 +0000 |
commit | d8d0b5b21e8eb9b4970633451dc1e57192d5ab71 (patch) | |
tree | 1f505ea2402eefd078e054322a83221c79c0cd08 /Master/texmf-dist/tex/latex/thinsp | |
parent | d919899eca62f55138eb1fcf3eafcb15a1a27de1 (diff) |
thinsp (11feb16)
git-svn-id: svn://tug.org/texlive/trunk@39669 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/thinsp')
-rw-r--r-- | Master/texmf-dist/tex/latex/thinsp/thinsp.sty | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/thinsp/thinsp.sty b/Master/texmf-dist/tex/latex/thinsp/thinsp.sty index fa6891e2115..f1070a09ce1 100644 --- a/Master/texmf-dist/tex/latex/thinsp/thinsp.sty +++ b/Master/texmf-dist/tex/latex/thinsp/thinsp.sty @@ -1,20 +1,20 @@ -% Copyright (C) 2007 Palle Jorgensen +% Copyright (C) 2007, 2016 Palle Jorgensen -% This file is free software; you can redistribute it and/or modify it -% under the terms of the GNU General Public License as published by -% the Free Software Foundation; either version 2 of the License, or +% This program is free software: you can redistribute it and/or modify +% it under the terms of the GNU General Public License as published by +% the Free Software Foundation, either version 3 of the License, or % (at your option) any later version. -% This file is distributed in the hope that it will be useful, but -% WITHOUT ANY WARRANTY; without even the implied warranty of -% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -% General Public License for more details. +% This program is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +% GNU General Public License for more details. % You should have received a copy of the GNU General Public License -% along with this file; if not, write to the Free Software Foundation, -% Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +% along with this program. If not, see +% <http://www.gnu.org/licenses/>. -\ProvidesPackage{thinsp}[2007/30/11 v 0.1 Package providing stretchable thinspaces] +\ProvidesPackage{thinsp}[2016/10/02 v 0.2 Package providing stretchable thinspaces] \newif\if@thinsp@thinspace \@thinsp@thinspacetrue @@ -54,7 +54,7 @@ \def\stretchthinspace{% \nobreak\hskip\thinsp@thinamount\fontdimen2\font% - \@plus\thinsp@thinamount\fontdimen2\font% + \@plus\thinsp@thinamount\fontdimen3\font% \@minus\thinsp@thinamount\fontdimen4\font% \relax% } |