- Suppress list titles since they just break the continuity of the text.

The preceding paragraph always explains what the list is about so
  there is no need for these titles.
This commit is contained in:
Gabor Kovesdan 2013-07-22 07:31:58 +00:00
parent 04740982cc
commit 01d03772d7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/projects/db5/; revision=42369

View file

@ -510,6 +510,9 @@
<fo:inline id="{$id}">&#x200b;</fo:inline>
</xsl:template>
<!-- Suppress list titles -->
<xsl:template match="db:title" mode="list.title.mode"/>
<!--
TITLEPAGE TEMPLATES
-->