Difference between revisions of "XML"

From Wiki
Jump to navigation Jump to search
 
(accidently inserted math page)
Line 1: Line 1:
 
< [[Main Page]]
 
< [[Main Page]]
  
You can use all of PlainTeX math and most of AMSmath in ConTeXt; for the latter you may need the '''nath''' module (see on [ftp://dante.ctan.org/tex-archive/macros/context/contrib/maths/t-nath.tex CTAN]).
+
If you want to get more from your code than just a PDF (or DVI) output, e.g. HTML or if you need a good typesetting machine for your XML code, you're right with ConTeXt.
  
The "native" ConTeXt way of math is MathML - rather verbose but mighty. Here's the docs:
+
Here are some links to existing docs:
 +
* [http://www.pragma-ade.com/general/manuals/example.pdf XML in ConTeXt] by Pragma
 +
* [http://www.leverkruid.nl/context/index.html XML DocBook in ConTeXt] by Simon Pepping
 
* [http://www.pragma-ade.com/general/manuals/mmlprime.pdf MathML (general)] by Pragma
 
* [http://www.pragma-ade.com/general/manuals/mmlprime.pdf MathML (general)] by Pragma
 
* [http://www.pragma-ade.com/general/manuals/mmlexamp.pdf MathML in ConTeXt (examples)] by Pragma
 
* [http://www.pragma-ade.com/general/manuals/mmlexamp.pdf MathML in ConTeXt (examples)] by Pragma
 
* [http://www.pragma-ade.com/general/manuals/xchemml-p.pdf ChemML (MathML extension for chemistry)] ([http://www.pragma-ade.com/general/manuals/xchemml-s.pdf screen]) by Pragma
 
* [http://www.pragma-ade.com/general/manuals/xchemml-p.pdf ChemML (MathML extension for chemistry)] ([http://www.pragma-ade.com/general/manuals/xchemml-s.pdf screen]) by Pragma
 
* [http://www.pragma-ade.com/general/manuals/xphysml-p.pdf PhysML (MathML extension for physics)] ([http://www.pragma-ade.com/general/manuals/xphysml-s.pdf screen]) by Pragma
 
* [http://www.pragma-ade.com/general/manuals/xphysml-p.pdf PhysML (MathML extension for physics)] ([http://www.pragma-ade.com/general/manuals/xphysml-s.pdf screen]) by Pragma
 +
* [http://www.pragma-ade.com/general/manuals/xfigures-p.pdf Figures (XML image databases)] ([http://www.pragma-ade.com/general/manuals/xfigures-s.pdf screen]) by Pragma
 
* [http://www.pragma-ade.com/general/manuals/xsteps-p.pdf Steps (XML step charts)] ([http://www.pragma-ade.com/general/manuals/xsteps-s.pdf screen]) by Pragma
 
* [http://www.pragma-ade.com/general/manuals/xsteps-p.pdf Steps (XML step charts)] ([http://www.pragma-ade.com/general/manuals/xsteps-s.pdf screen]) by Pragma
* [http://homepage.mac.com/atl/tex/EulerContext.pdf Euler in \ConTeXt (using Euler math font)] by Adam Lindsay
+
* [http://www.pragma-ade.com/general/manuals/xxmldir.pdf XML DIR (directory and file access)] by Pragma
 
 
Esp. for physics there's the '''units''' module. (Can anyone write something about it?)
 

Revision as of 09:44, 21 July 2004

< Main Page

If you want to get more from your code than just a PDF (or DVI) output, e.g. HTML or if you need a good typesetting machine for your XML code, you're right with ConTeXt.

Here are some links to existing docs: