[latex3-commits] [latex3/babel] docs: Start 3.89 (095676b)
github at latex-project.org
github at latex-project.org
Sat May 6 08:09:16 CEST 2023
Repository : https://github.com/latex3/babel
On branch : docs
Link : https://github.com/latex3/babel/commit/095676ba71fb84f42279144a23ed6f52939152b3
>---------------------------------------------------------------
commit 095676ba71fb84f42279144a23ed6f52939152b3
Author: Javier <email at localhost>
Date: Sat May 6 08:09:16 2023 +0200
Start 3.89
>---------------------------------------------------------------
095676ba71fb84f42279144a23ed6f52939152b3
docs/news/whats-new-in-babel-3.89.md | 37 ++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/docs/news/whats-new-in-babel-3.89.md b/docs/news/whats-new-in-babel-3.89.md
new file mode 100644
index 0000000..4452143
--- /dev/null
+++ b/docs/news/whats-new-in-babel-3.89.md
@@ -0,0 +1,37 @@
+# What's new in babel 3.89
+
+## Modifiers
+
+About 10 years ago, a special syntax was devised to pass options to
+languages, with a dot-separated list in the following way.
+```tex
+spanish.notilde.lcroman
+```
+It was short and clean, but it has a severe disadvantage, namely, it’s
+problematic with languages set as class options. Therefore, this
+version introduces a new way to set the modifiers for a language, as
+the following example shows:
+```tex
+\documentclass[spanish]{report}
+\usepackage[modifiers.spanish = notilde.lcroman]{babel}
+```
+That is, start a package options with |modifiers.| followed by the
+language, and then set the modifier list. Note the language is not
+selected.
+
+## Deprecations
+
+`\aliasshorthands`
+
+
+## Cleaning up some language names
+
+`northernsami` is now the preferred name for `samin`, which is
+deprecated (it was clearly shortened to fit in the 8-character limit,
+and furthermore the Samin are a Javanese people). `scottishgaelic` is
+the preferred name for `scottish`; the latter still makes sense (it’s
+parallel to `irish`), and therefore, although discouraged, is not
+deprecated.
+
+See also
+
More information about the latex3-commits
mailing list.