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
Copy file name to clipboardExpand all lines: en/setup/citationkeypatterns.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,16 @@ Several special field markers are offered, which extract only a specific part of
31
31
* One author: The first three letters of the last name
32
32
* Two to four authors: The first letter of the last name of each author
33
33
* More than four authors: The first letter of the first three authors' last name. A `+` is added at the end if it is not in the [list of unwanted characters](citationkeypatterns.md#removing-unwanted-characters).
34
+
***`[authorsAlphaLNI]`**: Follows the LNI (Lecture Notes in Informatics) template style,
35
+
***Single author or "and others" case**:
36
+
* First two characters of the first author's last name
37
+
* For organizations (names in braces), returns organization initials
38
+
***Multiple authors without "and others"**:
39
+
* Takes the first letter of each author's last name
40
+
* Maximum of 4 characters total
41
+
***Special cases**:
42
+
* Prefixes like "van", "von" are ignored when getting the last name
43
+
* When "and others" is present with multiple authors, reverts to using first two characters of first author
34
44
***`[authorLast]`**: The last name of the last author.
35
45
***`[authorLastForeIni]`**: The forename initial of the last author.
36
46
@@ -155,13 +165,13 @@ The default key pattern is **`[auth][year]`**, and this could produce keys like
155
165
156
166
To change the citation key pattern to `[authors][camel]` for all libraries without individual settings, execute the following steps:
0 commit comments