-
Notifications
You must be signed in to change notification settings - Fork 1
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
Wrong footnotes conversion for bibliography item #142
Comments
Actually there isn't issue in markup. Current adoc is correct, it encoded similar to adoc from mn-samples-iso repository:
but in the presentation xml there isn't element |
If bibliographic item contains footnote, then it should be converted to: [[ISO_9000_2015]]
[%bibitem]
=== _Quality management systems — Fundamentals and vocabulary_
docid::
id::: ISO 9000:2015
type:: standard
biblionote::
type::: Unpublished-Status
content::: Superseded by ISO 9000:2005. otherwise relaton overwrites all data after |
@Intelligent2013 I believe this is correct? Are you seeing otherwise? That would be a bug if so. https://www.metanorma.org/author/topics/document-format/bibliography/#localities * [[[ISO_9000_2005,(ISO 9000:2005 footnote:[Superseded by ISO 9000:2015.])ISO 9000:2005]]] |
@ronaldtse this markup creates footnote for reference in the text: <eref type="inline" bibitemid="ISO_9000_2005" citeas="ISO 9000:2005...">ISO 9000:2005<fn reference="2">
<p>Superseded by ISO 9000:2015.</p>
</fn>
</eref> but we need footnote in the Bibliography/Normative References section: In |
@Intelligent2013 Ah, then is this a bug in Metanorma? This is a semantic issue: a footnote is not on the reference tag, it is supposed to be created inside the reference itself. Ping @opoudjis . |
Source STS xml:
Current adoc:
* [[[ISO_9000_2015,ISO 9000:2015]]] footnote:[Supersedes ISO 9000:2005.], _Quality management systems — Fundamentals and vocabulary_
Expected adoc (move footnote inside reference's text):
* [[[ISO_9000_2015,(ISO 9000:2015 footnote:[Superseded by ISO 9000:2005.])ISO 9000:2015]]], _Quality management systems — Fundamentals and vocabulary_
The text was updated successfully, but these errors were encountered: