texlive[46263] Master/texmf-dist: xsavebox (9jan18)

commits+karl at tug.org commits+karl at tug.org
Tue Jan 9 23:33:56 CET 2018


Revision: 46263
          http://tug.org/svn/texlive?view=revision&revision=46263
Author:   karl
Date:     2018-01-09 23:33:55 +0100 (Tue, 09 Jan 2018)
Log Message:
-----------
xsavebox (9jan18)

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

Removed Paths:
-------------
    trunk/Master/texmf-dist/source/latex/xsavebox/files/

Modified: trunk/Master/texmf-dist/doc/latex/xsavebox/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/doc/latex/xsavebox/ChangeLog	2018-01-09 22:33:39 UTC (rev 46262)
+++ trunk/Master/texmf-dist/doc/latex/xsavebox/ChangeLog	2018-01-09 22:33:55 UTC (rev 46263)
@@ -1,3 +1,7 @@
+2018-01-04
+	* v0.8
+	* documentation updated
+
 2017-06-11
 	* v0.7
 	* fix: failure due to change of \hbox:n in expl3 [2017/05/13]

Modified: trunk/Master/texmf-dist/doc/latex/xsavebox/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/xsavebox/README	2018-01-09 22:33:39 UTC (rev 46262)
+++ trunk/Master/texmf-dist/doc/latex/xsavebox/README	2018-01-09 22:33:55 UTC (rev 46263)
@@ -1,15 +1,12 @@
-                            ============================
-                             The xsavebox LaTeX Package
-                            ============================
+====================================
+ The xsavebox LaTeX Package
 
+ https://github.com/agrahn/xsavebox
 
-Author:
+ (C) 2016--\today Alexander Grahn
+====================================
 
-Alexander Grahn
 
-
-Description:
-
 This package defines commands for saving content that can be repeatedly
 placed into the document without replicating DVI/PDF code in the output
 file, allowing for smaller file size of the final PDF and improved content
@@ -59,6 +56,6 @@
 
 This material is subject to the LaTeX Project Public License. See
 
-   http://mirrors.ctan.org/help/Catalogue/licenses.lppl.html
+   http://mirrors.ctan.org/macros/latex/base/lppl.txt
 
 for the details of that license.

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	2018-01-09 22:33:39 UTC (rev 46262)
+++ trunk/Master/texmf-dist/source/latex/xsavebox/xsavebox.tex	2018-01-09 22:33:55 UTC (rev 46263)
@@ -1,7 +1,7 @@
 % Copyright 2007--\today Alexander Grahn
 %
 % This material is subject to the LaTeX Project Public License. See
-%    http://mirrors.ctan.org/help/Catalogue/licenses.lppl.html
+%    http://mirrors.ctan.org/macros/latex/base/lppl.txt
 % for the details of that license.
 %
 \documentclass[a4paper]{article}
@@ -19,6 +19,7 @@
 %\usepackage[protrusion,expansion]{microtype}
 \usepackage{parskip}
 \usepackage[bookmarksnumbered,linktocpage]{hyperref}
+\usepackage[ocgcolorlinks]{ocgx2}
 \usepackage{fancyvrb}
 \clubpenalty=10000
 \widowpenalty=10000
@@ -58,7 +59,7 @@
 \title{The {\sffamily xsavebox} Package, v\g at xsb@version at tl}
 \expandafter\parsedate\g at xsb@date at tl\relax %set current date to package date
 \makeatother
-\author{Alexander Grahn\\[1ex]\includegraphics[height=2.7ex]{mailto}}
+\author{Alexander Grahn\\[1ex]\url{https://github.com/agrahn/xsavebox}}
 \maketitle
 \begin{abstract}
 \noindent This package defines commands for saving content that can be repeatedly placed into the document without replicating DVI/PDF code in the output file, allowing for smaller size of the final PDF file and improved content caching for faster display in certain PDF viewers. The user commands are modelled after the standard \LaTeX{} commands \verb+\savebox+, \verb+\sbox+, \verb+\usebox+ and the `\verb+lrbox+' environment. The package supports all common \TeX{} engines and back-ends, including `\verb+dvips+'.

Modified: trunk/Master/texmf-dist/tex/latex/xsavebox/xsavebox.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/xsavebox/xsavebox.sty	2018-01-09 22:33:39 UTC (rev 46262)
+++ trunk/Master/texmf-dist/tex/latex/xsavebox/xsavebox.sty	2018-01-09 22:33:55 UTC (rev 46263)
@@ -37,7 +37,7 @@
 % 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://mirrors.ctan.org/help/Catalogue/licenses.lppl.html
+%   http://mirrors.ctan.org/macros/latex/base/lppl.txt
 % and version 1.3 or later is part of all distributions of LaTeX
 % version 2005/12/01 or later.
 %
@@ -49,8 +49,8 @@
 \RequirePackage{pdfbase} %everything with `pbs_' prefix
 \RequirePackage{l3keys2e}
 
-\def\g at xsb@version at tl{0.7}
-\def\g at xsb@date at tl{2017/06/11}
+\def\g at xsb@version at tl{0.8}
+\def\g at xsb@date at tl{2018/01/04}
 \ProvidesExplPackage{xsavebox}{\g at xsb@date at tl}{\g at xsb@version at tl}
 {saveboxes for repeating content without code replication}
 



More information about the tex-live-commits mailing list