Interface.rnc
Jump to navigation
Jump to search
< XML
interface.rnc
This page describes how to use the Relax NG Comact Schema interface.rnc that texshow-web and alike builds upon.
The namespace for the xml definition is http://www.pragma-ade.nl/commands.
How do the elements look like?
| element name | simple | list | description |
|---|---|---|---|
| keywords | [...] | [...,...,...] | [...] keyword |
| assignments | [...=...] | [...,...=...,...] | a=b |
| content | {...} | {...,...,...} | <text> (fixed) |
| triplet | [x:y:z]?? | [x:y:z=,...] | |
| reference | [ref] | [ref,ref,...] | |
| word | {... ...} | ||
| nothing | ... | ||
| file | ... | ... file | |
| csname | \command | ||
| index | {...} | {...+...+...} | |
| position | (..) | (...,...) | (...,...) number, number |
| displaymath | $$...$$ | $$...$$ formula | |
| tex | \command |