diff options
author | Peter Eisentraut | 2017-03-18 18:17:28 +0000 |
---|---|---|
committer | Peter Eisentraut | 2017-03-18 18:17:28 +0000 |
commit | cb5fa4130ed5bdd37a51ce8cade3c2a2461097b9 (patch) | |
tree | 50b9c847b7f94a53c2c3bc22e55fb2b53cf907cb | |
parent | 805e8bc7029b6eb19f0ca3a68051cfda5bd07ef3 (diff) |
doc: Tweak reference page header style
Change the header style of references pages in HTML and PDF output to be
more like the old style under DSSSL. In particular, the page should
start with a header containing the command name, instead of just "Name".
-rw-r--r-- | doc/src/sgml/stylesheet-common.xsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/sgml/stylesheet-common.xsl b/doc/src/sgml/stylesheet-common.xsl index c23d38f128..3d0651a823 100644 --- a/doc/src/sgml/stylesheet-common.xsl +++ b/doc/src/sgml/stylesheet-common.xsl @@ -32,6 +32,8 @@ <xsl:param name="linenumbering.extension" select="'0'"></xsl:param> <xsl:param name="section.autolabel" select="1"></xsl:param> <xsl:param name="section.label.includes.component.label" select="1"></xsl:param> +<xsl:param name="refentry.generate.name" select="0"></xsl:param> +<xsl:param name="refentry.generate.title" select="1"></xsl:param> <xsl:param name="refentry.xref.manvolnum" select="0"/> <xsl:param name="formal.procedures" select="0"></xsl:param> <xsl:param name="punct.honorific" select="''"></xsl:param> |