texlive[44523] Master/texmf-dist: ocgx2 (7jun17)

commits+karl at tug.org commits+karl at tug.org
Wed Jun 7 23:24:25 CEST 2017


Revision: 44523
          http://tug.org/svn/texlive?view=revision&revision=44523
Author:   karl
Date:     2017-06-07 23:24:25 +0200 (Wed, 07 Jun 2017)
Log Message:
-----------
ocgx2 (7jun17)

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	2017-06-07 21:24:14 UTC (rev 44522)
+++ trunk/Master/texmf-dist/doc/latex/ocgx2/ChangeLog	2017-06-07 21:24:25 UTC (rev 44523)
@@ -1,3 +1,11 @@
+2017-06-07
+	* v0.28 : ocgx2.sty
+	* fix: hotfix from v0.27 replaced
+
+2017-06-07
+	* v0.27 : ocgx2.sty
+	* fix: hotfix to cope with a change of \hbox:N in expl3 [2017/05/13]
+
 2017-05-12
 	* v0.26 : ocgx2.sty
 	* fix: OCView, OCPrint (ocgcolorlinks related OCGs) settings saved for

Modified: trunk/Master/texmf-dist/tex/latex/ocgx2/ocgx2.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ocgx2/ocgx2.sty	2017-06-07 21:24:14 UTC (rev 44522)
+++ trunk/Master/texmf-dist/tex/latex/ocgx2/ocgx2.sty	2017-06-07 21:24:25 UTC (rev 44523)
@@ -37,8 +37,8 @@
 \RequirePackage{xparse}
 \RequirePackage{l3keys2e}
 
-\def\g at ocgxii@date at tl{2017/05/12}
-\def\g at ocgxii@version at tl{0.26}
+\def\g at ocgxii@date at tl{2017/06/07}
+\def\g at ocgxii@version at tl{0.28}
 
 \ProvidesExplPackage{ocgx2}{\g at ocgxii@date at tl}{\g at ocgxii@version at tl}
 {ports `ocgx' functionality to dvips+ps2pdf, xelatex and dvipdfmx}
@@ -681,10 +681,10 @@
 \cs_new_nopar:Nn\ocgxii_colourlink_begin:{}
 \cs_new_nopar:Nn\ocgxii_colourlink_end:{}
 \cs_new_nopar:Nn\ocgxii_colourlink_nobreak_begin:{
-  \hbox_set:Nn0\bgroup\color at begingroup\tl_set_eq:NN\color at setgroup\group_begin:
+  \hbox_set:Nw\l_tmpa_box
 }
 \cs_new_nopar:Nn\ocgxii_colourlink_nobreak_end:{
-  \color at endgroup\egroup
+  \hbox_set_end:
   \mbox{
     \ocgbase_oc_bdc:n{\ocgxii at OCPrint}
     \hbox_to_zero:n{\box_use:N0\hss}
@@ -692,7 +692,7 @@
     \ocgbase_oc_bdc:n{\ocgxii at OCView}
     \group_begin:
       \exp_after:wN\HyColor at UseColor\l_ocgxii_lnkcol_tl
-      \box_use_clear:N0
+      \box_use_clear:N\l_tmpa_box
     \group_end:
     \ocgbase_oc_emc:
   }



More information about the tex-live-commits mailing list