diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-02-10 01:34:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-10 01:34:21 +0100 |
| commit | 1f261b862e4f065505970c945531bf94843d5d17 (patch) | |
| tree | efefb46cb2522c6c883ecb2a0225915ad999ed2e /doc/manual/dcpomatic-html.xsl | |
| parent | 7d33aff2d5e81185f3361e28c84e3f9858464ef1 (diff) | |
Manual tweaks; both content and style for new website.
Diffstat (limited to 'doc/manual/dcpomatic-html.xsl')
| -rw-r--r-- | doc/manual/dcpomatic-html.xsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/dcpomatic-html.xsl b/doc/manual/dcpomatic-html.xsl index 72863d7db..a8a65cfc8 100644 --- a/doc/manual/dcpomatic-html.xsl +++ b/doc/manual/dcpomatic-html.xsl @@ -9,6 +9,9 @@ <!-- I can't fathom xmlto's logic with image scaling, so I've turned it off --> <xsl:param name="ignore.image.scaling" select="1"/> +<xsl:param name="generate.toc">article</xsl:param> +<xsl:param name="generate.toc">book</xsl:param> + <!-- <note> in a div with no heading --> <xsl:template name="note.frobozz"> <xsl:param name="content"> |
