pdnMesh | Screenshots | Tutorial

pdnMesh 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


Comments to: sarod @ users.sf.net
Copyright © 2001-2005 Sarod Yatawatta
SourceForge Logo
$ Mon Apr 25 23:27:41 PDT 2005 $