[latex3-commits] [latex3/babel] docs: Start 24.13. (e4104a4)
github at latex-project.org
github at latex-project.org
Tue Nov 5 18:59:00 CET 2024
Repository : https://github.com/latex3/babel
On branch : docs
Link : https://github.com/latex3/babel/commit/e4104a4ecef931dd75027a1c249e706f2eed9cea
>---------------------------------------------------------------
commit e4104a4ecef931dd75027a1c249e706f2eed9cea
Author: Javier <email at localhost>
Date: Tue Nov 5 18:59:00 2024 +0100
Start 24.13.
>---------------------------------------------------------------
e4104a4ecef931dd75027a1c249e706f2eed9cea
docs/index.md | 1 +
docs/news/whats-new-in-babel-24.13.md | 52 +++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/docs/index.md b/docs/index.md
index f2d3756..2c46372 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -72,6 +72,7 @@ case, it's advisable to install TeXLive.)
| Version | Most relevant changes
| --- | --- |
+| [24.13](news/whats-new-in-babel-24.13.html) | (dev) Transform variables for French. |
| [24.12](news/whats-new-in-babel-24.12.html) | Manual revised. `\PassOptionsToLocale` |
| [24.11](news/whats-new-in-babel-24.11.html) | Manual revised. Transform variables. |
| [24.10](news/whats-new-in-babel-24.10.html) | `\localename`, `\mainlocalename`, `\babelhyphenmins` |
diff --git a/docs/news/whats-new-in-babel-24.13.md b/docs/news/whats-new-in-babel-24.13.md
new file mode 100644
index 0000000..2e5d269
--- /dev/null
+++ b/docs/news/whats-new-in-babel-24.13.md
@@ -0,0 +1,52 @@
+# What's new in babel 24.13
+
+**Draft**
+
+There is an important notice related to the LaTeX kernel, which affects
+how to deal with languages. Now, according to [Engine news from the
+LaTeX Project](https://www.texdev.net/2024/11/05/engine-news-from-the-latex-project),
+“LuaTeX is the recommended engine for all new documents”. Furthermore,
+“it is time to move away from XeTeX: certainly for new documents, and
+even for existing ones”.
+
+There is some work in progress to provide short examples in many languages.
+See [Index of locale guides](https://latex3.github.io/babel/guides/index-locale.html)
+
+## Transform variables fo French
+
+When the `ini` file is used, you can now configure the spacing with
+punctuation, with the new transform variables. See [What’s new in
+24.11](https://latex3.github.io/babel/news/whats-new-in-babel-24.11.html).
+
+Variables are:
+* `guillemet.natural`, `guillemet.plus`, `guillemet.minus`
+* `colon.natural`, `colon.plus`, `colon.minus`
+* `high.natural`, `high.plus`, `high.minus`
+
+With, for example:
+```tex
+\SetTransformValue{french}{colon.natural}{.4}
+```
+spacing with the colon is slightly smaller (default is `.5`). Units
+are the current ordinary space.
+
+## Pashto Persian and Islamic calendar
+
+Added strings for the those calendars in the locale for Pashto. Since
+the default calendar was Persian, an error was even raised (which is
+now fixed).
+
+Emtpy strings has been added to Mazanderani and Northern Luri, which
+also require the Persian calendar. Sadly, the Unicode CLDR doesn’t
+define them yet. Feel free to contribute them.
+
+## Fixes
+
+* Uyghur hyphenation mechanism stopped working.
+* The Hebrew calendar converter raised an error.
+
+
+
+
+
+
More information about the latex3-commits
mailing list.