source: trunk/superbib_pdf.xsl @ 140

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

no more NEMO reference in XSL files; project information (name and home page are in main.xml

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