Cover Files
Capture cover file images in <supplementary-material>
elements
Capture the cover thumbnail in a <supplementary-material>
element.
The element must have @content-type
attribute with the value
cover-thumbnail
and @id
attributes with the value set to the
formula bk[book ISBN]cover-thumbnail
. It must also have a
@xlink:href
set to the name of the cover thumbnail binary file.
The <supplementary-material>
must contain a child
<label>
element with the value Cover Image
Thumbnail
Capture the large cover in a <supplementary-material>
element. The
element must have @content-type
attribute with the value
cover-large
and @id
attributes with the value set to the
formula bk[book ISBN]cover-large
. It must also have a
@xlink:href
set to the name of the large cover thumbnail binary
file.
The <supplementary-material>
must contain a child
<label>
element with the value Cover Image
Example
<supplementary-material content-type="cover-thumbnail" id="bk978-0-7503-3579-9cover-thumbnail" xlink:href="bk978-0-7503-3579-9cover.jpg"> <label>Cover Image Thumbnail</label> </supplementary-material> <supplementary-material content-type="cover-large" id="bk978-0-7503-3579-9cover-large" xlink:href="bk978-0-7503-3579-9covlarge.jpg"> <label>Cover Image</label> </supplementary-material>