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: abbreviations lists support #238

Closed
Intelligent2013 opened this issue Sep 7, 2022 · 2 comments
Closed

ISO/IEC Coding Guidelines: abbreviations lists support #238

Intelligent2013 opened this issue Sep 7, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Intelligent2013
Copy link
Contributor

Source: #190

If @if for definition list's item starts with abb-, or abb_, then set list-content="abbreviation".
Example of NISO STS XML:

<sec id="sec-4">
	<label>4</label>
	<title>Abbreviated terms</title>
	<def-list list-content="abbreviation">
		<def-item id="abb-acsi">
			<term>ACSI</term>
			<def>
				<p>Abstract communication service interface</p>
			</def>
		</def-item>

Note: see 10.1.5 Cross-references to abbreviations.

Metanorma adoc:

[[abb-acsi]]ACSI:: Abstract communication service interface
@Intelligent2013
Copy link
Contributor Author

mnconvert recognizes abbreviation list if:

  • preceding title contains 'Abbrev',
  • definition term @id starts with
    • abb-, or
    • abb_

and sets @list-type="abbreviation" for ISO and IEC.

@Intelligent2013
Copy link
Contributor Author

Done.

Repository owner moved this from 🏗 In progress to ✅ Done in Metanorma Sep 19, 2022
@ronaldtse ronaldtse removed this from Metanorma Jul 5, 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
None yet
Development

No branches or pull requests

1 participant