[latex3-commits] [latex3/babel] docs: 24.13 (e5827e4)

github at latex-project.org github at latex-project.org
Fri Nov 8 13:53:21 CET 2024


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

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

commit e5827e429fabc1509ce3ab23da9d8e9b2ee3f9e8
Author: Javier <email at localhost>
Date:   Fri Nov 8 13:53:21 2024 +0100

    24.13


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

e5827e429fabc1509ce3ab23da9d8e9b2ee3f9e8
 docs/guides/migrating-pdftex-luatex.md | 10 ----------
 docs/news/whats-new-in-babel-24.13.md  |  2 +-
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/docs/guides/migrating-pdftex-luatex.md b/docs/guides/migrating-pdftex-luatex.md
index 45583ab..bbacfb5 100644
--- a/docs/guides/migrating-pdftex-luatex.md
+++ b/docs/guides/migrating-pdftex-luatex.md
@@ -13,29 +13,19 @@ With languages in non-Latin encodings, you should assign them a font.
 A typical modification would be from:
 ```tex
 \documentclass[bulgarian]{article}
-
 \usepackage[T2A]{fontenc}
-
 \usepackage{babel}
-
 \begin{document}
-
 ...
-
 \end{document}
 ```
 to:
 ```tex
 \documentclass[bulgarian]{article}
-
 \usepackage{babel}
-
 \babelfont{rm}{NewComputerModern10}
-
 \begin{document}
-
 ...
-
 \end{document}
 ```
 
diff --git a/docs/news/whats-new-in-babel-24.13.md b/docs/news/whats-new-in-babel-24.13.md
index dd007a0..349c11d 100644
--- a/docs/news/whats-new-in-babel-24.13.md
+++ b/docs/news/whats-new-in-babel-24.13.md
@@ -1,6 +1,6 @@
 # What's new in babel 24.13
 
-**Draft**
+2024-11-08
 
 There are important news related to the LaTeX kernel, which affects
 how to deal with languages. Now, according to [Engine news from the





More information about the latex3-commits mailing list.