Skip to content

Commit

Permalink
Add [camelN] citation key pattern documentation (#481)
Browse files Browse the repository at this point in the history
* add `shortcamel` title marker

* change documentation to reflect code change
  • Loading branch information
mkdjr authored Feb 22, 2024
1 parent 75781d7 commit 6330097
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions en/setup/citationkeypatterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ The name of institutions and companies often contain spaces and words that have
* **`[shorttitleINI]`**: The first 3 words of the title, abbreviated.
* **`[veryshorttitle]`**: The first word of the title, ignoring any function words (see below). For example, `An awesome paper on JabRef` becomes `Awesome`
* **`[camel]`**: Capitalize and concatenate all the words of the title. For example, `An awesome paper on JabRef` becomes `AnAwesomePaperOnJabref`
* **`[camelN]`**: Capitalize and concatenate no more than the first N words of the title. For example, `An awesome paper on JabRef plus four more words` becomes:
* `AnAwesomePaperOnJabref` with `[camel5]`, and
* `AnAweseome` with `[camel2]`.
* **`[title]`**: Capitalize all the significant words of the title, and concatenate them. For example, `An awesome paper on JabRef` becomes `AnAwesomePaperonJabref`
* **`[fulltitle]`**: The title with unchanged capitalization.

Expand Down

0 comments on commit 6330097

Please sign in to comment.