1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
## Babel 3.99
2023-12-10
This package manages culturally-determined typographical (and other)
rules, and hyphenation patterns for a wide range of languages. Many
language styles work with pdflatex, as well as with xelatex and
lualatex out of the box. A few even work with plain formats. Included
is a set of ini files for about 300 languages.
The latest stable version is available on <https://ctan.org/pkg/babel>.
Changes in version 3.99 are described in:
https://latex3.github.io/babel/news/whats-new-in-babel-3.99.html
Apart from the manual, you can find information on some aspects of babel at:
https://latex3.github.io/babel/
The best way to install and/or update it is with the help of package
managers.
### Reporting bugs
If you wish to report a problem or bug in any of these packages please
use the
[Issue Tracker for LaTeX2e on GitHub](https://github.com/latex3/babel/issues)
and follow the guidelines that pop up if you press the `New issue`
button.
In particular, to check that you are really seeing a bug, please write
a short, self-contained document that shows the problem. This should
include the `latexbug` package, which will warn if your test file is
not suitable for one or the other reason. See the
[CONTRIBUTING guide](https://github.com/latex3/latex2e/blob/master/CONTRIBUTING.md)
for further details, or if you need to obtain the `latexbug` package.
If the bug turns out to be with third-party software then please
contact the developer, and not us!
You may also report them to the current maintainer more informally on:
https://latex3.github.io/babel/contact.html
Bugs related to specific languages are best reported to their
respective authors.
### Summary of latest changes
```
3.99 2023-12-10
* Spurious space in some cases because of a missing % (introduced
in 3.98).
* Two new locales: chakma and lowgerman.
* And more bare minimum locales: aramaic, avestan, aymara,
bashkir, bataktoba, bavarian, classicalmandaic, ingush, komi,
lepcha, limbu, lineara, lu, makasar, samaritan, sinteromani,
tainua, tangut, waray.
3.98 2023-12-06
* Case mappings in ini files, with new casing variants in the
Latin locales.
* New: \ShowLocaleProperties.
* Improved Persian/Farsi, thanks to Farshad Rasuli
(@farshadrasuli).
* In some languages and xetex, the language name was printed with
the first \foreignlanguage.
```
### Previous changes
See https://latex3.github.io/babel/#whats-new
|