summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/xsavebox
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-09 22:33:55 +0000
committerKarl Berry <karl@freefriends.org>2018-01-09 22:33:55 +0000
commita492b6280e5865d3e6cdf114d9fc46d6634e4899 (patch)
treef49d139f0c185f6fcff50d593814945d98955a76 /Master/texmf-dist/source/latex/xsavebox
parentf9bbe103745ea9cb8ce903f1c744b1a579083f7f (diff)
xsavebox (9jan18)
git-svn-id: svn://tug.org/texlive/trunk@46263 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/xsavebox')
-rw-r--r--Master/texmf-dist/source/latex/xsavebox/files/mailto.pngbin962 -> 0 bytes
-rw-r--r--Master/texmf-dist/source/latex/xsavebox/xsavebox.tex5
2 files changed, 3 insertions, 2 deletions
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
--- a/Master/texmf-dist/source/latex/xsavebox/files/mailto.png
+++ /dev/null
Binary files 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+'.