summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ocgx2
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-24 22:28:05 +0000
committerKarl Berry <karl@freefriends.org>2016-03-24 22:28:05 +0000
commit59c4dc3a0037db2c2b8f805286b64b3527d5183e (patch)
tree236322d41d583537327d91943a61c8284884fb88 /Master/texmf-dist/doc/latex/ocgx2
parent1a557ffbce30b97ed2bc943d841e32516bc1557a (diff)
ocgx2 (22mar16)
git-svn-id: svn://tug.org/texlive/trunk@40126 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ocgx2')
-rw-r--r--Master/texmf-dist/doc/latex/ocgx2/ChangeLog4
-rw-r--r--Master/texmf-dist/doc/latex/ocgx2/README10
2 files changed, 13 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/ocgx2/ChangeLog b/Master/texmf-dist/doc/latex/ocgx2/ChangeLog
index f3f359a7aea..8f0667e372e 100644
--- a/Master/texmf-dist/doc/latex/ocgx2/ChangeLog
+++ b/Master/texmf-dist/doc/latex/ocgx2/ChangeLog
@@ -1,3 +1,7 @@
+2016-03-22
+ * v0.17 : ocgx2.sty
+ * new: option `ocgcolorlinks', enables OCG colour links for hyperref package
+
2016-03-11
* v0.16 : ocgx2.sty
* v0.6 : ocgbase.sty
diff --git a/Master/texmf-dist/doc/latex/ocgx2/README b/Master/texmf-dist/doc/latex/ocgx2/README
index cf2f2e54a61..66b3c041ebc 100644
--- a/Master/texmf-dist/doc/latex/ocgx2/README
+++ b/Master/texmf-dist/doc/latex/ocgx2/README
@@ -1,7 +1,7 @@
==================================
The `ocgx2' LaTeX Package
- Version 0.16 [2016/03/11]
+ Version 0.17 [2016/03/22]
(C) 2015--\today Alexander Grahn
==================================
@@ -27,6 +27,7 @@ To enable dvipdfmx support, pass `dvipdfmx' globally as a class option.
+ layers extending across page breaks
+ grouping layers into Radio Button Groups
+ + OCG coloured links for hyperref
Also, it adds some minor improvements and bug fixes, such as package
options, remembering option settings of re-opened ocgs, correct behaviour
@@ -34,6 +35,12 @@ of layer switching links that were themselves placed on layers, correct
listing of (nested) ocgs in the layers tab of PDF viewers, compatibility
with the `animate' and `media9' packages.
+Coloured links in the PDF viewer that are printed on paper in the default text
+colour are enabled with
+
+ \usepackage{hyperref} % do NOT set [ocgcolorlinks] here!
+ \usepackage[ocgcolorlinks]{ocgx2}
+
`ocgx2' uses code from file `tikzlibraryocgx.code.tex' by P. Gaborit to
enable TikZ styles for creating PDF Layers and clickable layer switching
links in the `tikzpicture' context.
@@ -79,6 +86,7 @@ and <options> : viewocg = always | never | ifvisible
radiobtngrp = <group name> (string; environment-only option)
tikz (package-only option, see above)
+ ocgcolorlinks (package-only option, see above)
Package options have global scope. Environment options override package
options locally.