From 024b581907fc88aa5605c3c89332e5d7a1f932a6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 28 Aug 2020 20:52:06 +0000 Subject: luahyphenrules (28aug20) git-svn-id: svn://tug.org/texlive/trunk@56200 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/lualatex/luahyphenrules/README.md | 3 ++- .../doc/lualatex/luahyphenrules/luahyphenrules.pdf | Bin 37590 -> 39798 bytes .../doc/lualatex/luahyphenrules/luahyphenrules.tex | 21 +++++++++------------ .../tex/lualatex/luahyphenrules/luahyphenrules.sty | 6 +++--- 4 files changed, 14 insertions(+), 16 deletions(-) diff --git a/Master/texmf-dist/doc/lualatex/luahyphenrules/README.md b/Master/texmf-dist/doc/lualatex/luahyphenrules/README.md index a73222e5141..a55ab787947 100644 --- a/Master/texmf-dist/doc/lualatex/luahyphenrules/README.md +++ b/Master/texmf-dist/doc/lualatex/luahyphenrules/README.md @@ -8,8 +8,9 @@ language and load their patterns by means of `language.dat` without loading `babel`. * Javier Bezos -* 2016-12-07 +* 2020-08-28 * Released under the LaTeX Project Public License v1.3c or later See http://www.latex-project.org/lppl.txt * It requires LuaLaTeX +* Version 1.1 just fixes a bug with recent babel versions. diff --git a/Master/texmf-dist/doc/lualatex/luahyphenrules/luahyphenrules.pdf b/Master/texmf-dist/doc/lualatex/luahyphenrules/luahyphenrules.pdf index 9f0c9c39aca..e258c1e951c 100644 Binary files a/Master/texmf-dist/doc/lualatex/luahyphenrules/luahyphenrules.pdf and b/Master/texmf-dist/doc/lualatex/luahyphenrules/luahyphenrules.pdf differ diff --git a/Master/texmf-dist/doc/lualatex/luahyphenrules/luahyphenrules.tex b/Master/texmf-dist/doc/lualatex/luahyphenrules/luahyphenrules.tex index d249d9d9ac6..bf95f74f06d 100644 --- a/Master/texmf-dist/doc/lualatex/luahyphenrules/luahyphenrules.tex +++ b/Master/texmf-dist/doc/lualatex/luahyphenrules/luahyphenrules.tex @@ -2,7 +2,7 @@ % | Typeset this file to get the documentation. | % +--------------------------------------------------+ % -%% Copyright (C) 2016 Javier Bezos +%% Copyright (C) 2016-2020 Javier Bezos %% All Rights Reserved %% http://www.texnia.com %% @@ -22,12 +22,12 @@ %% luahyphenrules.sty. \documentclass[a4paper]{ltxguide} -\title{\textsf{luahyphenrules}\\\large Version 1.0} +\title{\textsf{luahyphenrules}\\\large Version 1.1} \author{Javier Bezos\\\texttt{http://www.texnia.com}} -\date{2016-12-07} - +\date{2020-08-28} + \raggedright \parskip=.8ex \advance\oddsidemargin-.7cm @@ -48,6 +48,7 @@ \newtheorem{warning}{Warning} \newtheorem{note}{Note} \newtheorem{example}{Example} +\newtheorem{changes}{Changes} \begin{document} @@ -56,7 +57,7 @@ {\LARGE Loading patterns in \textsf{lualatex} with \texttt{language.dat}\par} \vspace*{1ex} -Version 1.0 (2016-12-07)\par +Version 1.1 (2020-08-28)\par Javier Bezos (\texttt{http://www.texnia.com}) \vspace*{6ex} @@ -103,12 +104,8 @@ raises and error. This package only works with Lua\LaTeX. \end{warning} +\begin{changes} + \textbf{1.1.} Fixed a bug with recent |babel| versions. +\end{changes} \end{document} - - - - - - - diff --git a/Master/texmf-dist/tex/lualatex/luahyphenrules/luahyphenrules.sty b/Master/texmf-dist/tex/lualatex/luahyphenrules/luahyphenrules.sty index 244bf903c88..5474744c84f 100644 --- a/Master/texmf-dist/tex/lualatex/luahyphenrules/luahyphenrules.sty +++ b/Master/texmf-dist/tex/lualatex/luahyphenrules/luahyphenrules.sty @@ -2,7 +2,7 @@ % | Typeset luahyphenrules.tex to get the documentation. | % +--------------------------------------------------------+ % -%% Copyright (C) 2016 Javier Bezos +%% Copyright (C) 2016-2020 Javier Bezos %% All Rights Reserved %% http://www.texnia.com %% @@ -21,7 +21,7 @@ %% This work consists of the files luahyphenrules.tex and %% luahyphenrules.sty. \ProvidesPackage{luahyphenrules} - [2016/12/07 v1.0 language.dat reader lualatex] + [2020/08/28 v1.1 language.dat reader lualatex] % The code below is essentially the same as in babel.dtx, with a few % minor changes. See the latter for further info. @@ -38,7 +38,7 @@ \ignorespaces} \def\bbl@manylang{% \ifnum\bbl@last>\@ne - \bbl@info{Non-standard hyphenation setup}% + \PackageInfo{luahyphenrules}{Non-standard hyphenation setup}% \fi \let\bbl@manylang\relax} \def\bbl@process@language#1#2#3{% -- cgit v1.2.3