File: t-mathsets.xml

package info (click to toggle)
context-modules 20140528-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 15,744 kB
  • ctags: 444
  • sloc: xml: 1,501; makefile: 51; sh: 31
file content (34 lines) | stat: -rw-r--r-- 1,093 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0"?>

<cd:interface xmlns:cd="http://www.pragma-ade.com/commands" 
              name="context/third/t-mathsets" 
              language="all" version="2008.07.03">

<cd:command name="definemathset" file="t-mathsets.tex">
  <cd:sequence>
    <cd:string value="definemathset" />
  </cd:sequence>
  <cd:arguments>
    <cd:keywords>
      <cd:constant type="cd:name" />
    </cd:keywords>
    <cd:assignments list="yes">
       <cd:parameter name="text">
         <cd:constant type="no" default="yes"/>
         <cd:constant type="cd:text" />
      </cd:parameter>    
       <cd:parameter name="left">
         <cd:constant type="\{" default="yes"/>
         <cd:constant type="cd:text" />
      </cd:parameter>    
       <cd:parameter name="middle">
         <cd:constant type="\vert" default="yes"/>
         <cd:constant type="cd:text" />
      </cd:parameter>    
       <cd:parameter name="right">
         <cd:constant type="\}" default="yes"/>
         <cd:constant type="cd:text" />
      </cd:parameter>    
    </cd:assignments>      
  </cd:arguments>
</cd:command>