aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/custom_layer_pdf.xsl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-09-23 09:28:41 -0700
committerGerald Combs <gerald@wireshark.org>2016-09-23 16:34:09 +0000
commitd390db98183247c4460575caac20e834cba2862e (patch)
treedfffc7712933854e542574f1dd0b0823ee50de32 /docbook/custom_layer_pdf.xsl
parent2e0cbb7ae72fd9d944ff9343483b6f5df0564b61 (diff)
WSUG: More layout and PDF fixes.
Set variablelist.as.blocks in custom_layer_pdf.xsl so that we don't end up with list text squeezed into tiny columns on the right. Set column widths for most of our tables. Change-Id: I3fe47d945a7945618012c9de1fc0e97b788dea9e Reviewed-on: https://code.wireshark.org/review/17893 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/custom_layer_pdf.xsl')
-rw-r--r--docbook/custom_layer_pdf.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/docbook/custom_layer_pdf.xsl b/docbook/custom_layer_pdf.xsl
index e656490ef4..03cd2b7ef4 100644
--- a/docbook/custom_layer_pdf.xsl
+++ b/docbook/custom_layer_pdf.xsl
@@ -61,4 +61,7 @@
<xsl:attribute name="wrap-option">wrap</xsl:attribute>
</xsl:attribute-set>
+<!-- Render AsciiDoc's labeled lists as blocks -->
+<xsl:param name="variablelist.as.blocks" select="1"></xsl:param>
+
</xsl:stylesheet>