[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Fix some LuaTeX callback types (6f04d303)

Marcel Fabian Krüger zauguin at gmail.com
Wed Oct 2 22:42:39 CEST 2019


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/6f04d30344776d7b66892690b5be4a8abf42338f

>---------------------------------------------------------------

commit 6f04d30344776d7b66892690b5be4a8abf42338f
Author: Marcel Fabian Krüger <zauguin at gmail.com>
Date:   Wed Oct 2 22:41:21 2019 +0200

    Fix some LuaTeX callback types


>---------------------------------------------------------------

6f04d30344776d7b66892690b5be4a8abf42338f
 base/ltluatex.dtx | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/base/ltluatex.dtx b/base/ltluatex.dtx
index d34cd9c6..ad9f4a7d 100644
--- a/base/ltluatex.dtx
+++ b/base/ltluatex.dtx
@@ -1316,12 +1316,15 @@ local callbacktypes = callbacktypes or {
 % \changes{v1.0n}{2016/03/13}{contribute\_filter added}
 % \changes{v1.1h}{2018/08/18}{append\_to\_vlist\_filter is \texttt{exclusive}}
 % \changes{v1.1j}{2019/06/18}{new\_graf added}
+% \changes{v1.1k}{2019/10/02}{linebreak\_filter is \texttt{exclusive}}
+% \changes{v1.1k}{2019/10/02}{process\_rule is \texttt{exclusive}}
+% \changes{v1.1k}{2019/10/02}{mlist\_to\_hlist is \texttt{exclusive}}
 %    \begin{macrocode}
   contribute_filter      = simple,
   buildpage_filter       = simple,
   build_page_insert      = exclusive,
   pre_linebreak_filter   = list,
-  linebreak_filter       = list,
+  linebreak_filter       = exclusive,
   append_to_vlist_filter = exclusive,
   post_linebreak_filter  = list,
   hpack_filter           = list,
@@ -1329,12 +1332,12 @@ local callbacktypes = callbacktypes or {
   hpack_quality          = list,
   vpack_quality          = list,
   pre_output_filter      = list,
-  process_rule           = list,
+  process_rule           = exclusive,
   hyphenate              = simple,
   ligaturing             = simple,
   kerning                = simple,
   insert_local_par       = simple,
-  mlist_to_hlist         = list,
+  mlist_to_hlist         = exclusive,
   new_graf               = simple,
 %    \end{macrocode}
 % Section 8.5: information reporting callbacks.





More information about the latex3-commits mailing list