]> matita.cs.unibo.it Git - helm.git/blob - matita/help/C/matita-tex.xsl
the Matita manual is now convertible to a decent .tex that is processable both
[helm.git] / matita / help / C / matita-tex.xsl
1 <?xml version="1.0" encoding="utf-8"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3
4   <xsl:import href="http://db2latex.sourceforge.net/xsl/docbook.xsl"/>
5   <xsl:output method="text" encoding="utf-8" indent="yes"/>
6
7   <xsl:param name="admon.graphics.path">/usr/share/xml/docbook/stylesheet/db2latex/latex/figures</xsl:param>
8
9   <xsl:param name="latex.inputenc">utf8x</xsl:param>
10   <xsl:param name="latex.book.preamble.post">\usepackage{txfonts}
11 \SetUnicodeOption{mathletters} % prefer math-mode letters
12 </xsl:param>
13
14 </xsl:stylesheet>