From a492b6280e5865d3e6cdf114d9fc46d6634e4899 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 9 Jan 2018 22:33:55 +0000 Subject: xsavebox (9jan18) git-svn-id: svn://tug.org/texlive/trunk@46263 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/xsavebox/ChangeLog | 4 ++++ Master/texmf-dist/doc/latex/xsavebox/README | 15 ++++++--------- Master/texmf-dist/doc/latex/xsavebox/xsavebox.pdf | Bin 342257 -> 368529 bytes .../source/latex/xsavebox/files/mailto.png | Bin 962 -> 0 bytes .../texmf-dist/source/latex/xsavebox/xsavebox.tex | 5 +++-- Master/texmf-dist/tex/latex/xsavebox/xsavebox.sty | 6 +++--- 6 files changed, 16 insertions(+), 14 deletions(-) delete mode 100644 Master/texmf-dist/source/latex/xsavebox/files/mailto.png diff --git a/Master/texmf-dist/doc/latex/xsavebox/ChangeLog b/Master/texmf-dist/doc/latex/xsavebox/ChangeLog index bc6e66892c4..f5684838132 100644 --- a/Master/texmf-dist/doc/latex/xsavebox/ChangeLog +++ b/Master/texmf-dist/doc/latex/xsavebox/ChangeLog @@ -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] diff --git a/Master/texmf-dist/doc/latex/xsavebox/README b/Master/texmf-dist/doc/latex/xsavebox/README index 85851a4f652..7e300589813 100644 --- a/Master/texmf-dist/doc/latex/xsavebox/README +++ b/Master/texmf-dist/doc/latex/xsavebox/README @@ -1,14 +1,11 @@ - ============================ - 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 @@ -59,6 +56,6 @@ License: 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. diff --git a/Master/texmf-dist/doc/latex/xsavebox/xsavebox.pdf b/Master/texmf-dist/doc/latex/xsavebox/xsavebox.pdf index 4c745ae87eb..7223678013e 100644 Binary files a/Master/texmf-dist/doc/latex/xsavebox/xsavebox.pdf and b/Master/texmf-dist/doc/latex/xsavebox/xsavebox.pdf differ diff --git a/Master/texmf-dist/source/latex/xsavebox/files/mailto.png b/Master/texmf-dist/source/latex/xsavebox/files/mailto.png deleted file mode 100644 index 12831c2410b..00000000000 Binary files a/Master/texmf-dist/source/latex/xsavebox/files/mailto.png and /dev/null differ diff --git a/Master/texmf-dist/source/latex/xsavebox/xsavebox.tex b/Master/texmf-dist/source/latex/xsavebox/xsavebox.tex index a44294d282d..22e82e0d153 100644 --- a/Master/texmf-dist/source/latex/xsavebox/xsavebox.tex +++ b/Master/texmf-dist/source/latex/xsavebox/xsavebox.tex @@ -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@xsb@version@tl} \expandafter\parsedate\g@xsb@date@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+'. diff --git a/Master/texmf-dist/tex/latex/xsavebox/xsavebox.sty b/Master/texmf-dist/tex/latex/xsavebox/xsavebox.sty index 3a062800919..ddb10321c2f 100644 --- a/Master/texmf-dist/tex/latex/xsavebox/xsavebox.sty +++ b/Master/texmf-dist/tex/latex/xsavebox/xsavebox.sty @@ -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@xsb@version@tl{0.7} -\def\g@xsb@date@tl{2017/06/11} +\def\g@xsb@version@tl{0.8} +\def\g@xsb@date@tl{2018/01/04} \ProvidesExplPackage{xsavebox}{\g@xsb@date@tl}{\g@xsb@version@tl} {saveboxes for repeating content without code replication} -- cgit v1.2.3