diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/media9/ChangeLog | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/media9/media9.pdf | bin | 3836549 -> 4518050 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/media9/media9.sty | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/media9/pdfbase.sty | 7 |
4 files changed, 14 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/media9/ChangeLog b/Master/texmf-dist/doc/latex/media9/ChangeLog index 6670cd98b57..9b56fd25da7 100644 --- a/Master/texmf-dist/doc/latex/media9/ChangeLog +++ b/Master/texmf-dist/doc/latex/media9/ChangeLog @@ -1,3 +1,7 @@ +2017-06-12 + * v0.80 : media9.sty + * fix : obsolete l3regex warning + 2017-04-25 * v0.79 : media9.sty * v0.14 : pdfbase.sty diff --git a/Master/texmf-dist/doc/latex/media9/media9.pdf b/Master/texmf-dist/doc/latex/media9/media9.pdf Binary files differindex e4450f4c30c..44e9192f176 100644 --- a/Master/texmf-dist/doc/latex/media9/media9.pdf +++ b/Master/texmf-dist/doc/latex/media9/media9.pdf diff --git a/Master/texmf-dist/tex/latex/media9/media9.sty b/Master/texmf-dist/tex/latex/media9/media9.sty index 5efe52989dc..103ad7c2d80 100644 --- a/Master/texmf-dist/tex/latex/media9/media9.sty +++ b/Master/texmf-dist/tex/latex/media9/media9.sty @@ -35,16 +35,15 @@ % The Current Maintainer of this work is A. Grahn. \RequirePackage{expl3} -\RequirePackage{l3regex} \RequirePackage{l3keys2e} \RequirePackage{xparse} \RequirePackage{atbegshi} -\def\g@mix@date@tl{2017/04/25} -\def\g@mix@version@tl{0.79} +\def\g@mix@date@tl{2017/06/12} +\def\g@mix@version@tl{0.80} -\def\g@mix@liiikerneldate{2015/09/27} -\def\g@mix@liiipkgdate{2015/09/27} +\def\g@mix@liiikerneldate{2017/05/29} +\def\g@mix@liiipkgdate{2017/05/29} \ProvidesExplPackage{media9}{\g@mix@date@tl}{\g@mix@version@tl} {acrobat-9/X compatible media} diff --git a/Master/texmf-dist/tex/latex/media9/pdfbase.sty b/Master/texmf-dist/tex/latex/media9/pdfbase.sty index ff7bb3ee7d4..b838a7859a3 100644 --- a/Master/texmf-dist/tex/latex/media9/pdfbase.sty +++ b/Master/texmf-dist/tex/latex/media9/pdfbase.sty @@ -178,8 +178,13 @@ \AtBeginDocument{ \iow_now:Nx\@mainaux{ \token_to_str:N\providecommand\token_to_str:N\pbs@newkey[2]{} + } + \iow_now:Nx\@mainaux{ \token_to_str:N\providecommand\token_to_str:N\pbs@seq@push@cx[2]{} - \token_to_str:N\providecommand\token_to_str:N\pbs@at@end@dvi@check{}} + } + \iow_now:Nx\@mainaux{ + \token_to_str:N\providecommand\token_to_str:N\pbs@at@end@dvi@check{} + } \iow_now:Nx\@mainaux{\token_to_str:N\pbs@at@end@dvi@check} \cs_new:Npn\pbs@at@end@dvi@check{ \bool_if:nT{ |