summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/luatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-08-24 19:40:31 +0000
committerKarl Berry <karl@freefriends.org>2022-08-24 19:40:31 +0000
commit932c36635a0c7c1c426504756e514a939dc68f96 (patch)
treed0ad877de0924311164a4f9e7023ec32c0360c5c /Master/texmf-dist/source/luatex
parent6194bc04fd80fb0fbb58da9ec7dc935832fc0a45 (diff)
lua-widow-control (24aug22)
git-svn-id: svn://tug.org/texlive/trunk@64191 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/luatex')
-rw-r--r--Master/texmf-dist/source/luatex/lua-widow-control/CHANGELOG.md16
-rw-r--r--Master/texmf-dist/source/luatex/lua-widow-control/lwc-manual.tex10
2 files changed, 16 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/luatex/lua-widow-control/CHANGELOG.md b/Master/texmf-dist/source/luatex/lua-widow-control/CHANGELOG.md
index b6822129f57..0ac3878e04b 100644
--- a/Master/texmf-dist/source/luatex/lua-widow-control/CHANGELOG.md
+++ b/Master/texmf-dist/source/luatex/lua-widow-control/CHANGELOG.md
@@ -9,10 +9,20 @@ Changelog
All notable changes to lua-widow-control will be listed here, in reverse chronological order. **Changes listed in bold** are important changes: they either remove options or commands, or may change the location of page breaks.
-## v2.2.1 (2022-07-28)
+## v2.2.2 (2022-08-23)
-- Fix crashes with recent LuaMetaTeX (ConTeXt MkXL)
-- No longer show "left parfill skip" warnings with ConTeXt LMTX/MkXL ([#7](https://github.com/gucci-on-fleek/lua-widow-control/issues/7))
+- Add preliminary support for inserts/footnotes in LuaMetaTeX ([#38](https://github.com/gucci-on-fleek/lua-widow-control/issues/38)).
+
+- Use the built-in LaTeX key–value interface where available.
+
+ This means that lua-widow-control now also reads the global class options.
+
+- Add support for split footnotes ([#37](https://github.com/gucci-on-fleek/lua-widow-control/issues/37)).
+
+## [v2.2.1 (2022-07-28)](https://github.com/gucci-on-fleek/lua-widow-control/releases/tag/release-45c3146d5fc5a86606a931212395a28ffb48f925)
+
+- Fix crashes with recent LuaMetaTeX (ConTeXt MkXL). See also [this thread](https://mailman.ntg.nl/pipermail/ntg-context/2022/106331.html).
+- No longer show "left parfill skip" warnings with ConTeXt LMTX/MkXL ([#7](https://github.com/gucci-on-fleek/lua-widow-control/issues/7)).
## [v2.2.0 (2022-06-17)](https://github.com/gucci-on-fleek/lua-widow-control/releases/tag/release-9a5deba53545adc5ab25a5caa0b8ebf4104843f9)
diff --git a/Master/texmf-dist/source/luatex/lua-widow-control/lwc-manual.tex b/Master/texmf-dist/source/luatex/lua-widow-control/lwc-manual.tex
index c22375e34ce..2b5be55196d 100644
--- a/Master/texmf-dist/source/luatex/lua-widow-control/lwc-manual.tex
+++ b/Master/texmf-dist/source/luatex/lua-widow-control/lwc-manual.tex
@@ -64,7 +64,7 @@
\startdocument[
title=lua-widow-control,
author=Max Chernoff,
- version=2.2.1, %%version
+ version=2.2.2, %%version
github=https://github.com/gucci-on-fleek/lua-widow-control,
ctan=https://www.ctan.org/pkg/lua-widow-control,
]
@@ -741,19 +741,15 @@ ultra-short~lines.
interword glue. Narrow columns also stretch more easily than wide columns
since you need to expand a paragraph by less to make a new line.
- \item When running under \LuaMetaTeX{} (\ConTeXt{}), the log may
- contain many lines like \q{\type{luatex warning > tex: left parfill skip is gone}}. These messages
- are completely harmless (although admittedly quite annoying). \githubissue{7}
-
\item \Lwc/ only attempts to expand paragraphs on a page with
a \woo/. A global system like in \titlecite[global] would solve this;
however, this is both \acronym{NP}-complete\cite[plass] and
impossible to solve in a single pass. Very rarely would such a
system remove widows or orphans that \lwc/ cannot.
- \item \Lwc/ does not move footnotes in \mkxl/ due to limitations with the \LuaMetaTeX{} engine.
+ \item \Lwc/ does not move footnotes in \mkxl/ due to limitations with the \LuaMetaTeX{} engine. \githubissue{38}
- \item Draft mode does not colour any text in \mkxl/. Draft mode will not colour the first line of a page in \mkiv/ and \OpTeX{}.
+ \item Draft mode does not colour any text in \mkxl/. Draft mode will not colour the first line of a page in \mkiv/ and \OpTeX{}. \githubissue{39}
\stopitemize
\section{Contributions}