summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/media9
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-09-06 23:12:39 +0000
committerKarl Berry <karl@freefriends.org>2013-09-06 23:12:39 +0000
commitdd48d69037fc00584e152689afbc6d811cda2276 (patch)
tree4d01a5a0ff089245ad6d893dd203f84b3cf8a08b /Master/texmf-dist/tex/latex/media9
parent4b008e6f0003c1cdf8e326fbb3fbeeab257eb321 (diff)
media9 (6sep13)
git-svn-id: svn://tug.org/texlive/trunk@31586 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/media9')
-rw-r--r--Master/texmf-dist/tex/latex/media9/media9.sty41
-rw-r--r--Master/texmf-dist/tex/latex/media9/players/APlayer.swfbin343617 -> 345881 bytes
-rw-r--r--Master/texmf-dist/tex/latex/media9/players/StrobeMediaPlayback.swfbin275742 -> 275730 bytes
-rw-r--r--Master/texmf-dist/tex/latex/media9/players/VPlayer.swfbin501218 -> 502390 bytes
4 files changed, 20 insertions, 21 deletions
diff --git a/Master/texmf-dist/tex/latex/media9/media9.sty b/Master/texmf-dist/tex/latex/media9/media9.sty
index 056c855408d..813fd34c956 100644
--- a/Master/texmf-dist/tex/latex/media9/media9.sty
+++ b/Master/texmf-dist/tex/latex/media9/media9.sty
@@ -41,8 +41,8 @@
\RequirePackage{ifpdf}
\RequirePackage{atbegshi}
-\def\g@mix@date@tl{2013/08/26}
-\def\g@mix@version@tl{0.31}
+\def\g@mix@date@tl{2013/09/06}
+\def\g@mix@version@tl{0.32}
\def\g@mix@liiikerneldate{2013/07/28}
\def\g@mix@liiipkgdate{2013/07/28}
@@ -443,8 +443,8 @@
@@++++Warning:+DVI+resolution+greater+than+1200+dpi!+++++@@\token_to_str:N\n
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\token_to_str:N\n
@@+++++++++++++++++++++++++++++++++++++++++++++++++++++++@@\token_to_str:N\n
- @@+Media+poster+and+button+faces+may+be+poorly+scaled+or+@@\token_to_str:N\n
- @@+invisible+in+the+PDF+output.++++++++++++++++++++++++++@@\token_to_str:N\n
+ @@+Media+button+faces+may+be+poorly+scaled+or+invisible++@@\token_to_str:N\n
+ @@+in+the+PDF+output.++++++++++++++++++++++++++++++++++++@@\token_to_str:N\n
@@+++++++++++++++++++++++++++++++++++++++++++++++++++++++@@\token_to_str:N\n
@@+Dvips+should+be+called+either+without+option+`-Ppdf':+@@\token_to_str:N\n
@@+++++++++++++++++++++++++++++++++++++++++++++++++++++++@@\token_to_str:N\n
@@ -639,25 +639,24 @@
}
}
- \AtBeginDvi{
- \bool_if:NT\g_mix_pkgbigfiles_bool{
- \special{!~1~dict~begin~(./\jobname.m9)~run~end}
- %open auxiliary file \jobname.m9 for writing hex encoded streams
- %of media files. This file is read and executed during ps2pdf
- %conversion.
- \iow_new:N\g_mix_mstreams_stream
- \iow_open:Nn\g_mix_mstreams_stream{\jobname.m9}
- \iow_now:Nn\g_mix_mstreams_stream{
- /o{mark/_objdef}bind~def/O{/type/stream/OBJ~pdfmark}bind~def
- /m~systemdict/mark~get~def
- /P{/ASCIIHexDecode~filter/PUT~pdfmark}bind~def
- /C{/CLOSE~pdfmark}bind~def
- }
+ \bool_if:NT\g_mix_pkgbigfiles_bool{
+ \special{header=\jobname.m9}
+ %open auxiliary file \jobname.m9 for writing hex encoded streams of the
+ %files to be embedded. This file is inserted into PS during dvips run
+ \iow_new:N\g_mix_mstreams_stream
+ \iow_open:Nn\g_mix_mstreams_stream{\jobname.m9}
+ \iow_now:Nn\g_mix_mstreams_stream{
+ /M9D~1~dict~def~M9D~begin
+ /o{mark/_objdef}bind~def/O{/type/stream/OBJ~pdfmark}bind~def
+ /m~systemdict/mark~get~def
+ /P{/ASCIIHexDecode~filter/PUT~pdfmark}bind~def
+ /C{/CLOSE~pdfmark}bind~def~end
}
}
%determine DVI resolution and output warning message if too big
- \AtBeginDocument{\special{ps:\g_mix_dpiwarning_tl}}
+ %\AtBeginDocument{\special{ps:\g_mix_dpiwarning_tl}}
+ \special{ps:\g_mix_dpiwarning_tl}
\cs_new:Nn\mix_pdfobj:nnn{
% #1:objref; if empty, a new object number will be reserved
@@ -670,7 +669,7 @@
\str_if_eq_p:nn{#2}{fstream}
}{
\iow_now:Nx\g_mix_mstreams_stream{
- o{mix@obj\int_use:N\g_mix_obj_int}O
+ M9D~begin~o{mix@obj\int_use:N\g_mix_obj_int}O
}
}{
\special{ps:~mark~/_objdef~{mix@obj\int_use:N\g_mix_obj_int}~/type
@@ -724,7 +723,7 @@
\message{>}
\bool_if:NTF\g_mix_pkgbigfiles_bool{
\iow_now:Nx\g_mix_mstreams_stream{
- m\l_mix_usenum_tl~C
+ m\l_mix_usenum_tl~C~end
}
}{
\special{ps:~
diff --git a/Master/texmf-dist/tex/latex/media9/players/APlayer.swf b/Master/texmf-dist/tex/latex/media9/players/APlayer.swf
index 78326f7c793..677e6a95f58 100644
--- a/Master/texmf-dist/tex/latex/media9/players/APlayer.swf
+++ b/Master/texmf-dist/tex/latex/media9/players/APlayer.swf
Binary files differ
diff --git a/Master/texmf-dist/tex/latex/media9/players/StrobeMediaPlayback.swf b/Master/texmf-dist/tex/latex/media9/players/StrobeMediaPlayback.swf
index d82fe3beb1d..384db3fd03c 100644
--- a/Master/texmf-dist/tex/latex/media9/players/StrobeMediaPlayback.swf
+++ b/Master/texmf-dist/tex/latex/media9/players/StrobeMediaPlayback.swf
Binary files differ
diff --git a/Master/texmf-dist/tex/latex/media9/players/VPlayer.swf b/Master/texmf-dist/tex/latex/media9/players/VPlayer.swf
index f3fb9edab72..9cc2bc1ba75 100644
--- a/Master/texmf-dist/tex/latex/media9/players/VPlayer.swf
+++ b/Master/texmf-dist/tex/latex/media9/players/VPlayer.swf
Binary files differ