[latex3-commits] [git/LaTeX3-latex3-babel] docs: Start doc for 3.67. (76a15fb)
Javier
email at dante.de
Tue Nov 9 12:50:55 CET 2021
Repository : https://github.com/latex3/babel
On branch : docs
Link : https://github.com/latex3/babel/commit/76a15fba01977d746e23ab2622e72e0f650b2e9d
>---------------------------------------------------------------
commit 76a15fba01977d746e23ab2622e72e0f650b2e9d
Author: Javier <email at localhost>
Date: Tue Nov 9 12:50:55 2021 +0100
Start doc for 3.67.
>---------------------------------------------------------------
76a15fba01977d746e23ab2622e72e0f650b2e9d
docs/index.md | 3 ++-
docs/news/whats-new-in-babel-3.66.md | 2 +-
docs/news/whats-new-in-babel-3.67.md | 11 +++++++++++
3 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/docs/index.md b/docs/index.md
index fad6e6a..6f18e49 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -48,7 +48,8 @@ case, it's advisable to install TeXLive.)
| Version | Most relevant changes
| --- | --- |
-| [3.66](news/whats-new-in-babel-3.66.html) | Transforms for Greek (`transliteration.omega`)
+| [3.67](news/whats-new-in-babel-3.66.html) | (Under development.)
+| [3.66](news/whats-new-in-babel-3.66.html) | Transforms for Greek (`transliteration.omega`).
| [3.65](news/whats-new-in-babel-3.65.html) | Fixes a severe bug with `spanish`.
| [3.64](news/whats-new-in-babel-3.64.html) | New counters in CJK.
| [3.63](news/whats-new-in-babel-3.63.html) | Fixes a severe bug with CJK and XeTeX.
diff --git a/docs/news/whats-new-in-babel-3.66.md b/docs/news/whats-new-in-babel-3.66.md
index d2a1f8e..b87a3e1 100644
--- a/docs/news/whats-new-in-babel-3.66.md
+++ b/docs/news/whats-new-in-babel-3.66.md
@@ -6,7 +6,7 @@
`transliteration.omega`
-Although the provided combinations are no exactly the same, this
+Although the provided combinations are not exactly the same, this
transform follows the syntax of the system devised by Yannis
Haralambous for Omega: `=` for circumflex, `v` for digamma, `=p`,
`=q` and `=s` for ϡ, ϟ and ϛ, and so on. For better compatibility with
diff --git a/docs/news/whats-new-in-babel-3.67.md b/docs/news/whats-new-in-babel-3.67.md
new file mode 100644
index 0000000..eee79e7
--- /dev/null
+++ b/docs/news/whats-new-in-babel-3.67.md
@@ -0,0 +1,11 @@
+# What's new in babel 3.67
+
+*Under development.*
+
+## Executing code based on the selector
+
+`\IfBabelSelectorTF`. Values are `select`, `other`, `foreign`, `other`
+(and also `foreign*` for the tentative starred version).
+Eg, `\IfBabelSelectorTF{other, other*}{..]{..}` is true with
+environments. Mainly for extras.
+
More information about the latex3-commits
mailing list.