15 lines
564 B
XML
15 lines
564 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!--
|
|
dblatex(1) XSL user stylesheet for asciidoc(1).
|
|
See dblatex(1) -p option.
|
|
-->
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
<!-- Override parameters in /etc/asciidoc/dblatex/asciidoc-dblatex.xsl -->
|
|
<xsl:param name="latex.hyperparam">colorlinks,linkcolor=black,pdfstartview=FitH</xsl:param>
|
|
<xsl:param name="doc.publisher.show">0</xsl:param>
|
|
<xsl:param name="latex.output.revhistory">0</xsl:param>
|
|
|
|
<!-- Modified dblatex templates etc. can go here -->
|
|
</xsl:stylesheet>
|
|
|