diff options
author | Karl Berry <karl@freefriends.org> | 2015-12-03 22:46:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-12-03 22:46:48 +0000 |
commit | ee4ab901012be761b70b8cde7784d8c3f901b053 (patch) | |
tree | 46ee6dcdd87bf56fa5a76d2e76b21f6b688be179 /Master/texmf-dist/doc | |
parent | 86cc950723f91a5018990b9fb405dd0dc96803e4 (diff) |
ocgx2 (3dec15)
git-svn-id: svn://tug.org/texlive/trunk@39010 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/ocgx2/ChangeLog | 10 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ocgx2/README | 16 |
2 files changed, 19 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/ocgx2/ChangeLog b/Master/texmf-dist/doc/latex/ocgx2/ChangeLog index 535b67d6375..d2a9fa7b453 100644 --- a/Master/texmf-dist/doc/latex/ocgx2/ChangeLog +++ b/Master/texmf-dist/doc/latex/ocgx2/ChangeLog @@ -1,8 +1,14 @@ +2015-12-03 + * v0.13 : ocgx2.sty + * fix: bug occasionally creating wrong OCG listing in the layers + tab of the pdf viewer in connection with nested OCGs + * new: parameter `opts' added to TikZ style `ocg' + 2015-11-26 * v0.12 : ocgx2.sty * v0.4 : ocgbase.sty - * fix: last argument of `ocg' environment (initial visibility) had no effect - when re-opening an OCG + * fix: last argument of `ocg' environment (initial visibility) + had no effect when re-opening an OCG 2015-11-23 * v0.11 : ocgx2.sty diff --git a/Master/texmf-dist/doc/latex/ocgx2/README b/Master/texmf-dist/doc/latex/ocgx2/README index db056cfdf16..1944aeb126f 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.12 [2015/11/26] + Version 0.13 [2015/12/03] (C) 2015--\today Alexander Grahn ================================== @@ -14,8 +14,8 @@ The intent of this package is to be a drop-in replacement for the already existing packages `ocgx' by Paul Gaborit and `ocg-p' by Werner Moshammer for the creation of PDF Layers. -It re-implements the functionality of the `ocg', `ocgx' and `ocg-p' packages -and adds support for all known engines and back-ends including: +It re-implements the functionality of the `ocg', `ocgx' and `ocg-p' +packages and adds support for all known engines and back-ends including: * LaTeX --> dvips --> ps2pdf/Distiller * (Xe)LaTeX --> (x)dvipdfmx @@ -47,10 +47,15 @@ instead of \usepackage{tikz} \usetikzlibrary{ocgx} -to enable these TikZ styles and read the `ocgx' documentation about their usage: +to enable these TikZ styles and read the `ocgx' documentation about +their usage: texdoc ocgx +The /tikz/ocg/opts=<ocg options> parameter adds to the list in section +`How to add TikZ scopes into OCGs' in the `ocgx' manual. It allows +passing ocg environment options (see below) to the TikZ scope. + 2. Usage ======== @@ -103,7 +108,8 @@ For details about their usage, read the `ocgx' package manual: texdoc ocgx -For compatibility with the `ocg-p' package, the following commands have been provided: +For compatibility with the `ocg-p' package, the following commands have +been provided: \toggleocgs[triggerocg=...]{<layer IDs to toggle, space separated>}{<link text>} \showocgs[triggerocg=...]{<layer IDs to switch ON, space separated>}{<link text>} |