revising ch.5 - history
[gitmagic.git] / fop-vi.xsl
blob7558fd3751700baa65c21b83c3c77814ed70cacb
1 <?xml version='1.0' encoding="UTF-8"?>
3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 xmlns:exsl="http://exslt.org/common"
5 xmlns:fo="http://www.w3.org/1999/XSL/Format"
6 xmlns:ng="http://docbook.org/docbook-ng"
7 xmlns:db="http://docbook.org/ns/docbook"
8 exclude-result-prefixes="db ng exsl"
9 version='1.0'>
11 <xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl"/>
12 <xsl:param name="body.font.family">DejaVu Serif</xsl:param>
13 <xsl:param name="monospace.font.family">DejaVu Sans ExtraLight</xsl:param>
14 <xsl:param name="title.font.family">DejaVu Serif Bold</xsl:param>
16 </xsl:stylesheet>