[latex3-commits] [git/LaTeX3-latex3-babel] docs: Docs for 3.66. (8d29c38)
Javier
email at dante.de
Mon Nov 8 16:49:24 CET 2021
Repository : https://github.com/latex3/babel
On branch : docs
Link : https://github.com/latex3/babel/commit/8d29c3865264d1607d7f472b9a69f10ab5a6e988
>---------------------------------------------------------------
commit 8d29c3865264d1607d7f472b9a69f10ab5a6e988
Author: Javier <email at localhost>
Date: Mon Nov 8 16:49:24 2021 +0100
Docs for 3.66.
>---------------------------------------------------------------
8d29c3865264d1607d7f472b9a69f10ab5a6e988
docs/_includes/menu.html | 1 +
docs/index.md | 2 +-
docs/news/whats-new-in-babel-3.62.md | 3 ++-
docs/news/whats-new-in-babel-3.66.md | 13 +++++++++----
4 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/docs/_includes/menu.html b/docs/_includes/menu.html
index 1a339d3..5fd85b5 100644
--- a/docs/_includes/menu.html
+++ b/docs/_includes/menu.html
@@ -6,6 +6,7 @@
<!-- -->
<li><a href="#">News</a>
<ul>
+ <li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.66.html">3.66</a></li>
<li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.65.html">3.65</a></li>
<li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.64.html">3.64</a></li>
<li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.63.html">3.63</a></li>
diff --git a/docs/index.md b/docs/index.md
index 21ab4c6..fad6e6a 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -48,7 +48,7 @@ case, it's advisable to install TeXLive.)
| Version | Most relevant changes
| --- | --- |
-| [3.66](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.62.md b/docs/news/whats-new-in-babel-3.62.md
index fc7368c..e6bde4a 100644
--- a/docs/news/whats-new-in-babel-3.62.md
+++ b/docs/news/whats-new-in-babel-3.62.md
@@ -14,7 +14,8 @@ found (for example, if there was a typo in the document).
## LaTeX hooks
⚠ This section has been modified with the release of version 3.64, after
-some changes in the LaTeX hooking mechanism.
+some changes in the LaTeX hooking mechanism. Note it may require
+latex-dev.
There is some partial support for the new LaTeX hooks. The hooks
predefined by `babel` has the same names as those of `\AddBabelHook`,
diff --git a/docs/news/whats-new-in-babel-3.66.md b/docs/news/whats-new-in-babel-3.66.md
index d4787f7..d2a1f8e 100644
--- a/docs/news/whats-new-in-babel-3.66.md
+++ b/docs/news/whats-new-in-babel-3.66.md
@@ -1,10 +1,8 @@
# What's new in babel 3.66
-*(Under development)*
+2021-11-08
-## Transforms
-
-### Greek
+## Transforms for Greek
`transliteration.omega`
@@ -28,4 +26,11 @@ The transliteration system above, unlike Levy’s, doesn’t convert the
sigma at the end of a word (on purpose). This transforms does it. To
prevent the conversion (an abbreviation, for example), write `"s`.
+## Fixes for bidi texts
+
+A few issues related to graphics in bidi texts has been fixed
+particularly [#145](https://github.com/latex3/babel/issues/145) and
+[#146](https://github.com/latex3/babel/issues/146), with the solutions
+proposed by Salim Bou.
+
More information about the latex3-commits
mailing list.