texlive[41773] Master/texmf-dist: stackengine (28jul16)
commits+karl at tug.org
commits+karl at tug.org
Sun Jul 31 01:10:23 CEST 2016
Revision: 41773
http://tug.org/svn/texlive?view=revision&revision=41773
Author: karl
Date: 2016-07-31 01:10:23 +0200 (Sun, 31 Jul 2016)
Log Message:
-----------
stackengine (28jul16)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/stackengine/README
trunk/Master/texmf-dist/doc/latex/stackengine/stackengine.pdf
trunk/Master/texmf-dist/tex/latex/stackengine/stackengine.sty
Modified: trunk/Master/texmf-dist/doc/latex/stackengine/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/stackengine/README 2016-07-30 23:10:06 UTC (rev 41772)
+++ trunk/Master/texmf-dist/doc/latex/stackengine/README 2016-07-30 23:10:23 UTC (rev 41773)
@@ -23,3 +23,12 @@
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.
Modified: trunk/Master/texmf-dist/doc/latex/stackengine/stackengine.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/tex/latex/stackengine/stackengine.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/stackengine/stackengine.sty 2016-07-30 23:10:06 UTC (rev 41772)
+++ trunk/Master/texmf-dist/tex/latex/stackengine/stackengine.sty 2016-07-30 23:10:23 UTC (rev 41773)
@@ -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 at usestackEOL%
More information about the tex-live-commits
mailing list