File: myparam.xsl

package info (click to toggle)
dblatex 0.2-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,340 kB
  • ctags: 306
  • sloc: xml: 40,983; python: 2,314; makefile: 118; sh: 91
file content (11 lines) | stat: -rw-r--r-- 377 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
<?xml version='1.0' encoding="iso-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>

<!-- We want the TOC links in the titles, and in blue.
 -->
<xsl:param name="latex.hyperparam">colorlinks,linkcolor=blue,pdfstartview=FitH</xsl:param>

<!-- Put the dblatex logo -->
<xsl:param name="doc.publisher.show">1</xsl:param>

</xsl:stylesheet>