Changes

Jump to navigation Jump to search
1,077 bytes added ,  21:17, 11 August 2004
This page describes the xml file for texshow-web
==<tt>interface.rnc</tt>==

This page describes how to use the Relax NG Comact Schema <tt>interface.rnc</tt> that texshow-web and alike builds upon.

The namespace for the xml definition is <tt><nowiki>http://www.pragma-ade.com/commands</nowiki></tt>.

===How do the elements look like?===
{|
|+sample apperance of elements
|-
! element name !! simple !! list !! description
|-
| keywords ||<tt>[...]</tt> || <tt>[...,...,...]</tt> || <tt>[...] keyword</tt>
|-
| assignments || <tt>a=b</tt> ||<tt>[...,...=...,...]</tt>
|-
| content || <tt>{...} || {...,...,...}</tt>
|-
| triplet || <tt>[x:y:z]</tt>?? || <tt>[x:y:z=,...]</tt>
|-
| reference || <tt>[ref,ref,...]</tt>
|-
| word || <tt>{... ...}</tt>
|-
| nothing || <tt>...</tt>
|-
| file || <tt>... </tt>|| || <tt>... file</tt>
|-
| csname || <tt>\command</tt>
|-
| index || <tt>{...}</tt>|| <tt>{...+...+...}</tt>
|-
| position || <tt>(..)</tt> || <tt>(...,...)</tt> || <tt>(...,...)</tt> ''number'', ''number''
|-
| displaymath || <tt>$$...$$</tt> || || <tt>$$...$$</tt> ''formula''
|-
| tex || <tt>\command</tt>
|}

Navigation menu