diff options
author | Gerald W. Carter <jerry@samba.org> | 2008-04-22 10:09:40 -0500 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:48 -0500 |
commit | 8f8a9f01909ba29e2b781310baeeaaddc3f15f0d (patch) | |
tree | 90c6b720ad3a7bc815245c0ef28820424f89d658 /docs-xml/xslt/db2latex-xsl/README | |
parent | 197238246389c40edc60c6630d18d6913086e630 (diff) | |
download | samba-8f8a9f01909ba29e2b781310baeeaaddc3f15f0d.tar.gz samba-8f8a9f01909ba29e2b781310baeeaaddc3f15f0d.tar.bz2 samba-8f8a9f01909ba29e2b781310baeeaaddc3f15f0d.zip |
Moving docs tree to docs-xml to make room for generated docs in the release tarball.
(This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)
Diffstat (limited to 'docs-xml/xslt/db2latex-xsl/README')
-rw-r--r-- | docs-xml/xslt/db2latex-xsl/README | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/docs-xml/xslt/db2latex-xsl/README b/docs-xml/xslt/db2latex-xsl/README new file mode 100644 index 0000000000..cf76210f09 --- /dev/null +++ b/docs-xml/xslt/db2latex-xsl/README @@ -0,0 +1,39 @@ +<!--############################################################################# + | $Id: README,v 1.2 2004/01/31 12:53:35 j-devenish Exp $ + |- ############################################################################# + | $Author: j-devenish $ + | + | PURPOSE: + + ############################################################################## --> + +Note +===================== +This file is obsolete. Please see the instructions available at the DB2LaTeX +project website <http://db2latex.sourceforge.net/> -- a local HTML copy +accompanies this distribution. + +Disclaimer +===================== +Documentation is *needed* and obviously very important, but bear +in mind that it is also very boring. WYSIWID: What you see is +what it's done... + +Installation +===================== +DB2LaTeX is now a standalone product, the main driver stylesheet is docbook.xsl. +Process your document with your favourite (and I hope supported) XSLT engine. +See the sample directory. + +Extending the stylesheets +========================= +XSL variables that are supposed to affect the output of the XSLT are in vars.mod.xsl +Cfr. Norman Walsh documentation on how to extend (add a customization layer). + +Thanks +===================== +See the THANKS file + +Authors +===================== +Ramon Casellas casellas@infres.enst.fr +James Devenish j-devenish@users.sourceforge.net |