From 89213117b5298d9493446422708bf48384368825 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 9 Nov 2019 03:01:38 +0000 Subject: CTAN sync 201911090301 --- macros/latex/contrib/ocgx2/ChangeLog | 8 ++++++-- macros/latex/contrib/ocgx2/ocgx2.sty | 18 +++++++++--------- 2 files changed, 15 insertions(+), 11 deletions(-) (limited to 'macros/latex/contrib/ocgx2') diff --git a/macros/latex/contrib/ocgx2/ChangeLog b/macros/latex/contrib/ocgx2/ChangeLog index 98b07f750c..1296880342 100644 --- a/macros/latex/contrib/ocgx2/ChangeLog +++ b/macros/latex/contrib/ocgx2/ChangeLog @@ -1,7 +1,11 @@ +2019-11-07 + * v0.48: ocgx2.sty + * fix: link-making commands failed with empty option arg + 2019-11-04 * v0.47: ocgx2.sty - * v0.17: ocgx2.sty - * fix: 2020 deprecations (fixocgx.sty) + * v0.17: ocgbase.sty + * fix: output driver set-up 2019-10-01 * v0.46: ocgx2.sty diff --git a/macros/latex/contrib/ocgx2/ocgx2.sty b/macros/latex/contrib/ocgx2/ocgx2.sty index 84d7cc855f..bd2e4cb96a 100644 --- a/macros/latex/contrib/ocgx2/ocgx2.sty +++ b/macros/latex/contrib/ocgx2/ocgx2.sty @@ -40,8 +40,8 @@ \RequirePackage{xparse} \RequirePackage{l3keys2e} -\def\g@ocgxii@date@tl{2019/11/04} -\def\g@ocgxii@version@tl{0.47} +\def\g@ocgxii@date@tl{2019/11/07} +\def\g@ocgxii@version@tl{0.48} \ProvidesExplPackage{ocgx2}{\g@ocgxii@date@tl}{\g@ocgxii@version@tl} {ports `ocgx' functionality to dvips+ps2pdf, xelatex and dvipdfmx} @@ -748,19 +748,19 @@ % adding optional 2nd argument -> Button Widget (non-breakable) with one of % various mouse triggers (`troggerocgs` option from ocg-p) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\DeclareDocumentCommand\switchocg{s o m +m}{ +\DeclareDocumentCommand\switchocg{s O{} m +m}{ \ocgxii_actionsocg:nnnnnn{#1}{#2}{#3}{}{}{#4} } -\DeclareDocumentCommand\showocg{s o m +m}{ +\DeclareDocumentCommand\showocg{s O{} m +m}{ \ocgxii_actionsocg:nnnnnn{#1}{#2}{}{#3}{}{#4} } -\DeclareDocumentCommand\hideocg{s o m +m}{ +\DeclareDocumentCommand\hideocg{s O{} m +m}{ \ocgxii_actionsocg:nnnnnn{#1}{#2}{}{}{#3}{#4} } -\DeclareDocumentCommand\actionsocg{s o m m m +m}{ +\DeclareDocumentCommand\actionsocg{s O{} m m m +m}{ \ocgxii_actionsocg:nnnnnn{#1}{#2}{#3}{#4}{#5}{#6} } @@ -786,21 +786,21 @@ % %process *all* mouse triggers (e,d,u,x) \ocgxii_ocglist_process_idlist:nn{ - \IfValueTF{#2}{#2}{onmouseup} + \tl_if_blank:oTF{#2}{onmouseup}{#2} }{#3} \tl_set_eq:NN\l_ocgxii_toswitch_e_tl\l_ocgxii_e_list_tl \tl_set_eq:NN\l_ocgxii_toswitch_x_tl\l_ocgxii_x_list_tl \tl_set_eq:NN\l_ocgxii_toswitch_d_tl\l_ocgxii_d_list_tl \tl_set_eq:NN\l_ocgxii_toswitch_u_tl\l_ocgxii_u_list_tl \ocgxii_ocglist_process_idlist:nn{ - \IfValueTF{#2}{#2}{onmouseup} + \tl_if_blank:oTF{#2}{onmouseup}{#2} }{#4} \tl_set_eq:NN\l_ocgxii_toshow_e_tl\l_ocgxii_e_list_tl \tl_set_eq:NN\l_ocgxii_toshow_x_tl\l_ocgxii_x_list_tl \tl_set_eq:NN\l_ocgxii_toshow_d_tl\l_ocgxii_d_list_tl \tl_set_eq:NN\l_ocgxii_toshow_u_tl\l_ocgxii_u_list_tl \ocgxii_ocglist_process_idlist:nn{ - \IfValueTF{#2}{#2}{onmouseup} + \tl_if_blank:oTF{#2}{onmouseup}{#2} }{#5} \tl_set_eq:NN\l_ocgxii_tohide_e_tl\l_ocgxii_e_list_tl \tl_set_eq:NN\l_ocgxii_tohide_x_tl\l_ocgxii_x_list_tl -- cgit v1.2.3