summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/media4svg/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/media4svg/README.md')
-rw-r--r--macros/latex/contrib/media4svg/README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/macros/latex/contrib/media4svg/README.md b/macros/latex/contrib/media4svg/README.md
index ffd660a6b1..4b280442d2 100644
--- a/macros/latex/contrib/media4svg/README.md
+++ b/macros/latex/contrib/media4svg/README.md
@@ -1,6 +1,6 @@
# The `media4svg` LaTeX Package
-Version 0.10, 2022/09/12
+Version 0.11, 2022/09/23
© 2020--today, Alexander Grahn
@@ -87,8 +87,8 @@ The package itself is loaded with
Package options are: `draft`, `final`, `autoplay`, `loop`, `controls`,
`mimetype`, `width`, `height`, `totalheight`, `keepaspectratio`, `scale`,
-`url`, `embed`. They have the same meaning as the command options explained
-below, but are applied globally.
+`url`, `youtube`, `embed`. They have the same meaning as the command options
+explained below, but are applied globally.
Note that `media4svg` is incompatible with package `media9`.
@@ -148,6 +148,11 @@ be embedded in the SVG file.
````latex
youtube
````
+The last argument of `\includemedia' is taken as a comma-separated list of
+YouTube video IDs.
+````latex
+youtube
+````
This embeds a YouTube player. The last argument of `\includemedia` is a single
or a comma-separated list of YouTube video IDs.
````latex