[daisy] [JIRA] Resolved: (DSY-422) TOC - handling of mixed
sectiontypes anonymous and appendix
Bruno Dumon (JIRA)
issues at cocoondev.org
Wed Mar 14 05:21:21 CDT 2007
[ http://issues.cocoondev.org//browse/DSY-422?page=all ]
Bruno Dumon resolved DSY-422:
-----------------------------
Fix Version: public - 2.0
Resolution: Fixed
Good catch, fixed in SVN rev 3826. It was caused by an incorrect inheriting of section types.
> TOC - handling of mixed sectiontypes anonymous and appendix
> -----------------------------------------------------------
>
> Key: DSY-422
> URL: http://issues.cocoondev.org//browse/DSY-422
> Project: Daisy
> Type: Bug
> Components: Daisy Books
> Versions: public - 1.5, public - 2.0
> Reporter: Frank Taffelt
> Fix For: public - 2.0
>
> the toc numbering of sections fails when mixing different sectiontypes.
> to reproduce: create an book with 3 sections and publish it as pdf using the default pdf publication properties:
> <d:book xmlns:d="http://outerx.org/daisy/1.0#bookdef">
> <d:content>
> <d:section documentId="43" title="intro" type="anonymous"/>
> <d:section documentId="44" title="normal"/>
> <d:section documentId="45" title="appendix" type="appendix"/>
> </d:content>
> </d:book>
> if i'm right, the correct numbering for the toc should be no numbering for docid 43, normal numbering for docid 44 and appendix like numbering for 45.
> the published pdf toc instead contains only section titles and seems to loose any numbering information.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.cocoondev.org//secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
More information about the daisy
mailing list