summaryrefslogtreecommitdiff
path: root/macros/xmltex/base/manual.xsl
blob: 0bf8a7234ed0f8b298a7044f6f973e5cfd7e4075 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<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>