Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Figure Caption, Figure Caption Continued, Figure Accessibility Caption, Figure Credit

Example

...

As for tables, the Figure Caption style is used for the figure number and the first paragraph of the figure caption. If the caption extends to a second or subsequent paragraph, the Figure Caption Continued style should be used. The Figure Accessibility Caption style is used for a paragraph that describes the content of the figure for visually impaired users or others who are unable to view the image. The Figure Credit style is used for a paragraph that contains information about the source of the image and/or details of any permissions obtained.

Example


Info

This illustration is an excerpt from the sample document:

Image Added

Code Block
languagexml
themeRDark
titleJATS XML Example
collapsetrue
<fig id="f1" position="float" fig-type="figure">
	<label>Figure 1</label>
	<caption>
		<p>Locations of the FIFA World Cup final</p>
		<p>The locations of all finals since 1930 are shown.</p>
	</caption>
	<long-desc>The map shows the locations of all final matches of the FIFA World Cup tournament from its inception in 1930 to the 2014 tournament in Brazil.</long-desc>
	<graphic xlink:href="123-f1"></graphic>
	<attrib>Reproduced with permission.</attrib>
</fig>