diff options
author | Karl Berry <karl@freefriends.org> | 2015-01-21 23:44:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-01-21 23:44:06 +0000 |
commit | b75ee24c55627af0be9aa61c350f4fc09662584b (patch) | |
tree | 11f8617b4f4450315a0a691b6732aa8310290171 /Master/texmf-dist/tex/latex/media9/media9.sty | |
parent | c9c2fdfb6c939de3cc60075093a9489947a08536 (diff) |
media9 (21jan15)
git-svn-id: svn://tug.org/texlive/trunk@36112 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/media9/media9.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/media9/media9.sty | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/media9/media9.sty b/Master/texmf-dist/tex/latex/media9/media9.sty index 40997b8a939..3a9afab95f0 100644 --- a/Master/texmf-dist/tex/latex/media9/media9.sty +++ b/Master/texmf-dist/tex/latex/media9/media9.sty @@ -43,8 +43,8 @@ \RequirePackage{atenddvi} \RequirePackage{tikz} -\def\g@mix@date@tl{2014/10/20} -\def\g@mix@version@tl{0.48} +\def\g@mix@date@tl{2015/01/21} +\def\g@mix@version@tl{0.49} \def\g@mix@liiikerneldate{2014/07/20} \def\g@mix@liiipkgdate{2014/07/20} @@ -546,15 +546,18 @@ \tl_gset:cn{Acro@Form@added}{} } -\tl_if_exist:cF{@anim@ocgs}{\tl_gset:cn{@anim@ocgs}{}} %takes ocg object refs -\tl_if_exist:cF{@anim@offocgs}{\tl_gset:cn{@anim@offocgs}{}} +\tl_if_exist:cF{@ocgbase@ocgs}{\tl_gset:cn{@ocgbase@ocgs}{}} %takes ocg object refs +\tl_if_exist:cF{@ocgbase@offocgs}{\tl_gset:cn{@ocgbase@offocgs}{}} +\tl_if_exist:cF{@ocgbase@ocgorder}{\tl_gset:cn{@ocgbase@ocgorder}{}} \tl_if_exist:cF{oc@props@added}{ \AtEndDvi{ - \tl_if_empty:NF\@anim@ocgs{ - \mix_pdfobj:nnn{}{array}{\@anim@ocgs} + \tl_if_empty:NF\@ocgbase@ocgs{ + \mix_pdfobj:nnn{}{array}{\@ocgbase@ocgs} \tl_gset:Nx\g_mix_ocgarray_tl{\g_mix_pdflastobj_tl} - \mix_pdfobj:nnn{}{array}{\@anim@offocgs} + \mix_pdfobj:nnn{}{array}{\@ocgbase@offocgs} \tl_gset:Nx\g_mix_offocgarray_tl{\g_mix_pdflastobj_tl} + \mix_pdfobj:nnn{}{array}{\@ocgbase@ocgorder} + \tl_gset:Nx\g_mix_ocgorderarray_tl{\g_mix_pdflastobj_tl} \mix_pdfcatalog:n{ /OCProperties~<< /OCGs~\g_mix_ocgarray_tl @@ -565,6 +568,7 @@ <</Event/Export/Category[/Export]/OCGs~\g_mix_ocgarray_tl>> ] /BaseState/ON~/OFF~\g_mix_offocgarray_tl + /Order~\g_mix_ocgorderarray_tl~/ListMode/VisiblePages >> >> } @@ -580,8 +584,8 @@ /Export<</ExportState/OFF>> >> } - \tl_gput_right:Nx\@anim@ocgs{\space\g_mix_pdflastobj_tl} - \tl_gput_right:Nx\@anim@offocgs{\space\g_mix_pdflastobj_tl} + \tl_gput_right:Nx\@ocgbase@ocgs{\space\g_mix_pdflastobj_tl} + \tl_gput_right:Nx\@ocgbase@offocgs{\space\g_mix_pdflastobj_tl} \tl_gset:Nx\g_mix_btnocg_tl{\g_mix_pdflastobj_tl} } |