You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For authshort, we had following description in the code:
given author names
Isaac Newton and James Maxwell and Albert Einstein and N. Bohr
Isaac Newton and James Maxwell and Albert Einstein
Isaac Newton and James Maxwell
Isaac Newton
yield
NME+
NME
NM
Newton
We should have a table putting all possibilities together? Or maybe have a table per key.
author list
authorsalpha
authshort
...
Isaac Newton
New
Newton
...
authIniN format
Each author gets (N div #authors) chars, the remaining (N mod #authors) chars are equally distributed to the
authors first in the row. If (N < #authors), only the first N authors get mentioned.
For example if
I. Newton and J. Maxwell and A. Einstein and N. Bohr (..)
I. Newton and J. Maxwell and A. Einstein
I. Newton and J. Maxwell
I. Newton
authIni4 gives:
NMEB
NeME
NeMa
Newt
auth.etal, authEtAl, ... format
Isaac Newton and James Maxwell and Albert Einstein (1960)
Isaac Newton and James Maxwell (1960)
auth.etal give (delim=".", append=".etal"):
Newton.etal
Newton.Maxwell
authEtAl give (delim="", append="EtAl"):
NewtonEtAl
NewtonMaxwell
Note that [authEtAl] equals [authors2]
auth.auth.ea format
Isaac Newton and James Maxwell and Albert Einstein (1960)
Isaac Newton and James Maxwell (1960)
give:
Newton.Maxwell.ea
Newton.Maxwell
The text was updated successfully, but these errors were encountered:
Currently, the description of patterns is short: https://docs.jabref.org/setup/citationkeypatterns#special-field-markers
For
authshort
, we had following description in the code:given author names
yield
We should have a table putting all possibilities together? Or maybe have a table per key.
authIniN format
Each author gets (N div #authors) chars, the remaining (N mod #authors) chars are equally distributed to the authors first in the row. If (N < #authors), only the first N authors get mentioned.
For example if
auth.etal, authEtAl, ... format
auth.etal give (delim=".", append=".etal"):
authEtAl give (delim="", append="EtAl"):
auth.auth.ea format
The text was updated successfully, but these errors were encountered: