diff options
author | Karl Berry <karl@freefriends.org> | 2015-12-07 22:22:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-12-07 22:22:02 +0000 |
commit | d38cb28960d2a0b887d90d57ea09ab06ebde293f (patch) | |
tree | c3d8167696e520cd038d8de898a3a31e24e528bf /Master/texmf-dist/tex/latex/ocgx2/ocgbase.sty | |
parent | 8c1327256a3343e32ed31678b9dc84ae4fd38644 (diff) |
ocgx2 (7dec15)
git-svn-id: svn://tug.org/texlive/trunk@39042 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ocgx2/ocgbase.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/ocgx2/ocgbase.sty | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/ocgx2/ocgbase.sty b/Master/texmf-dist/tex/latex/ocgx2/ocgbase.sty index 33794d6558d..61c5ead4026 100644 --- a/Master/texmf-dist/tex/latex/ocgx2/ocgbase.sty +++ b/Master/texmf-dist/tex/latex/ocgx2/ocgbase.sty @@ -101,10 +101,7 @@ \RequirePackage{l3keys2e} \RequirePackage{atenddvi} -\def\g@ocgbase@date@tl{2015/11/26} -\def\g@ocgbase@version@tl{0.4} - -\ProvidesExplPackage{ocgbase}{\g@ocgbase@date@tl}{\g@ocgbase@version@tl} +\ProvidesExplPackage{ocgbase}{2015/12/07}{0.5} {support package for ocgx2.sty} %unknown package option error message @@ -162,7 +159,7 @@ } %second sweep on Order array to generate the final Order entry \tl_new:N\l_ocgbase_ocgorder_tl - \tl_set:Nn\l_ocgbase_order_item_count_tl{\c_zero} + \tl_set:Nn\l_ocgbase_order_item_count_tl{0} \seq_map_inline:Nn\g_ocgbase_ocgorder_seq{ \tl_set:Nx\l_ocgbase_order_item_count_tl{ \int_eval:n{\l_ocgbase_order_item_count_tl+\c_one} @@ -242,7 +239,7 @@ } \tl_gput_right:Nx\g_ocgbase_ocgs_tl{~\g_pbs_pdflastobj_tl} \bool_if:nT{ - \str_if_eq_x_p:nn{#3}{\c_zero} || + \str_if_eq_x_p:nn{#3}{0} || \str_if_eq_x_p:nn{#3}{off} || \str_if_eq_x_p:nn{#3}{false} }{ @@ -288,14 +285,14 @@ } \seq_if_in:cxTF{g_ocgbase_#1_rbtn_order_seq}{#2}{ \bool_if:nT{ - \str_if_eq_x_p:nn{#3}{\c_zero} || + \str_if_eq_x_p:nn{#3}{0} || \str_if_eq_x_p:nn{#3}{false} }{ \ocgbase_seq_gremove_all:cx{g_ocgbase_#1_rbtn_order_seq}{#2} } }{ \bool_if:nF{ - \str_if_eq_x_p:nn{#3}{\c_zero} || + \str_if_eq_x_p:nn{#3}{0} || \str_if_eq_x_p:nn{#3}{false} }{ \seq_gput_right:cx{g_ocgbase_#1_rbtn_order_seq}{#2} |