Entering a bibliographic entry
Most standard documents contain two sections with bibliographic references, namely the "normative references" and the "bibliography" (informative references).
Every bibliographic section must be preceded by the style attribute [bibliography] so that bibliographic references are recognized as such.
To enter a reference entry:
- Start a new unordered list (
*) item. - Enter triple square brackets (
[[[]]]) which contain:
Syntax for a bibliographic entryadoc
* [[[anchor,document identifier or reference tag]]], _reference list text_- After the triple brackets, you may include the reference text in italics, for example the title of the document.NoteMetanorma uses Relaton to automatically fetch resource descriptions from SDO sources. If Metanorma recognizes a document identifier, it will overwrite any title you provide with the authoritative title of the reference.
Referencing a bibliographic entry
To cite an entry from your bibliography:app-name:
- Enter the anchor name like this:
\<<ISO20483>>. - To specify a location within the cited document, you can add localities in the brackets like so:
\<<ISO20483, part=IV,chapter=3,paragraph=12>>.
Bibliography example
The following code sample illustrates how a bibliography section looks like in AsciiDoc Metanorma.
Example for a bibliography sectionadoc
[bibliography]
== Normative references
* [[[ISO20483,ISO 20483:2013]]], _Cereals and cereal products -- Determination of moisture content -- Reference method_
* [[[ISO6540,ISO 6540:1980]]]. _Maize -- Determination of moisture content (on milled grains and on whole grains)_Gets rendered as:
- ISO 20483:2013. Cereals and cereal products — Determination of moisture content — Reference method
- ISO 6540:1980. Maize — Determination of moisture content (on milled grains and on whole grains)