source: trunk/bibnemomaf_pdf.xsl @ 8

Last change on this file since 8 was 2, checked in by smasson, 17 years ago

initial import

File size: 979 bytes
Line 
1<?xml version='1.0' encoding='ISO-8859-1'?> 
2<!--
3module :
4transformation docbook en un pdf
5
6source :
7/usr/home/fplod/incas/bibnemo/src/bibnemomaf/bibnemomaf_pdf.xsl sur aedon.locean-ipsl.upmc.fr
8
9mise à jour :
10fplod 2007-04-03T12:53:38Z aedon.locean-ipsl.upmc.fr (Darwin)
11création
12d'après http://dblatex.sourceforge.net/doc/sec-custom.html
13-->
14<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 
15
16<xsl:include href="titlepage.bibnemomaf.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.