[latex3-commits] [git/LaTeX3-latex3-babel] docs: Create news for 3.70. (f640013)

Javier email at dante.de
Sun Jan 2 11:18:36 CET 2022


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

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

commit f640013e2b02607dc303ccba012abb01688939c7
Author: Javier <email at localhost>
Date:   Sun Jan 2 11:18:36 2022 +0100

    Create news for 3.70.


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

f640013e2b02607dc303ccba012abb01688939c7
 docs/_includes/menu.html             |  2 ++
 docs/index.md                        |  2 ++
 docs/news/whats-new-in-babel-3.69.md |  2 +-
 docs/news/whats-new-in-babel-3.70.md | 27 +++++++++++++++++++++++++++
 4 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/docs/_includes/menu.html b/docs/_includes/menu.html
index 3dea3f9..10e8536 100644
--- a/docs/_includes/menu.html
+++ b/docs/_includes/menu.html
@@ -6,6 +6,8 @@
       <!-- -->
       <li><a href="#">News</a>
       <ul>
+        <li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.79.html">3.70 (dev)</a></li>
+        <li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.69.html">3.69</a></li>
         <li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.68.html">3.68</a></li>
         <li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.67.html">3.67</a></li>
         <li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.66.html">3.66</a></li>
diff --git a/docs/index.md b/docs/index.md
index 28eb8a1..99d0db7 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -48,6 +48,8 @@ case, it's advisable to install TeXLive.)
 
 | Version | Most relevant changes
 | --- | --- |
+| [3.70](news/whats-new-in-babel-3.70.html) | (Under development.)
+| [3.69](news/whats-new-in-babel-3.69.html) | Fixes a bug with `amsmath` introduced in 3.68.
 | [3.68](news/whats-new-in-babel-3.68.html) | Fixes (Bengali, `tabular` and `amsmath`).
 | [3.67](news/whats-new-in-babel-3.67.html) | Transforms can be turned on ond off.
 | [3.66](news/whats-new-in-babel-3.66.html) | Transforms for Greek (`transliteration.omega`).
diff --git a/docs/news/whats-new-in-babel-3.69.md b/docs/news/whats-new-in-babel-3.69.md
index 7a79d21..3b5b026 100644
--- a/docs/news/whats-new-in-babel-3.69.md
+++ b/docs/news/whats-new-in-babel-3.69.md
@@ -1,4 +1,4 @@
-# What's new in babel 3.68
+# What's new in babel 3.69
 
 2021-12-30
 
diff --git a/docs/news/whats-new-in-babel-3.70.md b/docs/news/whats-new-in-babel-3.70.md
new file mode 100644
index 0000000..67398bf
--- /dev/null
+++ b/docs/news/whats-new-in-babel-3.70.md
@@ -0,0 +1,27 @@
+# What's new in babel 3.70
+
+*(Development.)*
+
+## Finnish
+
+*(Only luatex.)*
+
+With the transform `prehyphen.nobreak` line breaks just after hyphens
+prepended to words are prevented, like in “pakastekaapit ja -arkut”.
+More precisely, in the sequence [space or punctuation] + [hyphen] +
+[alphanumeric], the hyphen is moved to the beginning of the following
+line if necessary. This makes unnecessary to write systematically `"=`
+in these situations.
+
+Remember transforms are no available in XeTeX or pdfTeX, which still
+require the shorthand. This is a LuaTeX-only feature.
+
+
+
+
+
+
+
+
+
+





More information about the latex3-commits mailing list.