]> pere.pagekite.me Git - text-free-culture-lessig.git/blob - data/pdf.xsl
Document where to find Crimson Text.
[text-free-culture-lessig.git] / data / pdf.xsl
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 <!-- The TOC links in the titles, and in blue. -->
5 <xsl:param name="latex.hyperparam">linktocpage,colorlinks,linkcolor=blue,pdfstartview=FitH</xsl:param>
6 <xsl:param name="callout.linkends.hot">0</xsl:param>
7
8 <!-- Put the dblatex logo -->
9 <!-- xsl:param name="doc.publisher.show">1</xsl:param -->
10
11 <!-- List the examples and equations too, no tables and figures -->
12 <xsl:param name="doc.lot.show">example</xsl:param>
13
14 <!-- Avoid incorrect chapter numbers -->
15 <xsl:param name="doc.section.depth">-2</xsl:param>
16 <xsl:param name="latex.class.book">myclass</xsl:param>
17
18 <xsl:param name="imagedata.default.scale">maxwidth=15.5cm,maxheight=12cm</xsl:param>
19 <xsl:param name="draft.mode">yes</xsl:param>
20 <xsl:param name="draft.watermark">0</xsl:param>
21 <xsl:param name="doc.collab.show">0</xsl:param>
22
23 <xsl:param name="insert.xref.page.number">1</xsl:param>
24
25 <!-- xsl:include href="lulu.xsl" / -->
26 <!-- xsl:include href="licentia.xsl" /-->
27
28 <xsl:include href="origsize.xsl" />
29
30 <!-- fall back to simplex A4 if not creating PDF for a specific size. -->
31 <!-- xsl:param name="paper.type">A4</xsl:param -->
32 <xsl:param name="double.sided">0</xsl:param>
33 <xsl:param name="latex.class.options">a4paper</xsl:param>
34
35 <!-- font for XSL/FOP -->
36 <!-- FIXME figure out why the font name 'Crimson Text' is not recoginized by fop -->
37 <!--
38 <xsl:param name="body.font.family" select="'Crimson Text'"/>
39 <xsl:param name="title.font.family" select="'Crimson Text'"/>
40 -->
41 <!-- <xsl:param name="dingbat.font.family">Crimson Text</xsl:param> -->
42 <!-- <xsl:param name="monospace.font.family" select="'Courier,MS Gothic'"/> -->
43
44 </xsl:stylesheet>