[latex3-commits] [git/LaTeX3-latex3-babel] docs: Hebrew calendar. (e9b68ff)
Javier
email at dante.de
Sat May 28 13:36:02 CEST 2022
Repository : https://github.com/latex3/babel
On branch : docs
Link : https://github.com/latex3/babel/commit/e9b68ff2dc3af03a90843f3ac0eb1870e23c4959
>---------------------------------------------------------------
commit e9b68ff2dc3af03a90843f3ac0eb1870e23c4959
Author: Javier <email at localhost>
Date: Sat May 28 13:36:02 2022 +0200
Hebrew calendar.
>---------------------------------------------------------------
e9b68ff2dc3af03a90843f3ac0eb1870e23c4959
docs/_includes/menu.html | 1 +
docs/index.md | 1 +
docs/news/whats-new-in-babel-3.76.md | 9 ++++-----
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/docs/_includes/menu.html b/docs/_includes/menu.html
index aa1c565..d89b40b 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.76.html">3.76 (dev)</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>
diff --git a/docs/index.md b/docs/index.md
index ab6e614..273321a 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -48,6 +48,7 @@ case, it's advisable to install TeXLive.)
| Version | Most relevant changes
| --- | --- |
+| [3.76](news/whats-new-in-babel-3.76.html) | Calendar converters.
| [3.75](news/whats-new-in-babel-3.75.html) | `\BabelEnsureInfo` enabled by default. `\localeinfo*`.
| [3.74](news/whats-new-in-babel-3.74.html) | Mainly fixes and improvements in math.
| [3.73](news/whats-new-in-babel-3.73.html) | A fix.
diff --git a/docs/news/whats-new-in-babel-3.76.md b/docs/news/whats-new-in-babel-3.76.md
index 1291d80..d4d46c2 100644
--- a/docs/news/whats-new-in-babel-3.76.md
+++ b/docs/news/whats-new-in-babel-3.76.md
@@ -16,9 +16,9 @@ Until now, `babel` provided just the Hebrew calendar with `hebcal.sty`,
which shows how cumbersome can be the required computations with pure
TeX. Now, thanks to the `l3fp` library, they are quite straighforward.
-Currently, the calendars `islamic-civil` and `islamic-umalqura` have
-been added to `arabic` / `ar`. An example is (**Syntax liable to
-change.**):
+Currently, the calendar `hebrew` has been added to `hebrew`/`he`, as
+well as `islamic-civil` and `islamic-umalqura` to `arabic` / `ar`. An
+example is (**Syntax liable to change.**):
```
\babelcalendar[2022-04-01]{islamic-civil}\iyear\imonth\iday
\localedate[calendar=islamic]\iyear\imonth\iday
@@ -26,8 +26,7 @@ change.**):
Without the optional argument the current date is used.
The Umm al-Qura calendar is restricted to years close to the current
-one (approx. 1435-1460). This will be very likely the default islamic
-calendar, but it’s still under study.
+one (approx. 1435-1460).
Of course new tools will be added to configure the locales when they
are loaded.
More information about the latex3-commits
mailing list.