Ctx

From Wiki
Revision as of 05:47, 16 January 2007 by Adityam (talk | contribs) (reverted to the last version by User:Patrick_Gundlach)
Jump to navigation Jump to search

See:

Processing XML files

To process an xml.xml file with style definitions in xml.ctex you can make a xml.ctx file that says:

<?xml version='1.0' standalone='yes'?>

<ctx:job>
   <ctx:message>whatever you like</ctx:message>
   <ctx:preprocess/>
   <ctx:process>
       <ctx:resources>
           <ctx:environment>xml.ctex</ctx:environment>
       </ctx:resources>
   </ctx:process>
   <ctx:postprocess/>
</ctx:job>

and directly run

newtexexec xml.xml