From 467990204e7f3a87879281268759ba31fe0ac56d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 30 Jul 2016 23:10:23 +0000 Subject: stackengine (28jul16) git-svn-id: svn://tug.org/texlive/trunk@41773 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/stackengine/README | 9 +++++++++ .../doc/latex/stackengine/stackengine.pdf | Bin 348998 -> 348655 bytes .../tex/latex/stackengine/stackengine.sty | 7 ++++--- 3 files changed, 13 insertions(+), 3 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/stackengine/README b/Master/texmf-dist/doc/latex/stackengine/README index 875851e8874..0c72d2dbe96 100644 --- a/Master/texmf-dist/doc/latex/stackengine/README +++ b/Master/texmf-dist/doc/latex/stackengine/README @@ -23,3 +23,12 @@ macros allow a wide variety of tasks, including: This package can be set to process its arguments in either text mode or in math mode. + + +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3 +of this 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.3c or later is part of all distributions of LaTeX +version 2005/12/01 or later. diff --git a/Master/texmf-dist/doc/latex/stackengine/stackengine.pdf b/Master/texmf-dist/doc/latex/stackengine/stackengine.pdf index e3a65107752..6c5b122e601 100644 Binary files a/Master/texmf-dist/doc/latex/stackengine/stackengine.pdf and b/Master/texmf-dist/doc/latex/stackengine/stackengine.pdf differ diff --git a/Master/texmf-dist/tex/latex/stackengine/stackengine.sty b/Master/texmf-dist/tex/latex/stackengine/stackengine.sty index 701bab0ee12..226e2ef19e2 100644 --- a/Master/texmf-dist/tex/latex/stackengine/stackengine.sty +++ b/Master/texmf-dist/tex/latex/stackengine/stackengine.sty @@ -1,6 +1,6 @@ -\def\stackengineversionnumber{v3.25} +\def\stackengineversionnumber{v3.26} \ProvidesPackage{stackengine} -[2016/07/19 \stackengineversionnumber\ +[2016/07/28 \stackengineversionnumber\ Stacking text and objects in convenient ways] % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -70,6 +70,7 @@ % is redefined by packages like spanish babel. % V3.25 -Default longstack gap is now \normalbaselineskip, so as to % automatically work in tabular environments. +% V3.26 -V3.25 on partially fixed the problem of \normalbaselineskip. \RequirePackage{etoolbox} \usepackage{calc} @@ -147,7 +148,7 @@ \newcommand{\setstackgap}[2]{\@namedef{#1stackgap}{#2}} \newcommand\stackgap{\@nameuse{\if S\stacktype S\else L\fi stackgap}\relax} \setstackgap{S}{3pt}% SHORTSTACKING GAP BETWEEN ITEMS (SAME AS \shortstack) -\setstackgap{L}{\baselineskip}% LONGSTACKING GAP BETWEEN ITEMS (def. \baselineskip) +\setstackgap{L}{\normalbaselineskip}% LONGSTACKING GAP BETWEEN ITEMS (def. \normalbaselineskip) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \fi \ifstackengine@usestackEOL% -- cgit v1.2.3