summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hrefhide/hrefhide.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-02-02 01:06:14 +0000
committerKarl Berry <karl@freefriends.org>2011-02-02 01:06:14 +0000
commit5575cc4b3dc1b6c24a4f1b3f693118591a04bba7 (patch)
tree3e67cabc2c36f9d95c2b56e39132184c0f3f7b7c /Master/texmf-dist/tex/latex/hrefhide/hrefhide.sty
parent0c1d3691276e9d52fe83398e4e2f0b6f0c528d15 (diff)
hrefhide (1feb11)
git-svn-id: svn://tug.org/texlive/trunk@21255 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hrefhide/hrefhide.sty')
-rw-r--r--Master/texmf-dist/tex/latex/hrefhide/hrefhide.sty104
1 files changed, 104 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/hrefhide/hrefhide.sty b/Master/texmf-dist/tex/latex/hrefhide/hrefhide.sty
new file mode 100644
index 00000000000..035bb614321
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/hrefhide/hrefhide.sty
@@ -0,0 +1,104 @@
+%%
+%% 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}[2011/02/01 v1.0e
+ 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/12/16]% v6.81z
+\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'.