[latex3-commits] [latex3/babel] docs: Start 3.94. (e26d25b)

github at latex-project.org github at latex-project.org
Mon Sep 4 19:13:18 CEST 2023


Repository : https://github.com/latex3/babel
On branch  : docs
Link       : https://github.com/latex3/babel/commit/e26d25bfdb2233402c8dbf1a08308ae6dddf9a6e

>---------------------------------------------------------------

commit e26d25bfdb2233402c8dbf1a08308ae6dddf9a6e
Author: Javier <email at localhost>
Date:   Mon Sep 4 19:13:18 2023 +0200

    Start 3.94.


>---------------------------------------------------------------

e26d25bfdb2233402c8dbf1a08308ae6dddf9a6e
 docs/_includes/menu.html             |  1 +
 docs/index.md                        |  1 +
 docs/news/whats-new-in-babel-3.94.md | 50 ++++++++++++++++++++++++++++++++++++
 3 files changed, 52 insertions(+)

diff --git a/docs/_includes/menu.html b/docs/_includes/menu.html
index d1e68cd..c430cc1 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.94.html">3.94 (dev)</a></li>
         <li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.93.html">3.93</a></li>
         <li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.92.html">3.92</a></li>
         <li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.91.html">3.91</a></li>
diff --git a/docs/index.md b/docs/index.md
index dbd8734..573e86f 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.94](news/whats-new-in-babel-3.94.html) | (Development.) |
 | [3.93](news/whats-new-in-babel-3.93.html) | Hebrew numerals. Chinese calendar. 6 new locale files. |
 | [3.92](news/whats-new-in-babel-3.92.html) | A couple of fixes.|
 | [3.91](news/whats-new-in-babel-3.91.html) | Mainly fixes and transliteration for Hebrew.|
diff --git a/docs/news/whats-new-in-babel-3.94.md b/docs/news/whats-new-in-babel-3.94.md
new file mode 100644
index 0000000..f14f2f6
--- /dev/null
+++ b/docs/news/whats-new-in-babel-3.94.md
@@ -0,0 +1,50 @@
+# What's new in babel 3.94
+
+**Draft**
+
+## Chinese dates
+
+Now with the Chinese locales dates with the tradicional calendar can be
+printed. By default the year is numeric, but there is a variant with
+the sexagenary cycle (the latter is available only if the locale is
+loaded with `provide` or `\babelprovide`).
+
+```tex
+\localedate[calendar=chinese, convert]{\year}{\month}{\day}
+\localedate[calendar=chinese, variant=sexagenary, convert]{\year}{\month}{\day}
+```
+
+To set the default in `\today`:
+```tex
+\babelprovide[import, calendar=chinese]{babel}
+\babelprovide[import, calendar=chinese.sexagenary]{babel}
+```
+
+Note the string can be slightly diferent depending on the locale.
+
+## New locale files
+
+* `javanese` (Latin script)
+* `nigerianpidgin`
+* `maithiri`
+* `wolof`
+
+There are a few new ‘bare minimum locales’ (see ...):
+
+* `akkadian`
+* `balinese`
+* `ladino` (Hebrew script)
+* `lombard`
+* `navajo`
+* `oldnorse`
+
+# Hebrew
+
+Thanks to Udi Fogiel, `babel-hebrew` (the original style for 8-bit
+engines) is again maintained, and it’s useable directly in TeXlive. The
+`ini` files in the `babel` core have been adjusted to reflect correctly
+the font encondings for `pdflatex`.
+
+## Fixes
+
+* 
\ No newline at end of file





More information about the latex3-commits mailing list.