[latex3-commits] [git/LaTeX3-latex3-babel] docs: raw again (ed6ec0f)
Javier
email at dante.de
Wed Jun 9 17:55:12 CEST 2021
Repository : https://github.com/latex3/babel
On branch : docs
Link : https://github.com/latex3/babel/commit/ed6ec0f647c4e5fb21e1645ba745e502bbdb0507
>---------------------------------------------------------------
commit ed6ec0f647c4e5fb21e1645ba745e502bbdb0507
Author: Javier <email at localhost>
Date: Wed Jun 9 17:55:12 2021 +0200
raw again
>---------------------------------------------------------------
ed6ec0f647c4e5fb21e1645ba745e502bbdb0507
docs/news/whats-new-in-babel-3.42.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/news/whats-new-in-babel-3.42.md b/docs/news/whats-new-in-babel-3.42.md
index 0aed503..1031343 100644
--- a/docs/news/whats-new-in-babel-3.42.md
+++ b/docs/news/whats-new-in-babel-3.42.md
@@ -9,14 +9,15 @@ Let's say you need the string for the chapter name in Hebrew. You can write:
\getlocaleproperty{\hechap}{hebrew}{captions/chapter}
```
And `\hechap` is set to the corresponding value.
-
+{% raw %}
`\LocaleForEach` loops the loaded `ini` files with `#1` as the locale name. Here is a somewhat low level example:
```tex
-\LocaleForEach{%%
+\LocaleForEach{%
\getlocaleproperty\savetag{#1}{identification/tag.bcp47}%
\expandafter\xdef\csname tagtolocale\savetag\endcsname{#1}%
}
```
+{% endraw %}
## Coptic, Church Slavic, Syriac, Armenian, Sanskrit
More information about the latex3-commits
mailing list.