summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ocgx2
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/ocgx2')
-rw-r--r--Master/texmf-dist/doc/latex/ocgx2/ChangeLog5
-rw-r--r--Master/texmf-dist/doc/latex/ocgx2/README15
2 files changed, 13 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/ocgx2/ChangeLog b/Master/texmf-dist/doc/latex/ocgx2/ChangeLog
index 40dc77cf10b..9268b9e1b03 100644
--- a/Master/texmf-dist/doc/latex/ocgx2/ChangeLog
+++ b/Master/texmf-dist/doc/latex/ocgx2/ChangeLog
@@ -1,3 +1,8 @@
+2015-09-11
+ * v0.8
+ * fix: missing option processing for ocg-p command replacements
+ (\toggleocgs, \showocgs etc.)
+
2015-07-20
* v0.7
* fix: expl3-related adjustments
diff --git a/Master/texmf-dist/doc/latex/ocgx2/README b/Master/texmf-dist/doc/latex/ocgx2/README
index aa8eff941df..a3096b1307c 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.7 [2015/07/20]
+ Version 0.8 [2015/09/11]
(C) 2015--\today Alexander Grahn
==================================
@@ -80,13 +80,14 @@ For details about their usage, read the `ocgx' package manual:
texdoc ocgx
-For compatibility with the `ocg-p' package, the following aliases for
-the above commands have been provided:
+For compatibility with the `ocg-p' package, the following commands have been provided:
- \toggleocgs
- \showocgs
- \hideocgs
- \setocgs
+ \toggleocgs[triggerocg=...]{<layer IDs to toggle, space separated>}{<link text>}
+ \showocgs[triggerocg=...]{<layer IDs to switch ON, space separated>}{<link text>}
+ \hideocgs[triggerocg=...]{<layer IDs to switch OFF, space separated>}{<link text>}
+ \setocgs[triggerocg=...]{<IDs to toggle>}{<IDs to switch ON>}{<IDs to switch OFF>}{<link text>}
+
+See `ocg-p' package manual for the meaning of `triggerocg=...'.
* * *