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: Multiple lists inside bibliography #207

Open
Intelligent2013 opened this issue Sep 6, 2022 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@Intelligent2013
Copy link
Contributor

Intelligent2013 commented Sep 6, 2022

Source: #190

Support multiple lists inside bibliography

  • numbering continued
<ref-list content-type="bibl" id="sec_bibl">
	<title>Bibliography</title>
	<ref-list content-type="bibl">
		<title>ISO publications related to statistical techniques</title>
		<ref id="biblref_1">
			<label>[1]</label>
			<std>
				<std-ref>ISO 2602:1980</std-ref>, <title>Statistical interpretation of test results — Estimation of the mean — Confidence interval</title>
			</std>
		</ref>
		<ref id="biblref_2">
			<label>[2]</label>
			<std>
				<std-ref>ISO 2854:1976</std-ref>, <title>Statistical interpretation of data — Techniques of estimation and tests relating to means and variances</title>
			</std>
		</ref>
	</ref-list>
	<ref-list content-type="bibl">
		<title>IEC publications related to reliability analysis</title>
		<ref id="biblref_50">
			<label>[50]</label>
			<std>
				<std-ref>IEC 60050-191:1990</std-ref>, <title>International Electrotechnical Vocabulary — Chapter 191: Dependability and quality of service</title>
			</std>
		</ref>
		<ref id="biblref_51">
			<label>[51]</label>
			<std>
				<std-ref>IEC 60300-1:1993</std-ref>, <title>Dependability management — Part 1: Dependability programme management</title>
			</std>
		</ref> ....... </ref-list>
</ref-list>
  • numbering restarted
<ref-list content-type="bibl" id="sec_bibl">
	<title>Bibliography</title>
	<ref-list>
		<title>ISO standards</title>
		<ref id="biblref_1_1">
			<label>[1]</label>....</ref>
		<ref id="biblref_1_2">
			<label>[2]</label>....</ref>
	</ref-list>
	<ref-list>
		<title>Other Publications</title>
		<ref id="biblref_1_3">
			<label>[1]</label>....</ref>
		<ref id="biblref_1_4">
			<label>[2]</label>....</ref>
	</ref-list>
</ref-list>
@Intelligent2013
Copy link
Contributor Author

mnconvert updated for support of numbering continued multiple lists inside bibliography.

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
Status: On hold
Development

No branches or pull requests

1 participant