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

Docx (ISO Simple template) to adoc conversion gap: localities #157

Open
Intelligent2013 opened this issue Jul 14, 2022 · 0 comments
Open
Labels
question Further information is requested

Comments

@Intelligent2013
Copy link
Contributor

Source: #144, #149

Source document: https://github.com/metanorma/mn-samples-iso/tree/main/sources/international-standard

Current docx->adoc conversion result:

<<ISO7301,ISO 7301:2011, 3.1>>

Expected adoc:

<<ISO7301,clause=3.1>>

The reason: 3.1 doesn't have style that allows to determine it as 'locality' (like 'citesec' in the DIS template):

<w:p w:rsidR="00000000" w:rsidRDefault="00275A4E">
	<w:pPr>
		<w:pStyle w:val="Source"/>
		<w:divId w:val="1359772118"/>
	</w:pPr>
	<w:r>
		<w:t xml:space="preserve">[SOURCE: </w:t>
	</w:r>
	<w:hyperlink w:anchor="ISO7301" w:history="1">
		<w:r>
			<w:rPr>
				<w:rStyle w:val="Hyperlink"/>
			</w:rPr>
			<w:t>ISO 7301:</w:t>
		</w:r>
		<w:r>
			<w:rPr>
				<w:rStyle w:val="Hyperlink"/>
			</w:rPr>
			<w:t>2011, 3.1</w:t>
		</w:r>
	</w:hyperlink>
	<w:r>
		<w:t>]</w:t>
	</w:r>
</w:p>
@Intelligent2013 Intelligent2013 added the question Further information is requested label Jul 14, 2022
@Intelligent2013 Intelligent2013 moved this to Triage in Metanorma Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant