-
Notifications
You must be signed in to change notification settings - Fork 31
Style Guide
This style guide provides some minor customizations of the resulting output of the bibliography citation and references based on the fact, that the ISO 690 standard itself does not prescribe any particular style of reference or citation to be strictly used [1]. It's mostly based on the input from the issues reported via GitHub integrated issue tracking system for this repository.
Numbering of references using iso-numeric
(addressing #17)
To have [1]
instead of 1.
, just add the following line to the preamble
\DeclareFieldFormat{labelnumberwidth}{\mkbibbrackets{#1}}
Format of the surname (last name, family name) (addressing #13)
Default format for the surnames (or last names, family names) is UPPERCASE. To have small caps instead, add the following line to the preamble
\let\familynameformat=\textsc
[1] ISO 690: Information and documentation -- Guidelines for bibliographic references and citations to information resources. Third edition. Geneva: The International Organization for Standardization, 2010.