[latex3-commits] [git/LaTeX3-latex3-babel] master: Fix #123 (hyphens in Marathi). (68e9ebf)

Javier email at dante.de
Thu Mar 18 17:48:10 CET 2021


Repository : https://github.com/latex3/babel
On branch  : master
Link       : https://github.com/latex3/babel/commit/68e9ebf36d1a9f216ce6cdad869ccf198be7e217

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

commit 68e9ebf36d1a9f216ce6cdad869ccf198be7e217
Author: Javier <email at localhost>
Date:   Thu Mar 18 17:48:10 2021 +0100

    Fix #123 (hyphens in Marathi).


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

68e9ebf36d1a9f216ce6cdad869ccf198be7e217
 README.md              |   3 ++-
 babel.dtx              |  20 ++++++++++++--------
 babel.ins              |   2 +-
 babel.pdf              | Bin 821036 -> 821452 bytes
 bbcompat.dtx           |   2 +-
 locale/mr/babel-mr.ini |   6 +++---
 6 files changed, 19 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md
index 6e5d75f..0adcc9c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## Babel 3.55.2312
+## Babel 3.55.2315
 
 This package manages culturally-determined typographical (and other)
 rules, and hyphenation patterns for a wide range of languages. Many
@@ -51,6 +51,7 @@ respective authors.
        * Multiple 'insert's allowed.
        * Fixes:
          - 'insert' and 'data' didn't always set/get the expected node.
+         - Hyphen was not shown in Marathi (#123)
          
 3.55   2021-03-03??
        * Captions for Uyghur.
diff --git a/babel.dtx b/babel.dtx
index 72c544a..4881a5f 100644
--- a/babel.dtx
+++ b/babel.dtx
@@ -31,7 +31,7 @@
 %
 % \iffalse
 %<*filedriver>
-\ProvidesFile{babel.dtx}[2021/03/15 v3.55.2312 The Babel package]
+\ProvidesFile{babel.dtx}[2021/03/18 v3.55.2315 The Babel package]
 \documentclass{ltxdoc}
 \GetFileInfo{babel.dtx}
 \usepackage{fontspec}
@@ -763,8 +763,15 @@ Except for these simple uses, |hyphenrules| is deprecated and
 |otherlanguage*| (the starred version) is preferred, because the former
 does not take into account possible changes in encodings of characters
 like, say, |'| done by some languages (eg, \textsf{italian},
-\textsf{french}, \textsf{ukraineb}). To set hyphenation exceptions, use
-|\babelhyphenation| (see below).
+\textsf{french}, \textsf{ukraineb}).
+
+\begin{note}
+  To set hyphenation exceptions in the preamble before any language is
+  explicitly set with a selector, use |\babelhyphenation| (see below)
+  instead of |\hyphenation|. The reason is the same — in the preamble
+  the hyphenation rules are not always fully set up and an error can by
+  raised.
+\end{note}
 
 \subsection{More on selection}
 
@@ -4849,8 +4856,8 @@ help from Bernd Raichle, for which I am grateful.
 % \section{Tools}
 %
 %    \begin{macrocode}
-%<<version=3.55.2312>>
-%<<date=2021/03/15>>
+%<<version=3.55.2315>>
+%<<date=2021/03/18>>
 %    \end{macrocode}
 %
 % \textbf{Do not use the following macros in \texttt{ldf} files. They
@@ -14115,9 +14122,6 @@ end
             
           end  &% for each replacement
 
-          &% si son 'iguales', estamos al final
-
-
           if Babel.debug then
               print('.....', '/')
               Babel.debug_hyph(w, w_nodes, sc, first, last, last_match)
diff --git a/babel.ins b/babel.ins
index f551c14..6679dbc 100644
--- a/babel.ins
+++ b/babel.ins
@@ -26,7 +26,7 @@
 %% and covered by LPPL is defined by the unpacking scripts (with
 %% extension .ins) which are part of the distribution.
 %%
-\def\filedate{2021/03/15}
+\def\filedate{2021/03/18}
 \def\batchfile{babel.ins}
 \input docstrip.tex
 
diff --git a/babel.pdf b/babel.pdf
index 64e9ea8..e7316dc 100644
Binary files a/babel.pdf and b/babel.pdf differ
diff --git a/bbcompat.dtx b/bbcompat.dtx
index 49cc2be..21e4b99 100644
--- a/bbcompat.dtx
+++ b/bbcompat.dtx
@@ -30,7 +30,7 @@
 %
 % \iffalse
 %<*dtx>
-\ProvidesFile{bbcompat.dtx}[2021/03/15 v3.55.2312]
+\ProvidesFile{bbcompat.dtx}[2021/03/18 v3.55.2315]
 %</dtx>
 %
 %% File 'bbcompat.dtx'
diff --git a/locale/mr/babel-mr.ini b/locale/mr/babel-mr.ini
index 8935a54..1178e56 100644
--- a/locale/mr/babel-mr.ini
+++ b/locale/mr/babel-mr.ini
@@ -13,8 +13,8 @@
 
 [identification]
 charset = utf8
-version = 1.8
-date = 2020-10-11
+version = 1.9
+date = 2021-03-16
 name.local = मराठी
 name.english = Marathi
 name.babel = marathi
@@ -118,7 +118,7 @@ hyphenrules = marathi
 lefthyphenmin = 2
 righthyphenmin = 2
 hyphenchar = 
-prehyphenchar = 0
+prehyphenchar =
 posthyphenchar = 
 exhyphenchar = 
 preexhyphenchar = 





More information about the latex3-commits mailing list.