DP-Design Profiles. One HTML, Multiple Book Formats

19 January 2013

Production Challenges, IGP:Digital Publisher, IGP:FoundationXHTML, PDF, ePub3, Multiple Format Production

This is the first in a set of posts explaining some of the advanced features in IGP:Digital Publisher (DP). This article introduces the concept of Design Profiles to allow the easy production of multiple print and e-book editions from a single master XHTML5 source.

This is the first in a planned set of posts explaining some of the advanced features in IGP:Digital Publisher (DP).

This article introduces the concept of Design Profiles to allow the easy production of multiple print and e-book editions from a single master XHTML5 source.

Design Profiles

Publishers have long had the challenge of producing multiple print and e-book editions for each book published. This is probably done on DTP applications like InDesign using multiple copies of the first file created. Low return editions such as a Large Print edition are either produced quickly with lower production standards, or not at all.

The multiple print edition plus e-books challenge is more easily addressed by digital content production systems that have been designed to directly address the workflow requirements while delivering productivity, agility, quality and lower costs.

One significant feature we have focused on in IGP:Digital Publisher, perhaps more than any other feature, is what we call Design Profiles. That is because it really delivers significant productivity with unprecedented flexibility.

Design Profiles is where you have one master managed HTML file and can create and generate multiple print and e-book formats from a single XHTML file instantly or at any time. Any book in DP can be quickly switched between multiple profiles.

alt

Watching the e-production tracks at Digital Book World 2013 it seems alarming how far behind the real world of digital content ownership and production much of the trade publishing industry is today.

There seems to be a 00's limbo using antiquated tools not designed for the job. Is InDesign a secret weapon for the zombification of digital content production professionals?

The Problem

Multiple Print Editions

Publishers have traditionally produced a print edition set of books along the lines of the following:

  1. Hardcover First release a Hardcover, possibly with a large print edition at the same time (for Print on Demand ordering).
  2. Trade Paperback Then after some time a trade paperback edition,
  3. Mass Market The print life of a book may even go to a Mass Market format as the book ages,
  4. Other Editions Or it could be turned into a part of an omnibus edition, collectors pack or other marketing package.

In the past this was done with multiple DTP files. That makes managing the files a significant challenge and means the addition of expensive "Asset Management systems" to the technology mix; or managed in folders;or files are all over the place. A further complication is the file you created three years ago wont open in todays DTP application version.

Generally each of these editions comes out at a different time, months or years apart. This means promotional pages and previews of other books needs to be changed on each edition.

To address the multiple print editions change challenge IGP:Digital Publisher supports Design Profile "Exclusive Includes", which can be sections, pages and blocks. This is explained later.

eBooks

At the same time as all the print production effort is going on, the ePub2 or ePub3 and Kindle formats are also required. E-books are now generally delivered at the same time or ahead of the print edition.

Currently e-books don't follow the edition-down strategy followed by print books but may in the future. There is certainly a requirement to produce preview editions. 

Infogrid Pacific has produced books as both reflowable and fixed layout editions where the content has been appropriate. If the HTML tagging is correct and complete as delivered with IGP:FoundationXHTML (FX) this is easy to do with Design Profiles.

Infogrid Pacific has also produced multiple interactive+audio fixed layout ePubs editions for AZARDI, Apple fixed-layout, Ingram Vital Source and Kindle fixed layout requirements using different design profiles to handle the very different reading system capabilities.

alt

It's not going to get easier

Those who hope for a convergence of reading system features and capabilities with ePub3 are in for a rude shock as 2013 rolls on.

The business of digital content publishing with ePub3 is going to be a worse repeat of the ePub/Kindle affair and the presentation mediocrity  which was driven by Adobe's weak ADE implementation of ePub2.

Publishers have to make a choice. Either dumb-down their ePubs presentation and features for the lowest reading system in the market, or produce optimized ePub 3 files for various delivery channels. It easy to do as we will see in a later blog post.

Default Design Profiles

IGP:Digital Publisher has a set of default Design Profiles that make it relatively easy to switch between editions. Our default print book Design Profiles are:

  1. Hard Cover
  2. Trade Paperback
  3. Mass Market Large
  4. International Mass Market Large
  5. Large Print

For e-books there is currently no formal classification so we have simple numbered Design Profiles:

  1. eBook 1
  2. eBook 2
  3. eBook 3
  4. eBook 4
  5. eBook 5

In addition custom Design Profiles can be defined and created for any special format requirement. For example the same XHTML can be the source for student and print editions of text books.

What Is a Design Profile?

A design profile changes the complete sets of CSS for print, reader (digital book) and the editing interface that is applied to the HTML content for format generation with the IGP:Digital Publisher production environment. Each profile supports CSS for both a print and an e-book edition.

The single XHTML5 can have the Design Profile changed at any time. Each design profile has its own set of CSS and other template components. These can all be independently visually edited. Design profiles can also be copied if typographic and other presentation changes are minimal. Each design profile supports print and e-book outputs.

Therefore each design-profile edition can have different page sizes, typographical designs and other content using open and accessible CSS rules.

In the illustration Writer CSS means the CSS the editor sees while editing content, Reader CSS means the CSS that will be used in e-books and other digital content generated formats and Print CSS means the CSS design components for the respective print edition. IGP:Digital Publisher uses the PrinceXML PDF rendering engine.

alt

Semi-templates deliver ultimate flexibility

IGP:Digital Publisher is a semi-templated environment. It dispenses with the rigidity and inflexibility of rigid template systems as found in most CMS applications. It is designed for editors to use.

The CSS templates are inserted with default properties to ensure instant format generation. Next the CSS can be easily modified with the various built-in design tools. This approach enables every book and edition to have the same, or completely different designs applied and content included.

Design Profile "Exclusive Includes"

FX allows the insertion of sections, blocks or even just paragraphs that are for an explicit Design Profile edition using only the majesty of XML and XSL processing before final packaging. All that is needed is a simple class statement applied to a block. FX uses the prefix dp-*-rw to define a Design Profile exclusive include for packaging processors.

<div class="backmatter-rw Excerpt-rw dp-HardCover-rw>
<!-- Content goes here -->
</div>

This example section will only appear in the backmatter of the Hardcover edition. It will not appear in any other edition.

An edition can have any number of exclusive sections, text-blocks, media items or paragraphs.

One application for this is the simultaneous production of teacher and student editions, where teacher content is only included if the Design Profile for the teacher edition is active.

Conclusion

In 2013 publishers don't just need typesetting, digitization and conversion services. They need complete digital content strategies addressing current requirements AND being ready for a fast changing future.

It appears to be a confusing and complicated world, but that is because the wrong tools are being used.

Digital content business strategies are impossible from a desktop production environment. In this environment multiple editions (print and e-book) means multiple files, and corrections on one, means potentially corrections on all files. With the desktop approach, as the format count increases costs increase in proportion.

IGP:Digital Publisher not only delivers the formats quickly and easily, but it also delivers a complete long-term digital content ownership strategy for publishers of all sizes.

alt

Best Practices Case Study

HBG was able to move production from Chennai to 5th Avenue N.Y. and significantly lower production costs by doing it.

Read the Post.

Download the BEA Presentation

   

IGP:Digital Publisher Design Profiles use the controlled XHTML selector grammar of IGP:FoundationXHTML and CSS-3 to work closely with Font Schemes. But that is another story.

About IGP:Digital Publisher

IGP:Digital Publisher enables small, medium and large publishers to be able to instantly implement digital content strategies. It is currently available in three business models:

  • Application stand-alone license
  • SaaS Portal License
  • Production Services Portal License NEW for 2013

REQUEST A DEMONSTRATION

References

Learn@IGP - How to Use Design Profiles

IGP:Digital Publisher Features

IGP:Digital Publisher SaaS Portals

The full list of IGP:FoundationXHTML Sections

comments powered by Disqus