[latex3-commits] [git/LaTeX3-latex3-latex2e] callbacks: Make post_linebreak_filter reverselist (844772f3)

Marcel Fabian Krüger tex at 2krueger.de
Mon Jan 13 14:02:26 CET 2020


Repository : https://github.com/latex3/latex2e
On branch  : callbacks
Link       : https://github.com/latex3/latex2e/commit/844772f3611b46a762c9c2135d4745a616d17baf

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

commit 844772f3611b46a762c9c2135d4745a616d17baf
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Fri Jan 10 14:47:35 2020 +0100

    Make post_linebreak_filter reverselist


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

844772f3611b46a762c9c2135d4745a616d17baf
 base/ltluatex.dtx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/base/ltluatex.dtx b/base/ltluatex.dtx
index afc4dbb3..f13f12fc 100644
--- a/base/ltluatex.dtx
+++ b/base/ltluatex.dtx
@@ -1320,6 +1320,7 @@ local callbacktypes = callbacktypes or {
 % \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}}
+% \changes{v1.1l}{2020/02/02}{post\_linebreak\_filter is \texttt{reverselist}}
 %    \begin{macrocode}
   contribute_filter      = simple,
   buildpage_filter       = simple,
@@ -1327,7 +1328,7 @@ local callbacktypes = callbacktypes or {
   pre_linebreak_filter   = list,
   linebreak_filter       = exclusive,
   append_to_vlist_filter = exclusive,
-  post_linebreak_filter  = list,
+  post_linebreak_filter  = reverselist,
   hpack_filter           = list,
   vpack_filter           = list,
   hpack_quality          = list,





More information about the latex3-commits mailing list