TOC Image

Capture a TOC image using a <supplementary-material> element.

The <supplementary-material> element containing the TOC image must contain a @content-type attribute with the value toc-image, an @id attribute containing a unique id for the element and a @xlink:href attribute containing the filename of the image.

The <supplementary-material> element must contain a child <label> element and may optionally include a <caption>element.

Example

<supplementary-material content-type="toc-image" id="supp1" xlink:href="maf6_1_012001toc_image.jpg">
  <label>TOC Image</label>
  <caption>
    <p>Image from Fluorescent J-aggregates of cyanine dyes: basic research and
  applications review</p>
  </caption>
</supplementary-material>