texlive[52110] Master/texmf-dist: ocgx2 (17sep19)

commits+karl at tug.org commits+karl at tug.org
Tue Sep 17 23:11:03 CEST 2019


Revision: 52110
          http://tug.org/svn/texlive?view=revision&revision=52110
Author:   karl
Date:     2019-09-17 23:11:03 +0200 (Tue, 17 Sep 2019)
Log Message:
-----------
ocgx2 (17sep19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/ocgx2/ChangeLog
    trunk/Master/texmf-dist/tex/latex/ocgx2/ocgx2.sty

Modified: trunk/Master/texmf-dist/doc/latex/ocgx2/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/doc/latex/ocgx2/ChangeLog	2019-09-17 21:10:51 UTC (rev 52109)
+++ trunk/Master/texmf-dist/doc/latex/ocgx2/ChangeLog	2019-09-17 21:11:03 UTC (rev 52110)
@@ -1,3 +1,7 @@
+2019-09-17
+	* v0.44: ocgx2.sty
+	* fix: wrong visibility of reopened ocg (introduced in v0.41)
+
 2019-07-04
 	* v0.43: ocgx2.sty
 	* v0.16: ocgbase.sty

Modified: trunk/Master/texmf-dist/tex/latex/ocgx2/ocgx2.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ocgx2/ocgx2.sty	2019-09-17 21:10:51 UTC (rev 52109)
+++ trunk/Master/texmf-dist/tex/latex/ocgx2/ocgx2.sty	2019-09-17 21:11:03 UTC (rev 52110)
@@ -48,8 +48,8 @@
 \RequirePackage{xparse}
 \RequirePackage{l3keys2e}
 
-\def\g at ocgxii@date at tl{2019/07/04}
-\def\g at ocgxii@version at tl{0.43}
+\def\g at ocgxii@date at tl{2019/09/17}
+\def\g at ocgxii@version at tl{0.44}
 
 \ProvidesExplPackage{ocgx2}{\g at ocgxii@date at tl}{\g at ocgxii@version at tl}
 {ports `ocgx' functionality to dvips+ps2pdf, xelatex and dvipdfmx}
@@ -189,9 +189,9 @@
       \tl_gset:cx{ocgxii_ocg_#3.opts}{\l_tempa_tl} %new options appended
       \keys_set:nV{ocgx2/ocgenv}\l_tempa_tl
       \bool_if:nTF{ %initial visibility
-        \str_if_eq_p:ee{l_ocgxii_argiv_tl}{1} ||
-        \str_if_eq_p:ee{l_ocgxii_argiv_tl}{on} ||
-        \str_if_eq_p:ee{l_ocgxii_argiv_tl}{true}
+        \str_if_eq_p:ee{\l_ocgxii_argiv_tl}{1} ||
+        \str_if_eq_p:ee{\l_ocgxii_argiv_tl}{on} ||
+        \str_if_eq_p:ee{\l_ocgxii_argiv_tl}{true}
       }{
         \ocgbase_del_from_off_list:n{\tl_use:c{ocgxii_ocg_#3}}
       }{



More information about the tex-live-commits mailing list