From e328ec36047aea72779dcae59ff1478e518dd126 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Tue, 22 May 2018 07:34:27 +0200 Subject: [PATCH] Add list of available formatters --- en/SaveActions.md | 87 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) diff --git a/en/SaveActions.md b/en/SaveActions.md index 9eb7a9d..08bdb08 100644 --- a/en/SaveActions.md +++ b/en/SaveActions.md @@ -16,3 +16,90 @@ Each action is defined by: Dependend on the database mode, "Recommended for BibTeX" or "Recommended for BibLaTeX". When pressing this button, the recommended cleanups for the respective mode is called. + + + +## Add enclosing braces +Add braces encapsulating the complete field content. + +## Clear +Clears the field completely. + +## Escape underscores +Escape underscores + +## HTML to LaTeX +Converts HTML code to LaTeX code. + +## HTML to Unicode +Converts HTML code to Unicode. + +## LaTeX cleanup +Cleans up LaTeX code. + +## Normalize date +Normalizes the date to ISO date format. + +## Normalize en dashes +Normalizes the en dashes. + +## Normalize month +Normalize month to BibTeX standard abbreviation. + +## Normalize names of persons +Normalizes lists of persons to the BibTeX standard. + +## Normalize page numbers +Normalize pages to BibTeX standard. + +## Ordinals to LaTeX superscript +Converts ordinals to LaTeX superscripts. + + + +## Remove enclosing braces +Removes braces encapsulating the complete field content. + +## Remove hyphenated line breaks +Removes all hyphenated line breaks in the field content. + +## Remove line breaks +Removes all line breaks in the field content. + +## Unicode to LaTeX +Converts Unicode characters to LaTeX encoding. + +## Units to LaTeX +Converts units to LaTeX formatting. + +## Capitalize +Changes the first letter of all words to capital case and the remaining letters to lower case. + +## Lower case +Changes all letters to lower case. + +## Protect terms +Adds `{}` brackets around acronyms, month names and countries to preserve their case. + +## Sentence case +Capitalize the first word, changes other words to lower case. + +## Title case +Capitalize all words, but converts articles, prepositions, and conjunctions to lower case. + +## Upper case +Changes all letters to upper case. + +## Minify list of person names +Shortens lists of persons if there are more than 2 persons to \"et al.\".