[latex3-commits] [git/LaTeX3-latex3-babel] docs: With {{. (bd69c51)

Javier email at dante.de
Wed Jun 9 17:47:46 CEST 2021


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

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

commit bd69c516666ac748678a4360f0ca83313507958c
Author: Javier <email at localhost>
Date:   Wed Jun 9 17:47:46 2021 +0200

    With {{.


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

bd69c516666ac748678a4360f0ca83313507958c
 docs/news/whats-new-in-babel-3.42.md | 45 ------------------------------------
 1 file changed, 45 deletions(-)

diff --git a/docs/news/whats-new-in-babel-3.42.md b/docs/news/whats-new-in-babel-3.42.md
deleted file mode 100644
index 706be2d..0000000
--- a/docs/news/whats-new-in-babel-3.42.md
+++ /dev/null
@@ -1,45 +0,0 @@
-# What's new in babel 3.42
-
-2020-03-22
-
-## Getting properties from `ini` files
-
-Let's say you need the string for the chapter name in Hebrew. You can write:
-```tex
-\getlocaleproperty{\hechap}{hebrew}{captions/chapter}
-```
-And `\hechap` is set to the corresponding value.
-
-`\LocaleForEach` loops the loaded `ini` files with `#1` as the locale name. Here is a somewhat low level example:
-```tex
-\LocaleForEach{%
-  \getlocaleproperty\savetag{#1}{identification/tag.bcp47}%
-  \expandafter\xdef\csname tagtolocale\savetag\endcsname{#1}%
-}
-```
-
-## Coptic, Church Slavic, Syriac, Armenian, Sanskrit
-
-`ini` files for 3 locales have been added:
-* **Coptic**, with 2 numerals: `epact` and `lower.letters`.
-* **Church Slavic**, in 3 scripts: the ‘default’ Cyrl, plus Cyrs and Glag
-* **Syriac**. See an example in https://github.com/latex3/babel/blob/master/samples/lua-syriac.pdf .
-
-Armenian now has captions. [**Warning**. There are also numerals, but their names are not correct: they are `lower` and `upper`, but must be `lower.letters` and `upper.letters`. It will be fixed in the next release. Sorry for the slip.]
-
-A few mistakes has been fixed in Sanskrit and Belarusian.
-
-Also, a new property named `tag.bcp47.likely` has been added to many locales, based on the Unicode data.
-
-## Improved line breaking with xetex
-
-It should work with most South East Asian, Indic and CJK languages supported by XeTeX.
-
-## Fixes
-
-* The main fix is a bug introduced in 3.41, an extra space with languages loaded on the fly.
-* Line breaking was no always correct with languages loaded on the fly.
-* Avoid a harmless warning about redefining a protected command (#52). 
-* Locale was not switched correctly with COMBINING characters (#54).
-
-





More information about the latex3-commits mailing list.