Differences between revisions 2 and 6 (spanning 4 versions)
Revision 2 as of 2013-06-20 20:00:11
Size: 177
Editor: rbeezer
Comment:
Revision 6 as of 2013-06-20 20:08:06
Size: 445
Editor: rbeezer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
  1. XSL transform to LaTeX   1. XSL transform to LaTeX [[attachment:article-latex.xsl]]
Line 5: Line 5:
  1. Example XML document   1. Example XML document  [[attachment:calculus-article.xml]]
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
}}}

Or you should be able to preview

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

Or you should be able to preview

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