source: trunk/superbib_pdf.xsl @ 48

Last change on this file since 48 was 48, checked in by pinsard, 16 years ago

improvements of headers, add property svn:keywords, typo

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