Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Figure Captions

eXtyles includes four distinct paragraph styles for figure captions: Figure Caption, Figure Caption Additional Paragraph, TOC Figure Caption, and Figure Alt Text.

Note

eXtyles does not require that all of these versions of the caption be used for every image in the document: only Figure Caption is required. Whether the other caption styles are used is at the discretion of the USGS; however, note that because the automated InDesign layout software (Typefi) will use the TOC Figure caption to generate the list of figures in the front matter, it may be advisable to include that in the document.

Figure Caption is used to style the full caption of the image as it will appear next to the image in the body of the document.

Figure Caption Additional Paragraph is used to style subsequent paragraphs of a caption, if there are more than one. Do  not use Figure Caption to style additional paragraphs of the figure caption.

TOC Figure Caption is the version of the caption that will be used to generate the list of figures in the front matter in the PDF. This caption is often (but does not have to be) different from the primary caption. This paragraph style, when used, will export to <p content-type="toc"> in the <caption> for the figure in the XML (see the following sample).

Figure Alt Text is the version of the caption that is written to achieve accessibility standards. For example, this version of the caption is what will be read by screen readers, and so on. This paragraph style, when used, will export to <long-desc> in the <caption> for the figure in the XML (see the following sample).

Local formatting such as bold and italic can not be used in an accessibility caption for a figure. To avoid parsing errors, be sure to proof carefully captions that are styled as Figure Alt Text and remove any local formatting before XML export.

The following example shows how these styles should be used, and what the resulting XML will be.


Figure Captions XML Sample
<fig id="fig02" position="float" fig-type="figure">
<label>Figure 2</label><caption><p>Late Mississippian to early Permian paleogeographic evolution of the southern Inyo Mountains area. Rectangle denotes area of geologic map; range outlines are the same as on <xref ref-type="fig" rid="fig01">figure 1</xref>.</p>
<p>Dotted line is trace of Cenozoic Hunter Mountain Fault, on which 10 km of right-lateral displacement has been restored based on the interpretations of <xref ref-type="bibr" rid="r6">Burchfiel and others (1987)</xref>. See text for discussion of paleogeographic evolution.</p>
<p content-type="toc"><bold>Figure 2.</bold> Maps showing Late Mississippian to early Permian paleogeographic evolution of the southern Inyo Mountains area.</p></caption>
<long-desc>Figure 2. Maps showing Late Mississippian to early Permian paleogeographic evolution of the southern Inyo Mountains area, and any additional descriptions of the image for accessibility.</long-desc>
<graphic xlink:href="tac78-18_fig02"/>
</fig>
On This Page

Table Titles

eXtyles includes two distinct styles for table titles: Table Title and TOC Table Title. As with figure captions, titles styled as TOC Table Title will be used to generate a list of tables in the front matter in the PDF.

The following example shows how these styles should be used, and what the resulting XML will be.



Table Title XML Sample
<label>Table 1</label>
<caption><title>Geologic maps of 7.5-minute quadrangles in the study area that have been published to date at 1:24,000 scale by the U.S. Geological Survey.</title>
<p content-type="toc"><bold>Table 1.</bold> Geologic maps of 7.5-minute quadrangles in the study area that have been published to date at 1:24,000 scale by the U.S. Geological Survey.</p>
<p>[Information on ordering published maps can be obtained by calling the U.S. Geological Survey at 1–888 –ASK–USGS (1‒888‒275‒8747) or by visiting the USGS online at <ext-link ext-link-type="uri" xlink:href="http://www.usgs.gov/pubprod">http://www.usgs.gov/pubprod</ext-link>]</p>
</caption>




  • No labels