Differences between revisions 4 and 5
Revision 4 as of 2013-06-20 20:03:01
Size: 246
Editor: rbeezer
Comment:
Revision 5 as of 2013-06-20 20:06:47
Size: 408
Editor: rbeezer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
To use, for example To use, for example, put all files in the same directory and issue

{{{
xsltproc article-latex.xsl calculus-article.xml > calculus-article.tex
pdflatex calculus-article.tex
}}}

MathBook: An XML Application

  1. XSL transform to LaTeX article-latex.xsl

  2. XSL transform to XHTML article-html.xsl

  3. Example XML document calculus-article.xml

To use, for example, put all files in the same directory and issue

xsltproc article-latex.xsl calculus-article.xml > calculus-article.tex
pdflatex calculus-article.tex

mathbook (last edited 2014-04-30 17:24:35 by rbeezer)