diff options
| author | David Kaufmann <astra@fsinf.at> | 2011-11-14 02:04:57 +0100 |
|---|---|---|
| committer | David Kaufmann <astra@fsinf.at> | 2011-11-14 02:05:03 +0100 |
| commit | d14e32945633316b352efec22a1ab4ffd00cb618 (patch) | |
| tree | 353b04d57ab9134d1f546440395d75754a69542f /vim-latex/doc/latex-suite.xsl | |
| parent | a76ddbccedbd9873342629d07fdb0cd8ba536cc0 (diff) | |
| download | config-d14e32945633316b352efec22a1ab4ffd00cb618.tar.gz | |
moved sources to src
Diffstat (limited to 'vim-latex/doc/latex-suite.xsl')
| -rw-r--r-- | vim-latex/doc/latex-suite.xsl | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/vim-latex/doc/latex-suite.xsl b/vim-latex/doc/latex-suite.xsl deleted file mode 100644 index ca6a51a..0000000 --- a/vim-latex/doc/latex-suite.xsl +++ /dev/null @@ -1,22 +0,0 @@ -<?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> |
