LEARN@IGP

Infogrid Pacific-The Science of Information

IGP:Digital Publisher 9.1.0

July 2022

Update Patch Release Notes

 

IGP:DP 9.1.0 - Updates, Upgrades & Enhancements

The following updates have been implemented in this release:

Manuscript Importers Updates

  1. Merge structure in block - Currently in manuscript a content block gets split after adding any other structure style paragraph in content block.

    To fix this, we have added a processing instruction paragraph above structure paragraph that will merge that structure in previous block.
    "pi-block-merge" is the processing instruction style paragraph in manuscript that needs to be added added above any other structure style paragraph to merge the block.
  2. Currently on Import manuscript, the contents of the manuscript would be appended to the end of the document as a new page.

    But with the new approach, on import manuscript, the user has the flexibility to either append or delete exisiting sections.

    A checkbox "Delete all sections prior to importing" is available on the "Manuscript Importer" Interface.

    By selecting the checkbox all of the existing sections present in the document would be deleted, and the newly imported sections would appear in the document.

    This feature works across all importers under the "Manuscript Processor" tab.
  3. Merged "AIE" into "Manuscript-2013" importer to process Q&A structure available in the manuscript.
  4. "list-continue-number" style introduced in manuscript tagging to continue list numbering according to previous list.
  5. "List Simple" block has been introduced in manuscript Importer CSV file. <div class "lists-rw list-simple-rw" title="List Simple">
  6. Notes item grouping in Notes section: In the <div class="backmatter-rw Notes-rw> section, Create separate <div class="list-named-rw list-notes-rw>, grouping together the <span class="num-note-rw">, based on the <span class="num-ref-rw"> present in respective sections.

    Removed superscript with <br/> element. Which was showing line break in note item after note num.
  7. Auto TOC Generation on Manuscript import. The Book TOC is auto generated on the manuscript import. This requires the manuscript to contain a blank TOC section.
  8. "block-media-alttext" style content processed for placeholder image alt-text. This image "block-media-alttext" style paragraph content should be placed immediate after image placeholder (First paragraph or second paragraph)
  9. Updated Importer for <thead> processing for table.
    1. Table Heading styles apply in manuscript:
      1. If the cell have docx "Table Heading" style applied, treat it as <thead><tr><th>. This will solve the issue of <thead> having multiple rows, and give the exact output as per the input.
      2. If the cell have docx "Table Contents" style applied, treat it as <tbody><tr><td>
    2. Change in the existing behaviour that converting the first row into <thead>:
      1. If the cells don't have the "Table Heading" OR the "Table Contents" style applied, treat them as <tbody><tr><td>
  10. Manuscript Importer: Removed duplication of <tbody> element in table processing.

Bulk Project Creation updates

Updated the bulk project creation to use the ebook isbn as the print isbn if Print isbn is missing in the input spreadsheet.

Also, Kindle ISBN is used if both Print and Epub isbn are not supplied in the spreadsheet. Large print isbn is used if Print, Epub and Kindle isbn are not available. And finally Online PDF isbn is used if no other isbn is available in the spreadsheet.

IGP:DP 9.1.0 - Presentation Template updates

The Master Presentation Templates will be updated by IGP during the update activity. If you have created any custom templates based on the IGP Master Templates, please check that these updates are applied in your templates if applicable.

  • DPI Form update - Under the ePub3 "Accessibility ARIA Processing", the checkboxes are selected by default.
    Process Aria Roles. AND  Process Aria States and Properties. [aria-label, aria-labelledby]

  • DPI Form - Commented the “Link Backmatter Section Notes (no move)” option for ePub3, ePub2 and Kindle

  • Print, Reader and Writer CSS – Added selector
    - div.list-simple-rw
    - div.list-simple-rw p

  • Mobi CSS - Replaced
    .year-plan-content-align-center {text-align: center; 0.25em 0em 0.25em 0em;}
       to
    .year-plan-content-align-center {text-align: center; padding:  0.25em 0em 0.25em 0em;}

  • Mobi CSS – Added
    div.list-simple { text-align: left; margin-top: 1em; margin-right: 0em; margin-bottom: 1em; margin-left: 0em; }
    p.list-simple { text-indent: 0em; text-align: left; }

IGP:DP 9.1.0 - Bug Fixes

  1. The wrong cover was picked up during the epub packaging if the cover folder had multiple cover files. This fix is for epub2 and epub3.

  2. Text changing to odd characters. The XSL processing entity handling caused a issue with this following pattern. &228;lt&#228;. The conversion processed this to: ####228<#228###. And converting back to real entities caused this replacement ####228&lt;#228###. This is now fixed.

  3. Manuscript Importing - When The "Repeat Heading" checkbox is selected in Table Properties of Word Manuscript, <thead> was not processing for table after applied "Table Heading" style to first table row in manuscript. One was default from MS office and other was through "Table Heading" manuscript style. This is now fixed.

  4. Alt Text processing bug fix - A double straight quotes in the alt text value caused xml parsing error. Fixed this by converting the quotes to entity value

  5. Notes section, in the list-notes-rw block pagebreak id was missing in the package for epub2. This is now fixed.

  6. DP Writer >> Document Processor: When we do "Copy Document End Notes to Section End" without manual linking of production-note-rw to respective SECT-ID's in the Backmatter notes section, the production-note-rw gets deleted. So now we are going to retain the production-note-rw paragraph in Notes section.

  7. Copyright and Dedication Text Block get missing after manuscript import process.

  8. PDF Generation - Removing unwanted span class nohyph-rw from within a and img tag was removing all closing span tags. This caused well-formed error and caused PDF generation failure. This is now fixed.

  9. Manuscript importer - When there are two placeholder images placed together. The caption of the second image appears for the first one also. Also  the images appear in one media block. This is now fixed.

comments powered by Disqus