Codebase list dbtoepub / 1119381
Import Upstream version 0+svn8532 Marcelo Soares Mota 3 years ago
1 changed file(s) with 8 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
4949 <xsl:param name="epub.metainf.dir" select="'META-INF/'"/>
5050
5151 <xsl:param name="epub.embedded.fonts"></xsl:param>
52
53 <!-- Turning this on crashes ADE, which is unbelievably awesome -->
54 <xsl:param name="formal.object.break.after">0</xsl:param>
55
5256
5357 <!-- Per Bob Stayton:
5458 """Process your documents with the css.decoration parameter set to zero.
560564 preceding::glossary|
561565 preceding::section[not(parent::partintro)]|
562566 preceding::sect1[not(parent::partintro)]|
563 preceding::sect2|
564 preceding::sect3|
565 preceding::sect4|
566 preceding::sect5|
567 preceding::sect2[not(ancestor::partintro)]|
568 preceding::sect3[not(ancestor::partintro)]|
569 preceding::sect4[not(ancestor::partintro)]|
570 preceding::sect5[not(ancestor::partintro)]|
567571 preceding::refentry|
568572 preceding::colophon|
569573 preceding::bibliodiv[title]|