August 2015
Update Patch Release Notes
The following updates have been implemented in this release:
On the "Statistics Report" interface, under the section "Detail Report", a new column named "Total Element Count" is now introduced. The total element count contained in each section of the document will be displayed in this column.
Note: The following class elements are excluded from the "Total Element Count":
There are cases when font-based ornaments are used in PDF, but they are often not appropriate for e-books or other digital uses where the fonts may not be available. We have now implemented a strategy for transforming font-based ornaments into images for e-book use.
There are cases where lots of sections needs to be renamed in DPI Section Reorder. In most cases this could be automatically configured. for example BookTitlePage is labelled "Title Page" rather than with the content of the h1.
Auto populating of predefined values for H1, can now be configured using an xsl. This xsl is only available for modification to the maintainence user and any changes done in this xsl, applies to all the account documents.
Space between the italic words was getting eliminated after the Proof21 package imported in IGP:Digital Publisher.
When imported the Word Manuscript, the content block on the Book Title Page applies title-block-rw instead of title-block-book-rw. This is now fixed.
Index sub-sections were missing in ePub output. The List type processing was failing due to inline style applied to the first character of li. This is now fixed.
Saxon Implementation was missing for the Pre-Split Activity of Kindle Format and also removed hardcoded saxon path appearing in some files.
Manuscript Import Failures - The first chapter become part of the Preface section. This is now fixed.
Uploading .tiff file into Media Manager would not process the tiff file for image processing. This is now fixed.
The auto generated cover template had hardcoded inline styles in the html. This CSS is now brought into the Reader CSS. And also the formats generation CSS Process Activity has been moved, to accomodate this change.
The following snippet will need to be added in the "F05: SECTION TITLE BLOCKS" of the Reader CSS, for existing documents.
.cover-rw { height: 100%; margin: 0 auto 0 auto; padding: 0; text-indent: 0; text-align: center; } .cover-rw img { height: 100%; margin: 0 auto 0 auto; padding: 0; }
Page break were getting moved into MathML inline elements. This has been fixed.