source: trunk/superbib_pdf.xsl

Last change on this file was 355, checked in by pinsard, 10 years ago

fix thanks to coding rules; typo; dupe empty lines

  • Property svn:keywords set to Id
File size: 994 bytes
Line 
1<?xml version='1.0' encoding='ISO-8859-1'?>
2<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3
4<!--rst
5
6.. _superbib_pdf.xsl:
7
8================
9superbib_pdf.xsl
10================
11
12DESCRIPTION
13===========
14
15transformation docbook en un pdf
16
17EVOLUTIONS
18==========
19
20$Id$
21
22- fplod 2007-04-03T12:53:38Z aedon.locean-ipsl.upmc.fr (Darwin)
23
24  * création
25    d'après http://dblatex.sourceforge.net/doc/sec-custom.html
26
27-->
28
29<xsl:include href="titlepage.superbib.xsl"/>
30
31<xsl:template match="*" mode="book.titlepage.mode"/>
32<!-- ++
33<xsl:param name="toc.section.depth" select="3"/>
34<xsl:param name="section.autolabel" select="1"/>
35-->
36<!-- ++ pas pris en compte -->
37<xsl:param name="generate.toc">
38article nop
39</xsl:param>
40<xsl:param name="section.autolabel" select="0"/>
41
42<xsl:param name="latex.hyperparam">colorlinks,linkcolor=blue</xsl:param>
43<xsl:param name="latex.class.options">a4paper,14pt,twoside,openright</xsl:param><!-- ++ pas pris en compte -->
44
45</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.