From d904b379aacc77fb484669e11650e423e3e2ef81 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 13 Apr 2020 21:42:25 +0000 Subject: media4svg (13apr20) git-svn-id: svn://tug.org/texlive/trunk@54726 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/media4svg/ChangeLog | 5 + Master/texmf-dist/doc/latex/media4svg/README.md | 12 +- .../latex/media4svg/example/beamer-example-1.svg | 122 ++++++++--------- .../latex/media4svg/example/beamer-example-2.svg | 24 ++-- .../latex/media4svg/example/beamer-example-3.svg | 18 +-- .../latex/media4svg/example/beamer-example-4.svg | 146 +++++++++------------ .../doc/latex/media4svg/example/beamer-example.tex | 8 +- .../texmf-dist/tex/latex/media4svg/media4svg.sty | 60 +++++---- 8 files changed, 198 insertions(+), 197 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/media4svg/ChangeLog b/Master/texmf-dist/doc/latex/media4svg/ChangeLog index 8270a8ad6fe..17962b8f39d 100644 --- a/Master/texmf-dist/doc/latex/media4svg/ChangeLog +++ b/Master/texmf-dist/doc/latex/media4svg/ChangeLog @@ -1,3 +1,8 @@ +2020-04-13 + * v0.2 + * fix: playback control on touch screens; expl3 fix + (\ior_shell_open:Nn) included; doc corrections + 2020-04-09 * v0.1 * new: initial release diff --git a/Master/texmf-dist/doc/latex/media4svg/README.md b/Master/texmf-dist/doc/latex/media4svg/README.md index 841f2ba63cd..8b8f376bde0 100644 --- a/Master/texmf-dist/doc/latex/media4svg/README.md +++ b/Master/texmf-dist/doc/latex/media4svg/README.md @@ -1,6 +1,6 @@ # The `media4svg` LaTeX Package -Version 0.1, 2020/04/09 +Version 0.2, 2020/04/13 © 2020--today, Alexander Grahn @@ -67,7 +67,7 @@ information. Here is an [example presentation](http://mirrors.ctan.org/macros/latex/contrib/media4svg/example/beamer-example-1.svg) -([source code][http://mirrors.ctan.org/macros/latex/contrib/media4svg/example/beamer-example.tex]) +([source code](http://mirrors.ctan.org/macros/latex/contrib/media4svg/example/beamer-example.tex)) with an embedded video file and a streamed video. It also explains how to use the mouse and the keyboard for playback control. @@ -105,7 +105,7 @@ draft final ```` These have the usual meaning. If `draft` is set, a box is inserted into the -document instead of the media widget. +document instead of the media display. ````latex autoplay ```` @@ -128,7 +128,7 @@ Playback starts with an offset, specified in seconds. ````latex controls ```` -Player-specific controls are shown as an overlay in the media widget. +Player-specific controls are shown as an overlay in the media display. ````latex mimetype= ```` @@ -150,7 +150,7 @@ width= height= | totalheight= keepaspectratio ```` -Resize the media widget or set its size if `` is left empty. If +Resize the media display or set its size if `` is left empty. If provided, `` is squeezed or stretched according to the given options. If only one of `width` or `[total]height` is given, the other dimension is scaled to maintain the aspect ratio of ``. If both @@ -163,7 +163,7 @@ dimensions of ``. ````latex scale= ```` -Scales the media widget by ``. +Scales the media display by ``. ---- diff --git a/Master/texmf-dist/doc/latex/media4svg/example/beamer-example-1.svg b/Master/texmf-dist/doc/latex/media4svg/example/beamer-example-1.svg index fdbb5bc7cee..7ec641a0644 100644 --- a/Master/texmf-dist/doc/latex/media4svg/example/beamer-example-1.svg +++ b/Master/texmf-dist/doc/latex/media4svg/example/beamer-example-1.svg @@ -9,17 +9,17 @@ function $(id) {return document.getElementById("msvg@"+id.toString().trim());}; @@ -30,7 +30,7 @@ text.f9 {font-family:ec-lmr10;font-size:10.909088px} - + Presen tation example @@ -40,7 +40,7 @@ text.f9 {font-family:ec-lmr10;font-size:10.909088px} edded video - + Use a W @@ -50,7 +50,7 @@ text.f9 {font-family:ec-lmr10;font-size:10.909088px} and press - + @@ -61,11 +61,11 @@ text.f9 {font-family:ec-lmr10;font-size:10.909088px} - + -F11 +F11 @@ -76,30 +76,30 @@ text.f9 {font-family:ec-lmr10;font-size:10.909088px} -AlexG9th -April -2020 +AlexG13th +April +2020 - -Navigate -with + +Navigate +with - + - + - - + + -PageUp +PageUp @@ -111,23 +111,23 @@ text.f9 {font-family:ec-lmr10;font-size:10.909088px} -& - +& + - + - - + + -PageDn +PageDn @@ -139,27 +139,27 @@ text.f9 {font-family:ec-lmr10;font-size:10.909088px} -,toggle -F -ull-Screen -with +,toggle +F +ull-Screen +with - + - + - - + + -F11 +F11 @@ -170,26 +170,26 @@ text.f9 {font-family:ec-lmr10;font-size:10.909088px} -.T -o -build -this -presen -tation -from -the -source, -run: +.T +o +build +this +presen +tation +from +the +source, +run: -dvilualatexbeamer-example -dvilualatex -beamer-example -dvisvgm ---bbox=papersize ---font-format=woff2 ---zoom=-1 ---page=- -beamer-example +dvilualatexbeamer-example +dvilualatex +beamer-example +dvisvgm +--bbox=papersize +--font-format=woff2 +--zoom=-1 +--page=- +beamer-example diff --git a/Master/texmf-dist/doc/latex/media4svg/example/beamer-example-2.svg b/Master/texmf-dist/doc/latex/media4svg/example/beamer-example-2.svg index 4449e793019..ec3d697ea75 100644 --- a/Master/texmf-dist/doc/latex/media4svg/example/beamer-example-2.svg +++ b/Master/texmf-dist/doc/latex/media4svg/example/beamer-example-2.svg @@ -9,13 +9,13 @@ function $(id) {return document.getElementById("msvg@"+id.toString().trim());}; @@ -26,7 +26,7 @@ text.f9 {font-family:ec-lmr10;font-size:10.909088px} - + Video file @@ -40,14 +40,14 @@ text.f9 {font-family:ec-lmr10;font-size:10.909088px} pac kage -mwe -\includemedia[width=24em,height=13.5em]{}{example-movie.mp4} +mwe +\includemedia[width=24em,height=13.5em]{}{example-movie.mp4} - -