summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/stackengine
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-07-30 23:10:23 +0000
committerKarl Berry <karl@freefriends.org>2016-07-30 23:10:23 +0000
commit467990204e7f3a87879281268759ba31fe0ac56d (patch)
tree11d7837775816620d2b705afad67a1637f26f467 /Master/texmf-dist/tex/latex/stackengine
parente8825f013e999a146ec53c7646086ac24d4adc8e (diff)
stackengine (28jul16)
git-svn-id: svn://tug.org/texlive/trunk@41773 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/stackengine')
-rw-r--r--Master/texmf-dist/tex/latex/stackengine/stackengine.sty7
1 files changed, 4 insertions, 3 deletions
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%