Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISO/IEC Coding Guidelines: sub-figures and multiple graphics within a figure for ISO #322

Closed
Intelligent2013 opened this issue Jan 19, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Intelligent2013
Copy link
Contributor

Intelligent2013 commented Jan 19, 2023

Source: #190

For ISO: if the figure consists of multiple sub-figures , then each subfigure is captured as a separate <graphic> inside <fig>

vs. IEC:

If the figure consists of multiple sub-figures (each with their own caption), then each subfigure is captured as a separate <fig> inside <figure-group>.

Example:

<fig id="fig_C.2">
	<label>Figure C.2</label>
	<caption>
		<title>Stages of gelatinization</title>
	</caption>
	<graphic id="fig_C.2.1" xlink:href="...">
		<label>Figure C.2-1</label>
		<caption>
			<title>Initial stages: No grains are fully gelatinized (ungelatinized starch granules are visible inside the kernels)</title>
		</caption>
	</graphic>
	<graphic id="fig_C.2.2" xlink:href="...">
		<label>Figure C.2-2</label>
		<caption>
			<title>Intermediate stages: Some fully gelatinized kernels are visible</title>
		</caption>
	</graphic>
	<graphic id="fig_C.2.3" xlink:href="...">
		<label>Figure C.2-3</label>
		<caption>
			<title>Final stages: All kernels are fully gelatinized</title>
		</caption>
	</graphic>
</fig>
@Intelligent2013
Copy link
Contributor Author

Done.

@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Metanorma Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

1 participant