texlive[60019] Master/texmf-dist: stackengine (22jul21)

commits+karl at tug.org commits+karl at tug.org
Thu Jul 22 22:40:49 CEST 2021


Revision: 60019
          http://tug.org/svn/texlive?view=revision&revision=60019
Author:   karl
Date:     2021-07-22 22:40:48 +0200 (Thu, 22 Jul 2021)
Log Message:
-----------
stackengine (22jul21)

Modified Paths:
--------------
    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/stackengine.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/tex/latex/stackengine/stackengine.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/stackengine/stackengine.sty	2021-07-22 20:40:36 UTC (rev 60018)
+++ trunk/Master/texmf-dist/tex/latex/stackengine/stackengine.sty	2021-07-22 20:40:48 UTC (rev 60019)
@@ -1,6 +1,6 @@
-\def\stackengineversionnumber{v4.1}
+\def\stackengineversionnumber{v4.11}
 \ProvidesPackage{stackengine}
-[2021/07/15 \stackengineversionnumber\ 
+[2021/07/22 \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
@@ -88,6 +88,9 @@
 %       -Introduce \lstackMath and \lstackText as local versions of
 %        \stackMath and \stackText (which are global).
 %       -Eliminated \usestackstrut (became internal \@usestackstrut)
+% V4.11 -Renamed \@backgroundbox to \se at backgroundbox, to avoid
+%        conflict with adjustbox package.  Thanks to
+%        samuel.wein AT uni-tuebingen.de for the tip.
 \RequirePackage{etoolbox}
 \RequirePackage{listofitems}% REQUIRES listofitems.sty AND listofitems.tex
 \usepackage{calc}
@@ -102,7 +105,7 @@
 \newsavebox\@addedbox
 \newsavebox\@anchorbox
 \newsavebox\@insetbox
-\newsavebox\@backgroundbox
+\newsavebox\se at backgroundbox
 \newsavebox\stackedbox
 \newsavebox{\@centerbox}
 \newcounter{ROWcellindex@}
@@ -363,13 +366,13 @@
 
 %\stackinset{l/c/r}{x}{b/c/t}{y}{inset}{anchor}
 \newcommand*\stackinset[6]{%
-  \sbox\@backgroundbox{\stack at delim#6\stack at delim}%
+  \sbox\se at backgroundbox{\stack at delim#6\stack at delim}%
   \sbox\@insetbox{\stack at delim#5\stack at delim}%
   \ifstrequal{#4}{}%
     {\setlength{\stack at tmplength}{0pt}}%
     {\setlength{\stack at tmplength}{#4}}%
   \if c#3%
-    \setlength{\temp at stkl}{\ht\@backgroundbox+\dp\@backgroundbox%
+    \setlength{\temp at stkl}{\ht\se at backgroundbox+\dp\se at backgroundbox%
       -\ht\@insetbox-\dp\@insetbox}%
     \addtolength{\stack at tmplength}{.5\temp at stkl}%
   \fi%
@@ -381,7 +384,7 @@
   \else%
     \def\conditioned at inset{\stack at lroffset\usebox{\@insetbox}\stack at lroffset}%
   \fi%
-  \stackengine{-\stack at tmplength}{\usebox{\@backgroundbox}}%
+  \stackengine{-\stack at tmplength}{\usebox{\se at backgroundbox}}%
     {\conditioned at inset}{\inset at valign{#3}}{#1}{\quietstack}{T}{S}%
 }
 



More information about the tex-live-commits mailing list.