summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/interface
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-02-01 21:56:46 +0000
committerKarl Berry <karl@freefriends.org>2015-02-01 21:56:46 +0000
commit87932dd0df7362d66a73e360f64c91a41b95ebd0 (patch)
tree2ccdb5e1d290df69f3c44a677e475dc0657fd740 /Master/texmf-dist/tex/context/interface
parent373a415f542caa0b4b63e4abedb259b846a97c9e (diff)
context-animation (1feb15)
git-svn-id: svn://tug.org/texlive/trunk@36186 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/interface')
-rw-r--r--Master/texmf-dist/tex/context/interface/third/t-animation.xml77
1 files changed, 77 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/interface/third/t-animation.xml b/Master/texmf-dist/tex/context/interface/third/t-animation.xml
new file mode 100644
index 00000000000..7ad5cb55a44
--- /dev/null
+++ b/Master/texmf-dist/tex/context/interface/third/t-animation.xml
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<cd:interface xmlns:cd="http://www.pragma-ade.com/commands" name="context" language="en" version="2011.05.19">
+
+<cd:command name="animation" type="environment" generated="yes" file="t-animation.mkvi">
+ <cd:sequence>
+ <cd:variable value="animation"/>
+ </cd:sequence>
+ <cd:arguments>
+ <cd:keywords n="1" optional="yes">
+ <cd:constant type="cd:name"/>
+ </cd:keywords>
+ <cd:assignments n="2" list="yes" optional="yes">
+ <cd:inherit name="setupanimation" n="2"/>
+ <cd:inherit name="definefieldstack" n="3"/>
+ </cd:assignments>
+ </cd:arguments>
+</cd:command>
+
+<cd:command name="animation" type="environment" file="t-animation.mkvi">
+ <cd:sequence>
+ <cd:string value="animation"/>
+ </cd:sequence>
+ <cd:arguments>
+ <cd:keywords n="1" optional="yes">
+ <cd:constant type="cd:name"/>
+ </cd:keywords>
+ <cd:assignments n="2" list="yes" optional="yes">
+ <cd:inherit name="setupanimation" n="2"/>
+ <cd:inherit name="definefieldstack" n="3"/>
+ </cd:assignments>
+ </cd:arguments>
+</cd:command>
+
+<cd:command name="defineanimation" file="t-animation.mkvi">
+ <cd:sequence>
+ <cd:string value="defineanimation"/>
+ </cd:sequence>
+ <cd:arguments>
+ <cd:keywords n="1">
+ <cd:constant type="cd:name"/>
+ </cd:keywords>
+ <cd:keywords n="2" optional="yes">
+ <cd:constant type="cd:name"/>
+ </cd:keywords>
+ <cd:assignments n="3" list="yes" optional="yes">
+ <cd:inherit name="setupanimation" n="2"/>
+ </cd:assignments>
+ </cd:arguments>
+</cd:command>
+
+<cd:command name="setupanimation" file="t-animation.mkvi">
+ <cd:sequence>
+ <cd:string value="setupanimation"/>
+ </cd:sequence>
+ <cd:arguments>
+ <cd:keywords n="1">
+ <cd:constant type="cd:name"/>
+ </cd:keywords>
+ <cd:assignments n="2">
+ <cd:parameter name="menu">
+ <cd:constant type="yes"/>
+ <cd:constant type="no"/>
+ <cd:constant type="overlay" default="yes"/>
+ </cd:parameter>
+ <cd:parameter name="menustyle">
+ <cd:resolve name="style"/>
+ </cd:parameter>
+ <cd:parameter name="menucolor">
+ <cd:constant type="cd:name"/>
+ </cd:parameter>
+ <cd:inherit name="setupframed" n="2"/>
+ </cd:assignments>
+ </cd:arguments>
+</cd:command>
+
+</cd:interface> \ No newline at end of file