Re-add some missing files.
[dcpomatic.git] / doc / manual / dcpomatic-html.xsl
1 <?xml version='1.0'?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3                 xmlns:fo="http://www.w3.org/1999/XSL/Format"
4                 version="1.0">
5
6 <!-- Our CSS -->
7 <xsl:param name="html.stylesheet" select="'dcpomatic.css'"/>
8
9 <!-- I can't fathom xmlto's logic with image scaling, so I've turned it off -->
10 <xsl:param name="ignore.image.scaling" select="1"/>
11
12 </xsl:stylesheet>