[latex3-commits] [latex3/luaotfload] dev: Only rely on pre_shipout_filter in luaotfload-dvi (ca496854)

github at latex-project.org github at latex-project.org
Sat Jul 29 20:08:25 CEST 2023


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/ca496854abb3e51c498a6bc01c747bcc45dd94cd

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

commit ca496854abb3e51c498a6bc01c747bcc45dd94cd
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Sat Jul 29 20:08:25 2023 +0200

    Only rely on pre_shipout_filter in luaotfload-dvi


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

ca496854abb3e51c498a6bc01c747bcc45dd94cd
 src/luaotfload-dvi.lua | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/luaotfload-dvi.lua b/src/luaotfload-dvi.lua
index 87e1c3fd..44b43d56 100644
--- a/src/luaotfload-dvi.lua
+++ b/src/luaotfload-dvi.lua
@@ -183,8 +183,9 @@ fonts.constructors.features.otf.register {
     node = manipulate,
     base = manipulate,
   },
-  processors = {
-    node = process,
-    base = process,
-  },
+  -- Processors are not needed since we are using pre_shipout_filter
+  -- processors = {
+  --   node = process,
+  --   base = process,
+  -- },
 }





More information about the latex3-commits mailing list.