| Class | Description |
|---|---|
| AuthorAbbreviator |
Duplicate of AuthorLastFirstAbbreviator.
|
| AuthorAndsCommaReplacer |
Replaces and's for & (in case of two authors) and , (in case
of more than two authors).
|
| AuthorAndsReplacer |
Replaces and's for & (in case of two authors) and ; (in case
of more than two authors).
|
| AuthorFirstAbbrLastCommas |
Names are given as first name, von and last name.
First names will be abbreviated.
Individual authors separated by comma.
There is no command in front the and of a list of three or more authors.
|
| AuthorFirstAbbrLastOxfordCommas |
Names are given as first name, von and last name.
First names will be abbreviated.
Individual authors separated by comma.
The and of a list of three or more authors is preceeded by a comma
(Oxford comma)
|
| AuthorFirstFirst |
Author First First prints ....
|
| AuthorFirstFirstCommas |
Names are given in order: first von last, jr.
First names will NOT be abbreviated.
Individual authors are separated by commas.
There is no comma before the 'and' at the end of a list of three or more authors
|
| AuthorFirstLastCommas |
Names are given as first name, von and last name.
First names will not be abbreviated.
Individual authors separated by comma.
There is no comma before the and of a list of three or more authors.
|
| AuthorFirstLastOxfordCommas |
Names are given as first name, von and last name.
Individual authors separated by comma.
The and of a list of three or more authors is preceeded by a comma
(Oxford comma)
|
| AuthorLastFirst | |
| AuthorLastFirstAbbrCommas |
Names are given in order: von last, jr, first.
First names will be abbreviated.
Individual authors are separated by commas.
There is no comma before the 'and' at the end of a list of three or more authors
|
| AuthorLastFirstAbbreviator |
Uses as input the fields (author or editor) in the LastFirst format.
|
| AuthorLastFirstAbbrOxfordCommas |
Names are given in order: von last, jr, first.
First names will be abbreviated.
Individual authors are separated by commas.
The 'and' of a list of three or more authors is preceeded by a comma
(Oxford comma)
|
| AuthorLastFirstCommas |
Names are given in order: von last, jr, first.
First names will NOT be abbreviated.
Individual authors are separated by commas.
There is no comma before the 'and' at the end of a list of three or more authors
|
| AuthorLastFirstOxfordCommas |
Names are given in order: von last, jr, first.
First names will NOT be abbreviated.
Individual authors are separated by commas.
The 'and' of a list of three or more authors is preceeded by a comma
(Oxford comma)
|
| AuthorLF_FF | |
| AuthorLF_FFAbbr | |
| AuthorNatBib |
Natbib style: Last names only.
|
| AuthorOrgSci |
Will return the Authors to match the OrgSci format:
That is the first author is LastFirst, but all others are FirstLast.
First names are abbreviated
Spaces between abbreviated first names are NOT removed.
|
| Authors |
Versatile author name formatter that takes arguments to control the formatting style.
|
| CompositeFormat |
A layout formatter that is the composite of the given Formatters executed in
order.
|
| CreateBibORDFAuthors | |
| CreateDocBookAuthors |
Create DocBook authors formatter.
|
| CreateDocBookEditors |
Create DocBook editors formatter.
|
| CurrentDate |
Inserts the current date (the time a database is being exported).
|
| Default |
Layout formatter that puts in a default value (given as argument) if the field is empty.
|
| DOICheck |
Used to fix [ 1588028 ] export HTML table doi url.
|
| DOIStrip |
Will strip any prefixes from the DOI field, in order to output only the DOI number
|
| FileLink |
Export formatter that handles the file link list of JabRef 2.3 and later, by
selecting the first file link, if any, specified by the field.
|
| FirstPage |
Formatter that returns the first page from the "pages" field, if set.
|
| FormatChars |
This formatter converts LaTeX character sequences their equicalent unicode characters,
and removes other LaTeX commands without handling them.
|
| FormatPagesForHTML | |
| FormatPagesForXML | |
| GetOpenOfficeType |
Change type of record to match the one used by OpenOffice formatter.
|
| HTMLChars |
This formatter escapes characters so they are suitable for HTML.
|
| HTMLParagraphs |
Will interpret two consecutive newlines as the start of a new paragraph and thus
wrap the paragraph in HTML-p-tags.
|
| IfPlural | |
| Iso690FormatDate | |
| Iso690NamesAuthors | |
| JournalAbbreviator |
JournalAbbreviator formats the given text in an abbreviated form
according to the journal abbreviation lists.
|
| LastPage |
Formatter that returns the last page from the "pages" field, if set.
|
| NoSpaceBetweenAbbreviations |
LayoutFormatter that removes the space between abbreviated First names
|
| NotFoundFormatter |
Formatter used to signal that a formatter hasn't been found.
|
| Number |
Formatter that outputs a sequence number for the current entry.
|
| RemoveBrackets |
Remove brackets formatter.
|
| RemoveBracketsAddComma |
Remove brackets formatter.
|
| RemoveLatexCommands | |
| RemoveTilde |
Replace a non-command tilde ~ by a space.
|
| RemoveWhitespace |
Remove non printable character formatter.
|
| Replace |
Formatter that does regexp replacement.
|
| ResolvePDF | Deprecated |
| RisAuthors | |
| RisKeywords | |
| RisMonth | |
| RTFChars |
Transform a LaTeX-String to RTF.
|
| ToLowerCase |
Convert the contents to lower case.
|
| ToUpperCase |
Convert the contents to 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.
|
| WrapFileLinks |
This formatter iterates over all file links, or all file links of a specified
type, outputting a format string given as the first argument.
|
| XMLChars |
Changes {\^o} or {\^{o}} to ?
|