Skip to content

Commit

Permalink
add ShortMonth Formatter doc (#321)
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>
  • Loading branch information
joethei and koppor committed Nov 10, 2020
1 parent 1dda8dc commit 47c9e3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions en/collaborative-work/export/customexports.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ JabRef provides the following set of formatters:
* `RisKeywords` : to be documented.
* `RisMonth` : to be documented.
* `RTFChars` : replaces TeX-specific special characters \(e.g. {\^a} or {\"{o}}\) with their RTF representations, and translates LaTeX commands \emph, \textit, \textbf into RTF equivalents.
* `ShortMonth` : formats the month field to use 3 letter BibTeX strings (`jan`, `feb`, `mar`, `apr`, ...).
* `ToLowerCase` : turns all characters into lower case.
* `ToUpperCase` : turns all characters into upper case.
* `WrapContent` : This formatter outputs the input value after adding a prefix and a postfix, as long as the input value is non-empty. If the input value is empty, an empty string is output \(the prefix and postfix are not output in this case\). The formatter requires an argument containing the prefix and postix separated by a comma. To include the comma character in either, use an escape sequence \(\,\).
Expand Down

0 comments on commit 47c9e3a

Please sign in to comment.