summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/covington/README
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/covington/README')
-rw-r--r--macros/latex/contrib/covington/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/macros/latex/contrib/covington/README b/macros/latex/contrib/covington/README
index 4d1636aa59..4587e8f7b4 100644
--- a/macros/latex/contrib/covington/README
+++ b/macros/latex/contrib/covington/README
@@ -31,6 +31,22 @@ The package consists of the following files:
== CHANGES ==
+* Version 2.10 (2023-06-02)
+ - Use LaTeX's own keyval mechanism rather than xkeyval.
+ - Introduce a better interface to customize the appearance of examples. Now everything can
+ be easily adjusted globally and locally via key-val options. This entails the following changes:
+ * Allow to globally set example options via the new macro \setexampleoptions.
+ * Add way to customize example and subexample number format.
+ * Add new example options: fs, fsno, fspreamble, fspostamble, leftmargin, addnumbersep,
+ addsubnumbersep, numberformat, subnumberformat, and fnnumberformat.
+ - Add new gloss options: fspreamble, fspostamble, fstl, and enquotetl.
+ This allows for full customization of glosses via options, both locally and globally.
+ - Package options now all have a key-value format as well.
+ - Introduce new package choice-option fnexamplecounter that supersedes the two boolean,
+ mutually exclusive options ownfncounter and ownfncounter* (which are still supported
+ for backwards compatibility reasons).
+ - Major documentation revisions.
+
* Version 2.9 (2023-05-26):
- Add postamble and postamble* options to example and subexamples environment.
- Add \expreamble, \subexpreamble, \expostamble and \subexpostamble macros.