We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In ISO 19115-3 I wanted to cite "ISO 19115-1:2014 C.5 and C.6".
Metanorma supports various reference locality expressions relevant to this: https://www.metanorma.org/author/topics/document-format/bibliography/#localities-2
<<ref1,page=4,page=7>>
<<ref1,part=IV,chapter=3;or!part=VI,chapter=9>>
I tried this but it doesn't work.
<<ISO_19115-1_2014,clause="C.5;and!C.6">>
(renders as "ISO 19115-1:2014, C.5;and!C.6")
This also isn't ideal:
<<ISO_19115-1_2014,clause="C.5-C.6">>
(renders as "ISO 19115-1:2014, C.5-C.6")
I had to do this: <<ISO_19115-1_2014,clause="C.5",clause="C.6">>
<<ISO_19115-1_2014,clause="C.5",clause="C.6">>
which renders as "ISO 19115-1:2014, C.5, C.6".
If we enable complex locality for bibliographic cross-references, then this should work:
=> "ISO 19115-1:2014, C.5 and C.6"
The text was updated successfully, but these errors were encountered:
The intended formatting, as you would know if you had bothered to RTFM, or look at the examples,
Complex relations between discontinuous references can be specified by prefixing conjoining verbs to sequences of localities separated by semicolon
is:
<<ISO_19115-1_2014,clause="C.5";and!clause="C.6">>
sequences of localities means "clause=x", not just x.
Nonetheless, I've implemented the requested behaviour in postprocessing.
Sorry, something went wrong.
fill in localities in conjoined bibliographic cross-references: metan…
c8d2127
…orma/metanorma-standoc#700
fill in localities in conjoined bibliographic cross-references: #700
95777dc
opoudjis
No branches or pull requests
In ISO 19115-3 I wanted to cite "ISO 19115-1:2014 C.5 and C.6".
Metanorma supports various reference locality expressions relevant to this:
https://www.metanorma.org/author/topics/document-format/bibliography/#localities-2
<<ref1,page=4,page=7>>
)<<ref1,part=IV,chapter=3;or!part=VI,chapter=9>>
)I tried this but it doesn't work.
(renders as "ISO 19115-1:2014, C.5;and!C.6")
This also isn't ideal:
(renders as "ISO 19115-1:2014, C.5-C.6")
I had to do this:
<<ISO_19115-1_2014,clause="C.5",clause="C.6">>
which renders as "ISO 19115-1:2014, C.5, C.6".
If we enable complex locality for bibliographic cross-references, then this should work:
=> "ISO 19115-1:2014, C.5 and C.6"
The text was updated successfully, but these errors were encountered: