summaryrefslogtreecommitdiff
path: root/mod/tex/context/interface/third/t-rst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mod/tex/context/interface/third/t-rst.xml')
-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>