source: trunk/superbib_pdf.xsl @ 323

Last change on this file since 323 was 323, checked in by pinsard, 11 years ago

fix for XSL documentations

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