texlive[54097] Master/texmf-dist: xsavebox (4mar20)

commits+karl at tug.org commits+karl at tug.org
Thu Mar 5 01:53:15 CET 2020


Revision: 54097
          http://tug.org/svn/texlive?view=revision&revision=54097
Author:   karl
Date:     2020-03-05 01:53:15 +0100 (Thu, 05 Mar 2020)
Log Message:
-----------
xsavebox (4mar20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/xsavebox/ChangeLog
    trunk/Master/texmf-dist/doc/latex/xsavebox/README
    trunk/Master/texmf-dist/doc/latex/xsavebox/xsavebox.pdf
    trunk/Master/texmf-dist/source/latex/xsavebox/xsavebox.tex
    trunk/Master/texmf-dist/tex/latex/xsavebox/xsavebox.sty

Modified: trunk/Master/texmf-dist/doc/latex/xsavebox/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/doc/latex/xsavebox/ChangeLog	2020-03-05 00:53:01 UTC (rev 54096)
+++ trunk/Master/texmf-dist/doc/latex/xsavebox/ChangeLog	2020-03-05 00:53:15 UTC (rev 54097)
@@ -1,3 +1,7 @@
+2020-03-04
+	* v0.16
+	* fix: dvisvgm-special `bbox' option `transform' added
+	
 2019-11-12
 	* v0.15
 	* fix: output driver set-up

Modified: trunk/Master/texmf-dist/doc/latex/xsavebox/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/xsavebox/README	2020-03-05 00:53:01 UTC (rev 54096)
+++ trunk/Master/texmf-dist/doc/latex/xsavebox/README	2020-03-05 00:53:15 UTC (rev 54097)
@@ -21,6 +21,7 @@
   *  pdfLaTeX, LuaLaTeX
   *  LaTeX --> dvips --> ps2pdf/Distiller
   *  (Xe)LaTeX --> (x)dvipdfmx
+  *  LaTeX --> dvisvgm
 
 The user commands are:
 

Modified: trunk/Master/texmf-dist/doc/latex/xsavebox/xsavebox.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/xsavebox/xsavebox.tex
===================================================================
--- trunk/Master/texmf-dist/source/latex/xsavebox/xsavebox.tex	2020-03-05 00:53:01 UTC (rev 54096)
+++ trunk/Master/texmf-dist/source/latex/xsavebox/xsavebox.tex	2020-03-05 00:53:15 UTC (rev 54097)
@@ -32,7 +32,7 @@
   pdftitle={The xsavebox Package},
   pdfsubject={Documentation},
   pdfauthor={Alexander Grahn},
-  pdfkeywords={PDF features, XObject, savebox, LaTeX, dvips, repeated content, repeated graphics, eps, PostScript, ps2pdf, XeLaTeX, pdfLaTeX, LuaLaTeX, dvipdfmx, dvisvgmx},
+  pdfkeywords={PDF features, XObject, savebox, LaTeX, dvips, repeated content, repeated graphics, eps, PostScript, ps2pdf, XeLaTeX, pdfLaTeX, LuaLaTeX, dvipdfmx, dvisvgm},
   citebordercolor={0 0 1},
   filebordercolor={0 0 1},
   linkbordercolor={0 0 1},

Modified: trunk/Master/texmf-dist/tex/latex/xsavebox/xsavebox.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/xsavebox/xsavebox.sty	2020-03-05 00:53:01 UTC (rev 54096)
+++ trunk/Master/texmf-dist/tex/latex/xsavebox/xsavebox.sty	2020-03-05 00:53:15 UTC (rev 54097)
@@ -28,8 +28,8 @@
 %    \xusebox{<name>}
 %    \the<name> %short form of \xusebox{<name>} for <name> composed of [a-zA-Z]
 %
-% Supports all known engines and backends including
-% pdflatex, latex+dvips+ps2pdf, xelatex, latex+dvipdfmx, lualatex.
+% Supports all known engines and backends including pdflatex,
+% latex+dvips+ps2pdf, xelatex, latex+dvipdfmx, lualatex, latex+dvisvgm.
 %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
@@ -48,8 +48,8 @@
 \RequirePackage{xparse}
 \RequirePackage{l3keys2e}
 
-\def\g at xsb@version at tl{0.15}
-\def\g at xsb@date at tl{2019/11/12}
+\def\g at xsb@version at tl{0.16}
+\def\g at xsb@date at tl{2020/03/04}
 \ProvidesExplPackage{xsavebox}{\g at xsb@date at tl}{\g at xsb@version at tl}
 {saveboxes for repeating content without code replication}
 
@@ -121,7 +121,9 @@
 
 \bool_if:NTF\g_xsb_dvisvgm_bool{
   \tl_gset:Nn\g_xsb_margin_tl{0pt}
-  \cs_new_protected_nopar:Nn\xsb_updatebbox:nnn{\special{dvisvgm:bbox~#1~#2~#3}}
+  \cs_new_protected_nopar:Nn\xsb_updatebbox:nnn{
+    \special{dvisvgm:bbox~#1~#2~#3~transform}
+  }
 }{
   \cs_new_protected_nopar:Nn\xsb_updatebbox:nnn{}
 }



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