diff options
| author | David Kaufmann <astra@fsinf.at> | 2011-11-15 16:48:21 +0100 |
|---|---|---|
| committer | David Kaufmann <astra@fsinf.at> | 2011-11-15 16:48:21 +0100 |
| commit | 5cffdb1f6922496d1bb3b3aae4152df64e0bc87f (patch) | |
| tree | 7df4ee4d1a8209ed01d5aa4a1ab8d6fbba902893 /src/vim-latex/doc/latex-suite-common.xsl | |
| parent | 890bcf73e280fcf2d518ea6396de9afc0141e1df (diff) | |
| download | config-5cffdb1f6922496d1bb3b3aae4152df64e0bc87f.tar.gz | |
submodule stuff
Diffstat (limited to 'src/vim-latex/doc/latex-suite-common.xsl')
| -rw-r--r-- | src/vim-latex/doc/latex-suite-common.xsl | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/src/vim-latex/doc/latex-suite-common.xsl b/src/vim-latex/doc/latex-suite-common.xsl deleted file mode 100644 index 2f44272..0000000 --- a/src/vim-latex/doc/latex-suite-common.xsl +++ /dev/null @@ -1,62 +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"> - - <!-- Common customizations for all stylesheets --> - - <!-- this omits the trailing '.' in numbered sections --> - <xsl:param name="autotoc.label.separator" select="' '"/> - <xsl:param name="local.l10n.xml" select="document('')"/> - - <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> - <l:l10n language="en"> - <l:context name="title-numbered"> - <l:template name="section" text="%n %t"/> - </l:context> - </l:l10n> - </l:i18n> - - <!-- override template for revhistory table --> - <xsl:template match="revhistory" mode="titlepage.mode"> - <xsl:variable name="numcols"> - <xsl:choose> - <xsl:when test="//authorinitials">3</xsl:when> - <xsl:otherwise>2</xsl:otherwise> - </xsl:choose> - </xsl:variable> - - <div xmlns="http://www.w3.org/1999/xhtml" class="{name(.)}"> - <table border="2" cellspacing="4" width="100%" summary="Revision history"> - <tr> - <th align="left" valign="top" colspan="{$numcols}"> - <b> - <xsl:call-template name="gentext"> - <xsl:with-param name="key" select="'RevHistory'"/> - </xsl:call-template> - </b> - </th> - </tr> - <xsl:apply-templates mode="titlepage.mode"> - <xsl:with-param name="numcols" select="$numcols"/> - </xsl:apply-templates> - </table> - </div> - </xsl:template> - - <!-- - <xsl:template name="user.header.content"> - <div id="customheader"> - <span class="logo">TeX Refs</span> - </div> - </xsl:template> - - <xsl:template name="user.footer.content"> - <div id="customfooter"> - Copyright © 2002 P. Karp, M. Wiedmann - </div> - </xsl:template> - --> - -</xsl:stylesheet> |
