summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/media4svg/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/media4svg/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/media4svg/README.md12
1 files changed, 6 insertions, 6 deletions
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=<mime type>
````
@@ -150,7 +150,7 @@ width=<h-size>
height=<v-size> | totalheight=<v-size>
keepaspectratio
````
-Resize the media widget or set its size if `<poster text>` is left empty. If
+Resize the media display or set its size if `<poster text>` is left empty. If
provided, `<poster text>` 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 `<poster text>`. If both
@@ -163,7 +163,7 @@ dimensions of `<poster text>`.
````latex
scale=<factor>
````
-Scales the media widget by `<factor>`.
+Scales the media display by `<factor>`.
----