aboutsummaryrefslogtreecommitdiff
path: root/doc/user/slide.skb
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/slide.skb')
-rw-r--r--doc/user/slide.skb6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/user/slide.skb b/doc/user/slide.skb
index a381e04..35332f2 100644
--- a/doc/user/slide.skb
+++ b/doc/user/slide.skb
@@ -153,6 +153,8 @@ projection. This may not be supported by all engines.])
(doc-markup 'slide-embed
`((:command [The binary file for running the embedded
application.])
+ (:arguments [Additional arguments to be passed to the
+application (a list of strings).])
(:geometry-opt [The name of the geometry option to be sent
to the embedded application.])
(:geometry [The geometry value to be sent.])
@@ -192,8 +194,8 @@ output format does not support embedded application.]))
(markup-writer 'slide-vspace e
:options '(:alt)
:action dummy-slide-vspace-output)
- (markup-writer 'slide-embed e
- :options '(:alt)
+ (markup-writer 'slide-embed
+ :options '(:command :arguments :alt)
:action dummy-slide-embed-output)
e))
(include "src/slides.skb"))))