diff options
author | Karl Berry <karl@freefriends.org> | 2017-09-14 21:07:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-09-14 21:07:39 +0000 |
commit | a6b5829b28e31661ed47531b08a01cb2864b290b (patch) | |
tree | d9f792f90aab003d82fcdd2ff3d4b01d30820818 /Master/texmf-dist/doc/latex/ocgx2 | |
parent | bf209a8e0ec3db9f1fd8513bdc7341357468a1c0 (diff) |
ocgx2 (14sep17)
git-svn-id: svn://tug.org/texlive/trunk@45303 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ocgx2')
-rw-r--r-- | Master/texmf-dist/doc/latex/ocgx2/ChangeLog | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ocgx2/README | 15 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ocgx2/README.md | 18 |
3 files changed, 15 insertions, 25 deletions
diff --git a/Master/texmf-dist/doc/latex/ocgx2/ChangeLog b/Master/texmf-dist/doc/latex/ocgx2/ChangeLog index e7ee6dc96c2..7e773157db4 100644 --- a/Master/texmf-dist/doc/latex/ocgx2/ChangeLog +++ b/Master/texmf-dist/doc/latex/ocgx2/ChangeLog @@ -1,3 +1,10 @@ +2017-09-14 + * v0.30 : ocgx2.sty + * v0.11 : ocgbase.sty + * fix: link size (XeTeX driver) with `ocgcolorlinks' option set; + OCG switching links in Evince viewer now working; correct listing of + nested OCGs in layer tree (`Layers' navigation panel in the gui) + 2017-06-08 * v0.29 : ocgx2.sty * fix: wrong box number in internal macro, ocgcolorlinks broken for dvips diff --git a/Master/texmf-dist/doc/latex/ocgx2/README b/Master/texmf-dist/doc/latex/ocgx2/README index c1c4dd797ce..aa0887ff920 100644 --- a/Master/texmf-dist/doc/latex/ocgx2/README +++ b/Master/texmf-dist/doc/latex/ocgx2/README @@ -81,11 +81,10 @@ With <initial visibility> = ( on | true | 1 ) | ( off | false | 0 ) and <options> : viewocg = always | never | ifvisible printocg = always | never | ifvisible exportocg = always | never | ifvisible - listintoolbar= always | never | iffirstuse not in ocgx, ocg-p: - showingui (same as `listintoolbar') + showingui (to be preferred over `listintoolbar' of ocgx/ocg-p) radiobtngrp = <group name> (string; environment-only option) tikz (package-only option, see above) @@ -141,20 +140,12 @@ For example: \href{http://ctan.org}{Visit me on \ocglinkprotect{\includegraphics{ctan-lion}}!} -Alternatively, the whole link can be placed inside - - \hypersetup{breaklinks=false}...\hypersetup{breaklinks=true} - -to temporarily disable breakable links. - * * * -This material is subject to the LaTeX Project Public License version 1.3. - -See +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. diff --git a/Master/texmf-dist/doc/latex/ocgx2/README.md b/Master/texmf-dist/doc/latex/ocgx2/README.md index 24b6be352d5..07b40aecc83 100644 --- a/Master/texmf-dist/doc/latex/ocgx2/README.md +++ b/Master/texmf-dist/doc/latex/ocgx2/README.md @@ -20,7 +20,7 @@ adds support for all known engines and back-ends including: Also, it adds some features, improvements and bug fixes, such as package options, remembering option settings of re-opened OCGs, correct behaviour 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 +of (nested) OCGs in the "Layers" tab of PDF viewers, compatibility with the `animate` and `media9` packages, a re-implementation of **`hyperref`**'s **`ocgcolorlink`** option. @@ -85,16 +85,15 @@ and `<options>`: viewocg = always | never | ifvisible printocg = always | never | ifvisible exportocg = always | never | ifvisible -listintoolbar= always | never | iffirstuse -showingui +showingui= true | false radiobtngrp = <group name> tikz ocgcolorlinks ```` **not in** `ocgx`, `ocg-p`: -* `showingui` (same as `listintoolbar`) +* `showingui` (to be preferred over `listintoolbar` of `ocgx/ocg-p`) * `radiobtngrp = <group name>` (string; environment-only option) * `tikz` (package-only option, see above) * `ocgcolorlinks` (package-only option, see above) @@ -102,7 +101,7 @@ ocgcolorlinks Package options have global scope. Environment options override package options locally. -Layers can be added to one or several Radio Button Groups using the new option +Layers can be added to one or several **Radio Button Groups** using the new option `radiobtngrp`. From all layers within a Radio Button Group only one can be enabled at a time. Enabling a layer, e. g. in the Layers tab of the PDF viewer, automatically hides the previously visible layer. Option `radiobtngrp` can @@ -155,14 +154,7 @@ For example: \href{http://ctan.org}{Visit me on \ocglinkprotect{\includegraphics{ctan-lion}}!} ```` -Alternatively, the whole link can be placed inside -````latex -\hypersetup{breaklinks=false}...\hypersetup{breaklinks=true} -```` -to temporarily disable breakable links. - ## License -This material is subject to the [LaTeX Project Public License](http://mirrors.ctan.org/help/Catalogue/licenses.lppl.html -). +This material is subject to the [LaTeX Project Public License](http://mirrors.ctan.org/macros/latex/base/lppl.txt). |