diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-30 00:17:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-30 00:17:47 +0000 |
commit | cd372ffee7c90e2eff5670443481ea8eb4b3446c (patch) | |
tree | 61538e8c0f5d7a972e03232f6c25f52861590357 /Master/texmf-dist/doc/latex/hrefhide/README | |
parent | e89ce0893b4e70d0e6cdcee932116f596b10c56a (diff) |
hrefhide 1.0f (29apr11)
git-svn-id: svn://tug.org/texlive/trunk@22255 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hrefhide/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/hrefhide/README | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/hrefhide/README b/Master/texmf-dist/doc/latex/hrefhide/README index 147c1023e24..79b2538d5af 100644 --- a/Master/texmf-dist/doc/latex/hrefhide/README +++ b/Master/texmf-dist/doc/latex/hrefhide/README @@ -1,4 +1,4 @@ -README for hrefhide package, 2011/02/01, v1.0e +README for hrefhide package, 2011/04/29, v1.0f TABLE OF CONTENTS @@ -18,13 +18,14 @@ TABLE OF CONTENTS 1 INTRODUCTION ============== -This package provides the command \hrefdisplayonly (instead -of \href). While the (hyperlinked) text appears like an -ordinary \href in the compiled pdf-file, the same text will -be "hidden" when printing the text. It is not really -invisible, but just has the same colour as the background -(default: white). Therefore the layout is not changed when +This package provides the command \hrefdisplayonly (additionally to \href of +the hyperref package by Heiko Oberdiek). While the (hyperlinked) text appears +like an ordinary nhref in the compiled pdf-file, the same text will be "hidden" +when printing the text. It is not really invisible, but just has the same colour +as the background (default: white). Therefore the layout is not changed when printing the document. +Further the commands \hycon and \hycoff (hyper-colour-on/off) can be used +to simulate switching option ocgcolorlinks of hyperref package on and off. 2 DOWNLOAD @@ -88,12 +89,12 @@ e) Update the databases if necessary, e.g. for teTeX: Depending on the driver and option settings, hrefhide loads other packages: -* color.sty (part of the graphics package bundle): - CTAN:macros/latex/required/graphics/color.dtx * hyperref.sty: CTAN:macros/latex/contrib/hyperref/hyperref.dtx * kvoptions.sty: - CTAN:macros/latex/contrib/oberdiek/kvoptions.pdf + CTAN:macros/latex/contrib/oberdiek/kvoptions.dtx +* xcolor.sty: + CTAN:/macros/latex/contrib/xcolor/xcolor.dtx which again load other packages (see the result of the \listfiles command in the log-file of the example). @@ -146,4 +147,6 @@ Bug reports can be send to the maintainer: 8 KNOWN PROBLEMS ================= -* as yet: none...
\ No newline at end of file +* as yet: none... - Well, of course there are all issues + of the hyperref package with ocgcolorlinks option, + e.g. no linebreaks inside links. |