File: latex-suite.xsl

package info (click to toggle)
vim-latexsuite 1%3A1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 5,424 kB
  • sloc: xml: 5,159; python: 906; makefile: 92; perl: 59; sh: 14
file content (22 lines) | stat: -rw-r--r-- 620 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>