diff options
| author | David Kaufmann <astra@fsinf.at> | 2011-11-14 00:13:19 +0100 |
|---|---|---|
| committer | David Kaufmann <astra@fsinf.at> | 2011-11-14 00:13:19 +0100 |
| commit | 14d64785aaac4bb792f31c2fafb7332b74612c9f (patch) | |
| tree | 77db363a3c174a4a3c1a6f183759de69905b70e3 /vim-latex/doc/latex-suite.xsl | |
| download | config-14d64785aaac4bb792f31c2fafb7332b74612c9f.tar.gz | |
init copy
Diffstat (limited to 'vim-latex/doc/latex-suite.xsl')
| -rw-r--r-- | vim-latex/doc/latex-suite.xsl | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vim-latex/doc/latex-suite.xsl b/vim-latex/doc/latex-suite.xsl new file mode 100644 index 0000000..ca6a51a --- /dev/null +++ b/vim-latex/doc/latex-suite.xsl @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version="1.0" + xmlns="http://www.w3.org/TR/xhtml1/transitional" + exclude-result-prefixes="#default"> + + <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/> + + <!-- import common customizations --> + <xsl:import href="latex-suite-common.xsl"/> + + <xsl:output method="html" + encoding="ISO-8859-1" + indent="no"/> + + <!-- insert customization here --> + + <xsl:param name="section.autolabel" select="1"/> + <xsl:param name="html.stylesheet" select="'latex-suite.css'"/> + + +</xsl:stylesheet> |
