diff options
author | Karl Berry <karl@freefriends.org> | 2015-01-23 22:14:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-01-23 22:14:06 +0000 |
commit | 1629ee2d9b45fd39a05ba75bc313e2e4061899e9 (patch) | |
tree | 44717000653efacc4ce34cda053831788f479290 /Master/texmf-dist/doc/latex/fixocgx | |
parent | c6f0d41b73cecfa8ec748d22ab7400584af6e6b4 (diff) |
fixocgx (23jan15)
git-svn-id: svn://tug.org/texlive/trunk@36126 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fixocgx')
-rw-r--r-- | Master/texmf-dist/doc/latex/fixocgx/README | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/fixocgx/README b/Master/texmf-dist/doc/latex/fixocgx/README new file mode 100644 index 00000000000..9b618c3b652 --- /dev/null +++ b/Master/texmf-dist/doc/latex/fixocgx/README @@ -0,0 +1,41 @@ +================================== + The `fixocgx' LaTeX Package + + Version 0.1 [2015/01/23] + + (C) 2015--\today Alexander Grahn +================================== + +Extends the usability of the OCGX package by Paul Gaborit to all known +engines including: + + * LaTeX --> dvips --> ps2pdf/Distiller + * (Xe)LaTeX --> (x)dvipdfmx + + (PdfLaTeX and LuaLaTeX are already supported by `ocgx'.) + +To enable dvipdfmx support, pass `dvipdfmx' globally as a class option. + +Also, it ensures compatibility with the `media9' and `animate' packages. + +Must be loaded /after/ one of + + \usepackage{ocgx} +or + \usetikzlibrary{ocgx} + +For details about the usage, read the `ocgx' package manual. + +The `ocg' environment is documented in the `ocg-p' package manual. No +attempt was made to fix the remaining commands from the `ocg-p' package +as these are substituted by the commands from `ocgx'. + + + * * * + + +This material is subject to the LaTeX Project Public License. See + + http://mirrors.ctan.org/help/Catalogue/licenses.lppl.html + +for the details of that license. |