-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Javier
committed
Feb 2, 2025
1 parent
4134987
commit 570d20d
Showing
16 changed files
with
256 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Betawi | ||
|
||
<blockquote> | ||
<p><em>Improve this page! Feel free to draft a pull request <a href="https://github.com/latex3/babel/tree/docs/docs">on GitHub</a>.</em></p> | ||
</blockquote> | ||
|
||
This page offers basic guidance on typesetting a LaTeX document in the | ||
Betawi language using the Latin script. | ||
|
||
## Support with `ini` locale file | ||
|
||
Here is a minimal sample file with `betawi` as the main language | ||
(assuming `luatex`, which is the recommended engine, and `babel` ≥25.2, | ||
although it may work with previous versions). | ||
|
||
```tex | ||
\documentclass[betawi]{article} | ||
\usepackage[provide=*]{babel} | ||
\begin{document} | ||
Local name $=$ Betawi | ||
Today $=$ \today | ||
\end{document} | ||
``` | ||
|
||
![](../media/locale-betawi.png) | ||
|
||
## Contribute | ||
|
||
If you are a native speaker or have expertise in this language, you can | ||
contribute, make suggestions or request enhancements by submitting a | ||
pull request, opening an issue, or contacting the Babel maintainer with | ||
the link above. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Kangri | ||
|
||
<blockquote> | ||
<p><em>Improve this page! Feel free to draft a pull request <a href="https://github.com/latex3/babel/tree/docs/docs">on GitHub</a>.</em></p> | ||
</blockquote> | ||
|
||
This page offers basic guidance on typesetting a LaTeX document in the | ||
Kangri language using the Devanagari script. | ||
|
||
## Support with `ini` locale file | ||
|
||
Here is a minimal sample file with `kangri` as the main language | ||
(assuming `luatex`, which is the recommended engine, and `babel` ≥25.2, | ||
although it may work with previous versions). | ||
|
||
```tex | ||
\documentclass[kangri]{article} | ||
\usepackage[provide=*]{babel} | ||
\babelfont{rm}{Shobhika} | ||
\begin{document} | ||
Local name $=$ कांगड़ी | ||
Today $=$ \today | ||
\end{document} | ||
``` | ||
|
||
![](../media/locale-kangri.png) | ||
|
||
## Contribute | ||
|
||
If you are a native speaker or have expertise in this language, you can | ||
contribute, make suggestions or request enhancements by submitting a | ||
pull request, opening an issue, or contacting the Babel maintainer with | ||
the link above. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Makhuwa | ||
|
||
<blockquote> | ||
<p><em>Improve this page! Feel free to draft a pull request <a href="https://github.com/latex3/babel/tree/docs/docs">on GitHub</a>.</em></p> | ||
</blockquote> | ||
|
||
This page offers basic guidance on typesetting a LaTeX document in the | ||
Makhuwa language using the Latin script. | ||
|
||
## Support with `ini` locale file | ||
|
||
Here is a minimal sample file with `makhuwa` as the main language | ||
(assuming `luatex`, which is the recommended engine, and `babel` ≥25.2, | ||
although it may work with previous versions). | ||
|
||
```tex | ||
\documentclass[makhuwa]{article} | ||
\usepackage[provide=*]{babel} | ||
\begin{document} | ||
Local name $=$ emakhuwa | ||
Today $=$ \today | ||
\end{document} | ||
``` | ||
|
||
![](../media/locale-makhuwa.png) | ||
|
||
## Contribute | ||
|
||
If you are a native speaker or have expertise in this language, you can | ||
contribute, make suggestions or request enhancements by submitting a | ||
pull request, opening an issue, or contacting the Babel maintainer with | ||
the link above. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Osage | ||
|
||
<blockquote> | ||
<p><em>Improve this page! Feel free to draft a pull request <a href="https://github.com/latex3/babel/tree/docs/docs">on GitHub</a>.</em></p> | ||
</blockquote> | ||
|
||
This page offers basic guidance on typesetting a LaTeX document in the | ||
Osage language using the Osage script. | ||
|
||
## Support with `ini` locale file | ||
|
||
Here is a minimal sample file with `osage` as the main language | ||
(assuming `luatex`, which is the recommended engine, and `babel` ≥25.2, | ||
although it may work with previous versions). | ||
|
||
Gadugi is a Windows font. | ||
|
||
```tex | ||
\documentclass[osage]{article} | ||
\usepackage[provide=*]{babel} | ||
\babelfont{rm}{Gadugi} | ||
\begin{document} | ||
Local name $=$ 𐓏𐓘𐓻𐓘𐓻𐓟 | ||
Today $=$ \today | ||
\end{document} | ||
``` | ||
|
||
![](../media/locale-osage.png) | ||
|
||
## Contribute | ||
|
||
If you are a native speaker or have expertise in this language, you can | ||
contribute, make suggestions or request enhancements by submitting a | ||
pull request, opening an issue, or contacting the Babel maintainer with | ||
the link above. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Venetian | ||
|
||
<blockquote> | ||
<p><em>Improve this page! Feel free to draft a pull request <a href="https://github.com/latex3/babel/tree/docs/docs">on GitHub</a>.</em></p> | ||
</blockquote> | ||
|
||
This page offers basic guidance on typesetting a LaTeX document in the | ||
Venetian language using the Latin script. | ||
|
||
## Support with `ini` locale file | ||
|
||
Here is a minimal sample file with `venetian` as the main language | ||
(assuming `luatex`, which is the recommended engine, and `babel` ≥25.2, | ||
although it may work with previous versions). | ||
|
||
```tex | ||
\documentclass[venetian]{article} | ||
\usepackage[provide=*]{babel} | ||
\begin{document} | ||
Local name $=$ veneto | ||
Today $=$ \today | ||
\end{document} | ||
``` | ||
|
||
![](../media/locale-venetian.png) | ||
|
||
## Contribute | ||
|
||
If you are a native speaker or have expertise in this language, you can | ||
contribute, make suggestions or request enhancements by submitting a | ||
pull request, opening an issue, or contacting the Babel maintainer with | ||
the link above. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Zhuang | ||
|
||
<blockquote> | ||
<p><em>Improve this page! Feel free to draft a pull request <a href="https://github.com/latex3/babel/tree/docs/docs">on GitHub</a>.</em></p> | ||
</blockquote> | ||
|
||
This page offers basic guidance on typesetting a LaTeX document in the | ||
Zhuang language using the Latin script. | ||
|
||
## Support with `ini` locale file | ||
|
||
Here is a minimal sample file with `zhuang` as the main language | ||
(assuming `luatex`, which is the recommended engine, and `babel` ≥25.2, | ||
although it may work with previous versions). | ||
|
||
```tex | ||
\documentclass[zhuang]{article} | ||
\usepackage[provide=*]{babel} | ||
\begin{document} | ||
Local name $=$ Vahcuengh | ||
Today $=$ \today | ||
\end{document} | ||
``` | ||
|
||
![](../media/locale-zhuang.png) | ||
|
||
## Contribute | ||
|
||
If you are a native speaker or have expertise in this language, you can | ||
contribute, make suggestions or request enhancements by submitting a | ||
pull request, opening an issue, or contacting the Babel maintainer with | ||
the link above. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# What's new in babel 25.3 | ||
|
||
2025-02-02 | ||
|
||
## Manual | ||
|
||
Language and locale lists now provide links to CTAN and the guides | ||
available in the [`babel` | ||
site](https://latex3.github.io/babel/guides/index-locale.html). | ||
|
||
## New Locales | ||
|
||
There are 6 new locales: | ||
[Betawi](https://latex3.github.io/babel/guides/locale-betawi.html), | ||
[Kangri](https://latex3.github.io/babel/guides/locale-kangri.html), | ||
[Makhuwa](https://latex3.github.io/babel/guides/locale-makhuwa.html), | ||
[Osage](https://latex3.github.io/babel/guides/locale-osage.html), | ||
[Venetian](https://latex3.github.io/babel/guides/locale-venetian.html), | ||
[Zhuang](https://latex3.github.io/babel/guides/locale-zhuang.html). | ||
|
||
# Fixes | ||
|
||
Two commands didn’t work as expected inside `\MakeUppercase`, namely | ||
`\babelhyphen` and `\localedate`. |