diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-24 00:31:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-24 00:31:38 +0000 |
commit | 3db8854079e5f66bff8e115d3e53b74a9e6b1b94 (patch) | |
tree | c76f77b61118c210746b2b9a513369908249ae7e /Master/texmf-dist/doc/xmltex/base/manual.xsl | |
parent | 631b5bbb9b2878fe0c658883d594124839413456 (diff) |
move doc for lesser-used formats to subdirs
git-svn-id: svn://tug.org/texlive/trunk@13440 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/xmltex/base/manual.xsl')
-rw-r--r-- | Master/texmf-dist/doc/xmltex/base/manual.xsl | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/Master/texmf-dist/doc/xmltex/base/manual.xsl b/Master/texmf-dist/doc/xmltex/base/manual.xsl deleted file mode 100644 index 0bf8a7234ed..00000000000 --- a/Master/texmf-dist/doc/xmltex/base/manual.xsl +++ /dev/null @@ -1,29 +0,0 @@ -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -version="1.0"> -<xsl:import href="http://www.oucs.ox.ac.uk/stylesheets/teihtml.xsl"/> -<xsl:variable name="subTocDepth">-2</xsl:variable> -<xsl:variable name="masterFile">manual</xsl:variable> -<xsl:variable name="splitLevel">-1</xsl:variable> -<xsl:variable name="alignNavigationPanel">center</xsl:variable> -<xsl:variable name="topNavigationPanel"></xsl:variable> -<xsl:variable name="bottomNavigationPanel">true</xsl:variable> -<xsl:variable name="institution">Numerical Algorithms Group: NAG</xsl:variable> -<xsl:variable name="homeURL">http://www.nag.co.uk/</xsl:variable> -<xsl:variable name="homeWords">NAG</xsl:variable> -<xsl:variable name="parentURL">http://www.tei-c.org/</xsl:variable> -<xsl:variable name="parentWords">NAG</xsl:variable> -<xsl:variable name="feedbackURL">http://www.nag.co.uk/</xsl:variable> -<xsl:variable name="feedbackWords">NAG</xsl:variable> -<xsl:variable name="searchURL"></xsl:variable> -<xsl:variable name="searchWords"></xsl:variable> -<xsl:variable name="showTitleAuthor">true</xsl:variable> -<xsl:template name="logoPicture"/> -<xsl:template name="copyrightStatement"> Copyright 2000 David Carlisle, NAG - -</xsl:template> - - - -</xsl:stylesheet> - - |