diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-19 22:26:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-19 22:26:51 +0000 |
commit | 1e33abc06966f60c6e5a9865c48edd4ea7f3b149 (patch) | |
tree | e39d7e915d01a2e5c75c5c503892cc6d84409323 /Master/texmf-dist/tex/latex/stackengine | |
parent | a7b0fb2a644294f319814d2646e4b80d810dc979 (diff) |
stackengine (19jul16)
git-svn-id: svn://tug.org/texlive/trunk@41733 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/stackengine')
-rw-r--r-- | Master/texmf-dist/tex/latex/stackengine/stackengine.sty | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/stackengine/stackengine.sty b/Master/texmf-dist/tex/latex/stackengine/stackengine.sty index b0402a1f9a6..701bab0ee12 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.24} +\def\stackengineversionnumber{v3.25} \ProvidesPackage{stackengine} -[2014/01/06 \stackengineversionnumber\ +[2016/07/19 \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 @@ -68,6 +68,8 @@ % -Reinstated \usepackage{calc} (Oops!) % V3.24 -Replaced references to \roman with \romannumeral, since \roman % is redefined by packages like spanish babel. +% V3.25 -Default longstack gap is now \normalbaselineskip, so as to +% automatically work in tabular environments. \RequirePackage{etoolbox} \usepackage{calc} @@ -110,7 +112,7 @@ \setcounter{ROWcellindex@}{0}% \whileboolexpr{test {\nottoggle{@doneROWreads}}}{% \stepcounter{ROWcellindex@}% - \expandafter\@processROW\@postSEP||% + \expandafter\@processROW\@postSEP||% \expandafter\ifstrempty\expandafter{\@postSEP}{% \toggletrue{@doneROWreads}% }{}% @@ -134,7 +136,7 @@ \newlength\Sstackgap\newlength\Lstackgap \newcommand\stackgap{\if S\stacktype\the\Sstackgap\else\the\Lstackgap\fi} \global\setlength{\Sstackgap}{3pt} -\global\setlength{\Lstackgap}{\baselineskip} +\global\setlength{\Lstackgap}{\normalbaselineskip} \else% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% AND REPLACED WITH THE FOLLOWING %%%%%%%%%%%%%%%%%%%%%%%%%% |