[latex3-commits] [latex3/babel] docs: Start 24.11. (77a51ea)
github at latex-project.org
github at latex-project.org
Wed Oct 2 19:22:22 CEST 2024
Repository : https://github.com/latex3/babel
On branch : docs
Link : https://github.com/latex3/babel/commit/77a51ea89ac53d6fd9273535b483274d18eed800
>---------------------------------------------------------------
commit 77a51ea89ac53d6fd9273535b483274d18eed800
Author: Javier <email at localhost>
Date: Wed Oct 2 19:22:22 2024 +0200
Start 24.11.
>---------------------------------------------------------------
77a51ea89ac53d6fd9273535b483274d18eed800
docs/guides/old-and-deprecated-functions.md | 6 ++++--
docs/news/whats-new-in-babel-24.11.md | 31 +++++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 2 deletions(-)
diff --git a/docs/guides/old-and-deprecated-functions.md b/docs/guides/old-and-deprecated-functions.md
index 8d8442c..0d6d53b 100644
--- a/docs/guides/old-and-deprecated-functions.md
+++ b/docs/guides/old-and-deprecated-functions.md
@@ -53,6 +53,8 @@ given encoding. This `.fd` file will instruct LaTeX to use a font from
the second family when a font from the first family in the given
encoding seems to be needed.
+Use `\DeclareFontFamilySubstitution` instead.
+
## `ensureinfo=off`
\New{3.75} Previous to 3.75, `ini` files were loaded only with
@@ -67,7 +69,7 @@ package option to turn the new behavior off (`ensureinfo=off`).
## `captions=`
This option was introduced long ago to deal with `ldf` files with LICR
-strings, which where not fully supported in Unicode engines. Now it’s
+strings, which were not fully supported in Unicode engines. Now it’s
unnecessary.
## Fonts
@@ -77,7 +79,7 @@ partial solution for “Unicode” fonts. Shortly after, with the
introduction of `\babelfont`, they were deprecated, and now, finally,
have been removed. A short description follows, for reference:
* `\babelFSstore{babel-language}` sets the current three basic families (rm, sf, tt) as the default for the language given.
-* `\babelFSdefault{babel-language}{fontspec-features}` patches `\fontspec` so that the given features are always passed as the optional argument or added to it (not an ideal solution).
+* `\babelFSdefault{babel-language}{fontspec-features}` patches `\fontspec` so that the given features are always passed as the optional argument or added to it (not an ideal solution).
```tex
\setmainfont[Language=Turkish]{Minion Pro}
\babelFSstore{turkish}
diff --git a/docs/news/whats-new-in-babel-24.11.md b/docs/news/whats-new-in-babel-24.11.md
new file mode 100644
index 0000000..b0fdea3
--- /dev/null
+++ b/docs/news/whats-new-in-babel-24.11.md
@@ -0,0 +1,31 @@
+# What's new in babel 24.11
+
+**Draft**
+
+## Manual thoroughly revised
+
+It’s a work in progress, but a good deal of obsolete comments have been
+updated, sections have been reorganized, and some explanations have been
+extended. There are also more examples.
+
+The layout is also somewhat different — macro and environment names are not
+set in the margin anymore.
+
+## Transform variables
+
+Values in some transforms are hardcoded in the `ini` files and cannot
+be modified. Now a new feature in introduced to readjust them. No `ini`
+has been modified yet, but CJK languages (for proper margin alignment),
+French (spaces with punctuation) and Tibetan (for traditional
+justification) will be extended soon.
+
+Only numeric parameters in prehyphenation.
+
+`{variable|default}`: uses the variable as defined by
+\SetTransformValue{<locale-name>}{<variable-name>}{<value>}. If the
+variable is not defined (or its value is `nil`), use the default value.
+
+
+
+
+
More information about the latex3-commits
mailing list.