Skip to content

Instantly share code, notes, and snippets.

@bdarcus
Forked from rmzelle/gist:1029888
Created June 17, 2011 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdarcus/1032400 to your computer and use it in GitHub Desktop.
Save bdarcus/1032400 to your computer and use it in GitHub Desktop.
NEW
``disambiguate-add-year-suffix`` [Step (4)]
If set to "true" ("false" is the default), an alphabetic year-suffix is
added to ambiguous cites (e.g. "Doe 2007, Doe 2007" becomes "Doe 2007a, Doe
2007b") and to their corresponding bibliographic entries. The assignment of
the year-suffixes follows the order of the bibliographies entries, and
additional letters are used once "z" is reached ("z", "aa", "ab", ..., "az",
"ba", etc.). By default the year-suffix is appended to the cite, and to the
first year rendered through ``cs:date`` in the bibliographic entry, but its
location can be controlled by explicitly rendering the "year-suffix" variable
using ``cs:text``. If "year-suffix" is rendered through ``cs:text`` in the
scope of ``cs:citation``, it is suppressed for ``cs:bibliography``, unless
it is also rendered through ``cs:text`` in the scope of ``cs:bibliography``,
and vice versa.
OLD
``disambiguate-add-year-suffix`` [Step (4)]
If set to "true" ("false" is the default), a year-suffix is added to
ambiguous cites (e.g. "Doe 2007, Doe 2007" becomes "Doe 2007a, Doe 2007b").
The placement of the year-suffix, by default appended to each cite, can be
controlled by explictly rendering the "year-suffix" variable using
``cs:text``.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment