summaryrefslogtreecommitdiff
path: root/mod/tex/context/interface
diff options
context:
space:
mode:
authorPhilipp Gesang <pgesang@ix.urz.uni-heidelberg.de>2011-08-28 13:47:54 +0200
committerPhilipp Gesang <pgesang@ix.urz.uni-heidelberg.de>2011-08-28 13:47:54 +0200
commit258db63993a69f76301faefa7e7a5727f23d2614 (patch)
tree5c5996b80fdac9ad262e8461b7d7c494ccf06396 /mod/tex/context/interface
parentca39cfc363db7adc07e21057cf77b14871554e09 (diff)
downloadcontext-rst-258db63993a69f76301faefa7e7a5727f23d2614.tar.gz
updated XML interface definition
Diffstat (limited to 'mod/tex/context/interface')
-rw-r--r--mod/tex/context/interface/third/t-rst.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/mod/tex/context/interface/third/t-rst.xml b/mod/tex/context/interface/third/t-rst.xml
index 52a9380..cce4f3a 100644
--- a/mod/tex/context/interface/third/t-rst.xml
+++ b/mod/tex/context/interface/third/t-rst.xml
@@ -3,14 +3,27 @@
<cd:interface xmlns:cd="http://www.pragma-ade.com/commands"
name="context"
language="en"
- version="0.4; 2011-05-08 15:08:34+0200">
+ version="0.6; 2011-08-28 13:46:23+0200">
<cd:command name="typesetRSTfile" generated="no" file="t-rst.mkiv">
<cd:sequence>
<cd:variable value="typesetRSTfile"/>
</cd:sequence>
<cd:arguments>
- <cd:content n="1" optional="no"/>
+ <cd:assignments n="1" list="yes" optional="yes">
+ <cd:parameter name="expandtab">
+ <cd:constant type="false" default="false"/>
+ <cd:constant type="true"/>
+ </cd:parameter>
+ <cd:parameter name="shiftwidth">
+ <cd:constant type="cd:number" default="4"/>
+ </cd:parameter>
+ <cd:parameter name="stripBOM">
+ <cd:constant type="false" default="false"/>
+ <cd:constant type="true"/>
+ </cd:parameter>
+ </cd:assignments>
+ <cd:content n="2" optional="no"/>
</cd:arguments>
</cd:command>