summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2013-05-04 00:41:56 +0200
committerDirk Baechle <dl9obn@darc.de>2013-05-04 00:41:56 +0200
commit0b4c8dabb0991e9ed9255de97aef1a130b9bb903 (patch)
treece55045e512062cedced30d16430327561fb0699 /doc/user
parentc808170795c4ace6c9760c36b3e54e5f1159b358 (diff)
downloadscons-0b4c8dabb0991e9ed9255de97aef1a130b9bb903.tar.gz
- cleaned up 'bin' directory
- several smaller fixes - added first version of the Overview document for the doc toolchain
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/pdf.xsl13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/user/pdf.xsl b/doc/user/pdf.xsl
index cda06443..652975f0 100644
--- a/doc/user/pdf.xsl
+++ b/doc/user/pdf.xsl
@@ -36,6 +36,8 @@
<xsl:param name="paper.type" select="'letter'"></xsl:param>
<xsl:param name="body.start.indent">0pt</xsl:param>
<xsl:param name="shade.verbatim" select="1"></xsl:param>
+<xsl:param name="variablelist.term.break.after" select="1"></xsl:param>
+
<xsl:param name="generate.toc">
/appendix toc,title
article/appendix nop
@@ -54,8 +56,15 @@ reference toc,title
set toc,title
</xsl:param>
-<xsl:template match="varlistentry/term">
- <xsl:call-template name="inline.boldseq"/>
+<xsl:attribute-set name="variablelist.term.properties">
+ <xsl:attribute name="font-weight">bold</xsl:attribute>
+</xsl:attribute-set>
+
+<xsl:template match="variablelist">
+ <xsl:variable name="presentation">
+ <xsl:call-template name="pi.dbfo_list-presentation"/>
+ </xsl:variable>
+ <xsl:apply-templates select="." mode="vl.as.blocks"/>
</xsl:template>
</xsl:stylesheet>