[latex3-commits] [latex3/babel] docs: 3.90 (5546295)
github at latex-project.org
github at latex-project.org
Mon Jun 26 18:25:29 CEST 2023
Repository : https://github.com/latex3/babel
On branch : docs
Link : https://github.com/latex3/babel/commit/55462950750d4ed3ab9040a7318aa06637384977
>---------------------------------------------------------------
commit 55462950750d4ed3ab9040a7318aa06637384977
Author: Javier <email at localhost>
Date: Mon Jun 26 18:25:29 2023 +0200
3.90
>---------------------------------------------------------------
55462950750d4ed3ab9040a7318aa06637384977
docs/_includes/menu.html | 5 +----
docs/news/whats-new-in-babel-3.90.md | 17 +++++++++++------
2 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/docs/_includes/menu.html b/docs/_includes/menu.html
index e87658b..71d4fd5 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.90.html">3.90</a></li>
<li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.89.html">3.89</a></li>
<li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.88.html">3.88</a></li>
<li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.87.html">3.87</a></li>
@@ -20,10 +21,6 @@
<li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.78.html">3.78</a></li>
<li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.77.html">3.77</a></li>
<li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.76.html">3.76</a></li>
- <li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.75.html">3.75</a></li>
- <li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.74.html">3.74</a></li>
- <li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.73.html">3.73</a></li>
- <li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.72.html">3.72</a></li>
</ul>
</li>
<!-- -->
diff --git a/docs/news/whats-new-in-babel-3.90.md b/docs/news/whats-new-in-babel-3.90.md
index b9be78d..874487e 100644
--- a/docs/news/whats-new-in-babel-3.90.md
+++ b/docs/news/whats-new-in-babel-3.90.md
@@ -1,6 +1,6 @@
# What's new in babel 3.90
-**Draft**
+2023-06-26
## Casing
@@ -51,9 +51,14 @@ issues will be sorted out in future releases.
## Improvements in Arabic justification
Kashida are built by adding the Unicode ARABIC TATWEEL character. Now a
-limit can be set with ... The width of the glyph can vary greatly with
-the font, and so does the exact value of this parameter (which is
-currently global).
+limit can be set with a parameter as illustrated:
+```
+\directlua{ Babel.arabic.kashida_limit = 3 }
+```
+`0` means ‘add nothing’ and `-1` means ‘no limit’.
+
+The width of the glyph can vary greatly with the font, and so does the
+exact value of this parameter (which is currently global).
## Locale names
@@ -69,8 +74,8 @@ currently global).
* `\normalsfcodes` had a wrong value in heads and foots, which meant the
text was sometimes badly spaced after dots, colons and the like
(#240).
-
-
+* Line breaking was sometimes prevented when switching the text
+ direction (#213).
More information about the latex3-commits
mailing list.