This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] Formatting problems with appendix in article


Subject: page break before article appendix?
Date: Wed, 8 Oct 2003 15:16:37 +0200
Hi,

I have some problems with the usage of an appendix in an article and
it's rendering using the xslt stylesheets.

First:
I can get a page break before each toplevel section in an article by
using
<xsl:attribute-set name="section.title.level1.properties">
  <xsl:attribute name="break-before">page</xsl:attribute>
</xsl:attribute-set>

I didn't find a posibility to achive this for appendices though.
(Except copying the article/appendix-template to my customisation and 
changing the level in the section.heading template call from 2 to 1.)

The structure of my article is
section, section, ..., section, appendix, appendix
so I don't see, why appendix should not appear on a new page, if a top
level section does.

So why is appendix treated as a second level structure here?

Second:
When I use sections and subsections inside an appendix, the table of
contents contains an additional level of entries for the appendix.
E.g.
1. bla
1.1 blub
A  Appendix
   1 foo 
   1.1 bar

I worked around this using simplesect instead of section for subsections
within the appendix, but I think the additional level should be taken
into account.


Are these bugs or do I miss something?

greetings
	Morus

To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]