pdnMesh | Screenshots | Tutorial
The pdnmesh tutorial ia available in the following
formats. Now the tutorial is based on DocBook.
Here is how I converted the SGML source to HTML.
#!/bin/sh
XHTML_XSLSTYLE=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/chunk.xsl
xsltproc\
--stringparam tex.math.in.alt "latex"\
--stringparam base.dir ./\
--stringparam ignore.image.scaling 1\
--stringparam passivetex.extensions 1\
--stringparam preferred.mediaobject.role "html"\
$(XHTML_XSLSTYLE) tutorial.sgml
latex tex-math-equations.tex
dvi2bitmap\
--magnification=2 --scale=5 --font-mode=nec --resolution=300\
tex-math-equations.dvi
xsltproc\
--stringparam base.dir ./\
--stringparam tex.math.in.alt "latex"\
--stringparam ignore.image.scaling 1\
--stringparam passivetex.extensions 1\
--stringparam preferred.mediaobject.role "html"\
$(XHTML_XSLSTYLE) tutorial.sgml