-
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
Apr 20, 2024
1 parent
86ddada
commit 6ac012d
Showing
5 changed files
with
34 additions
and
3 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
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
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,29 @@ | ||
# What's new in babel 24.4 | ||
|
||
2024-04-20 | ||
|
||
## New ‘interchar’ for CJK | ||
|
||
There is a new `interchar` available in Cantonese, Chinese, Japanese | ||
and Korean named `linebreak.basic`. By default (plain) `xetex` loads a | ||
set of settings for the CJK scripts, but not `xelatex`. What this | ||
option does is to load them. There are a couple of macros to set the | ||
glue and the space inserted between characters when appropriate: | ||
* `\BabelCJKGlue` (by default `\hskip0pt plus 0.1em\relax`) | ||
* `\BabelCJKSpace` (by default `\hskip0.2em plus 0.2em minus 0.1em\relax`) | ||
|
||
While this ‘interchar’ is locale dependent (and it can be enabled and | ||
disabled with `\enablelocaleinterchar` and `\disablelocaleinterchar`), | ||
these two macros are shared by the CJK languages. However, you can set | ||
different values on a locale basis by means of the standard `babel` | ||
mechanisms (`\extras...` or `\AddBabelHook`). | ||
|
||
## Fixes | ||
|
||
The algorithm for Tibetan line breaking has been improved to take into | ||
account closing punctuation. | ||
|
||
## Other changes | ||
|
||
`\IfBabelIntercharT` is not executed directly, but delayed to a better | ||
place. |