[latex3-commits] [git/LaTeX3-latex3-latex2e] master: Callback append_to_vlist_filter is exclusive (4f997cd)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sat Aug 18 11:20:51 CEST 2018
Repository : https://github.com/latex3/latex2e
On branch : master
Link : https://github.com/latex3/latex2e/commit/4f997cd1ce04c057a4c59006a8b184d282806e5a
>---------------------------------------------------------------
commit 4f997cd1ce04c057a4c59006a8b184d282806e5a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Aug 18 10:20:51 2018 +0100
Callback append_to_vlist_filter is exclusive
https://chat.stackexchange.com/transcript/message/46274988#46274988 and https://chat.stackexchange.com/transcript/message/46274999#46274999
>---------------------------------------------------------------
4f997cd1ce04c057a4c59006a8b184d282806e5a
base/ltluatex.dtx | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/base/ltluatex.dtx b/base/ltluatex.dtx
index 4686785..7c09f5c 100644
--- a/base/ltluatex.dtx
+++ b/base/ltluatex.dtx
@@ -24,7 +24,7 @@
\ProvidesFile{ltluatex.dtx}
%</driver>
%<*tex>
-[2018/05/02 v1.1g
+[2018/08/18 v1.1h
%</tex>
%<plain> LuaTeX support for plain TeX (core)
%<*tex>
@@ -1279,13 +1279,14 @@ local callbacktypes = callbacktypes or {
% {process\_rule, [hv]pack\_quality append\_to\_vlist\_filter added}
% \changes{v1.0n}{2016/03/13}{insert\_local\_par added}
% \changes{v1.0n}{2016/03/13}{contribute\_filter added}
+% \changes{v1.1h}{2018/08/18}{append\_to\_vlist\_filter is \texttt{exclusive}}
% \begin{macrocode}
contribute_filter = simple,
buildpage_filter = simple,
build_page_insert = exclusive,
pre_linebreak_filter = list,
linebreak_filter = list,
- append_to_vlist_filter = list,
+ append_to_vlist_filter = exclusive,
post_linebreak_filter = list,
hpack_filter = list,
vpack_filter = list,
More information about the latex3-commits
mailing list