summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-08-28 20:52:06 +0000
committerKarl Berry <karl@freefriends.org>2020-08-28 20:52:06 +0000
commit024b581907fc88aa5605c3c89332e5d7a1f932a6 (patch)
tree04332d5a1b3dec570ebbcb81140000e504f9fb41 /Master/texmf-dist/doc/lualatex
parentdf450bf56e87e617bb561d52550ee86d64232a62 (diff)
luahyphenrules (28aug20)
git-svn-id: svn://tug.org/texlive/trunk@56200 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex')
-rw-r--r--Master/texmf-dist/doc/lualatex/luahyphenrules/README.md3
-rw-r--r--Master/texmf-dist/doc/lualatex/luahyphenrules/luahyphenrules.pdfbin37590 -> 39798 bytes
-rw-r--r--Master/texmf-dist/doc/lualatex/luahyphenrules/luahyphenrules.tex21
3 files changed, 11 insertions, 13 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
--- a/Master/texmf-dist/doc/lualatex/luahyphenrules/luahyphenrules.pdf
+++ b/Master/texmf-dist/doc/lualatex/luahyphenrules/luahyphenrules.pdf
Binary files 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}
-
-
-
-
-
-
-