summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/luahyphenrules
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-08-29 03:01:08 +0000
committerNorbert Preining <norbert@preining.info>2020-08-29 03:01:08 +0000
commit84ead792ae29b5dcefb36517d42178c278b8cb9b (patch)
treea259dd45fe4ddea8c28e6f12cb04897178d2c5d9 /macros/luatex/latex/luahyphenrules
parent4d43c69d8ce1c8e128aa59c4eb19189219ac8b3d (diff)
CTAN sync 202008290301
Diffstat (limited to 'macros/luatex/latex/luahyphenrules')
-rw-r--r--macros/luatex/latex/luahyphenrules/README.md3
-rw-r--r--macros/luatex/latex/luahyphenrules/luahyphenrules.pdfbin37590 -> 39798 bytes
-rw-r--r--macros/luatex/latex/luahyphenrules/luahyphenrules.sty6
-rw-r--r--macros/luatex/latex/luahyphenrules/luahyphenrules.tex21
4 files changed, 14 insertions, 16 deletions
diff --git a/macros/luatex/latex/luahyphenrules/README.md b/macros/luatex/latex/luahyphenrules/README.md
index a73222e514..a55ab78794 100644
--- a/macros/luatex/latex/luahyphenrules/README.md
+++ b/macros/luatex/latex/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/macros/luatex/latex/luahyphenrules/luahyphenrules.pdf b/macros/luatex/latex/luahyphenrules/luahyphenrules.pdf
index 9f0c9c39ac..e258c1e951 100644
--- a/macros/luatex/latex/luahyphenrules/luahyphenrules.pdf
+++ b/macros/luatex/latex/luahyphenrules/luahyphenrules.pdf
Binary files differ
diff --git a/macros/luatex/latex/luahyphenrules/luahyphenrules.sty b/macros/luatex/latex/luahyphenrules/luahyphenrules.sty
index 244bf903c8..5474744c84 100644
--- a/macros/luatex/latex/luahyphenrules/luahyphenrules.sty
+++ b/macros/luatex/latex/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{%
diff --git a/macros/luatex/latex/luahyphenrules/luahyphenrules.tex b/macros/luatex/latex/luahyphenrules/luahyphenrules.tex
index d249d9d9ac..bf95f74f06 100644
--- a/macros/luatex/latex/luahyphenrules/luahyphenrules.tex
+++ b/macros/luatex/latex/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}
-
-
-
-
-
-
-