[latex3-commits] [git/LaTeX3-latex3-latex2e] master: Fix some LuaTeX callback types (1846dc91)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Oct 3 11:45:21 CEST 2019


Repository : https://github.com/latex3/latex2e
On branch  : master
Link       : https://github.com/latex3/latex2e/commit/1846dc913ca78551a74e59e6747a616df04f7d9d

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

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

    Fix some LuaTeX callback types


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

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

diff --git a/base/ltluatex.dtx b/base/ltluatex.dtx
index 5c2f3062..a043b484 100644
--- a/base/ltluatex.dtx
+++ b/base/ltluatex.dtx
@@ -1312,12 +1312,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,
@@ -1325,12 +1328,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