From 243aa4a26a7c087f4216eb3b537f355bc31a6d19 Mon Sep 17 00:00:00 2001
From: Ludovic Court`es
Date: Mon, 23 Oct 2006 17:25:00 +0000
Subject: Added a `:arguments' keyword to `slide-embed'.

* src/guile/skribilo/package/slide.scm (slide-embed): Added an
  `arguments' keyword.

* doc/user/slide.skb: Updated the markup documentation.

git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-7
---
 doc/user/slide.skb | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'doc')

diff --git a/doc/user/slide.skb b/doc/user/slide.skb
index 3e903ad..f937a75 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,6 +194,7 @@ output format does not support embedded application.]))
 			 (markup-writer 'slide-vspace
 					:action dummy-slide-vspace-output)
 			 (markup-writer 'slide-embed
+			                :options '(:command :arguments :alt)
 					:action dummy-slide-embed-output)
 			 e))
 		     (include "src/slides.skb"))))
-- 
cgit v1.2.3