summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hrefhide
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-07-08 00:16:11 +0000
committerKarl Berry <karl@freefriends.org>2010-07-08 00:16:11 +0000
commit035389e0d2f7663dad679d9224f5e6ea8bb68655 (patch)
tree07c54041731630802ebceaf39da9cfbab77f6d97 /Master/texmf-dist/tex/latex/hrefhide
parente1b680f01d47f9a01722d1806b7a1080886b9b2a (diff)
hrefhide update
git-svn-id: svn://tug.org/texlive/trunk@19281 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hrefhide')
-rw-r--r--Master/texmf-dist/tex/latex/hrefhide/hrefhide.sty104
1 files changed, 0 insertions, 104 deletions
diff --git a/Master/texmf-dist/tex/latex/hrefhide/hrefhide.sty b/Master/texmf-dist/tex/latex/hrefhide/hrefhide.sty
deleted file mode 100644
index 06929916844..00000000000
--- a/Master/texmf-dist/tex/latex/hrefhide/hrefhide.sty
+++ /dev/null
@@ -1,104 +0,0 @@
-%%
-%% This is file `hrefhide.sty',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% hrefhide.dtx (with options: `package')
-%%
-%% This is a generated file.
-%%
-%% IMPORTANT NOTICE:
-%% The package takes options.
-%%
-%% The usual disclaimers apply:
-%% If it doesn't work right that's your problem.
-%% (Nevertheless, send an e-mail to the maintainer
-%% when you find an error in this package.)
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License, either
-%% version 1.3c of this license or (at your option) any later
-%% version. This version of this license is in
-%% http://www.latex-project.org/lppl/lppl-1-3c.txt
-%% and the latest version of this license is in
-%% http://www.latex-project.org/lppl.txt
-%% and version 1.3c or later is part of all distributions of
-%% LaTeX version 2005/12/01 or later.
-%%
-%% This work has the LPPL maintenance status "maintained".
-%%
-%% The Current Maintainer of this work is H.-Martin Muench
-%% (Martin dot Muench at Uni-Bonn dot de).
-%%
-%% This work consists of the main source file hrefhide.dtx
-%% and the derived files
-%% hrefhide.sty, hrefhide.pdf, hrefhide.ins, hrefhide.drv,
-%% hrefhide-example.tex.
-%%
-\NeedsTeXFormat{LaTeX2e}[1994/06/01]
-\ProvidesPackage{hrefhide}[2010/06/03 v1.0b
- Hiding hyperrefs when printing pdf files (HMM)]%
-
-%% Allows to "hide" hyperlinked text in a pdf file when printing
-%% ("Klick here" does not work on real paper)
-%% by providing the command \hrefdisplayonly.
-
-\RequirePackage{color}[2005/11/14]% v1.0j, from the graphics bundle
-\RequirePackage{hyperref}[2010/05/13]% v6.81e
-\RequirePackage{kvoptions}[2010/02/22]% v3.7
-%% hrefhide may work with earlier versions of those packages,
-%% but this was not tested. Please consider updating your packages
-%% to the most recent version (if they are not already the most
-%% recent version).
-
-\SetupKeyvalOptions{family = hrefhide, prefix = hrefhide@}
-\DeclareStringOption[black]{linktextcolour}[black]
-\DeclareStringOption[white]{backgroundcolour}[white]
-\DeclareStringOption[{0 0 1}]{pdfborder}[{0 0 1}]
-
-\ProcessKeyvalOptions*
-
-\newcommand{\hycon}{%
- \relax%
- }
-
-\newcommand{\hycoff}{%
- \hypersetup{linkcolor=\hrefhide@linktextcolour}%
- \def\@pdfborder{\hrefhide@pdfborder}%
- \Hy@Info{Link coloring OFF (sort of; hrefhide package)}%
- }
-
-\newcommand{\hrefdisplayonly}[2]{%
- \hycon%
- {\color{\hrefhide@backgroundcolour} \href{#1}{#2}}%
- \hycoff%
- }
-
-\AtBeginDocument{
- \ifHy@ocgcolorlinks \relax
- \else
- \PackageError{hrefhide}{hyperref package missing option ocgcolorlinks}{%
- The package hrefhide needs the hyperref package\MessageBreak%
- with option ocgcolorlinks.\MessageBreak%
- That option is missing!\MessageBreak%
- Now the link(s) will be ''hidden'' in pdf view also.\MessageBreak%
- }
- \fi
- \def\hrefhide@driver{hpdftex}
- \ifx\Hy@driver\hrefhide@driver \relax
- \else
- \PackageError{hrefhide}{Producing not a pdf file}{%
- The package hrefhide only works for a pdf file,\MessageBreak%
- but driver \Hy@driver\space instead of \hrefhide@driver\space was found.\MessageBreak%
- Use pdfLaTeX to compile your document.\MessageBreak%
- (No large harm was done, but the respective\MessageBreak%
- link text will neither be hidden when printing.)\MessageBreak%
- }
- \fi
- \hycoff
- }
-
-\endinput
-%%
-%% End of file `hrefhide.sty'.