[latex3-commits] [latex3/latex3] main: Enable checksearch in l3opacity (5909dcf7f)
github at latex-project.org
github at latex-project.org
Thu Feb 29 22:19:57 CET 2024
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/5909dcf7f946dff0fc3c99e6bc483f79e987fcff
>---------------------------------------------------------------
commit 5909dcf7f946dff0fc3c99e6bc483f79e987fcff
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Fri Mar 1 03:16:45 2024 +0800
Enable checksearch in l3opacity
>---------------------------------------------------------------
5909dcf7f946dff0fc3c99e6bc483f79e987fcff
l3experimental/l3opacity/build.lua | 3 +++
1 file changed, 3 insertions(+)
diff --git a/l3experimental/l3opacity/build.lua b/l3experimental/l3opacity/build.lua
index 24093edfb..30b8b7901 100644
--- a/l3experimental/l3opacity/build.lua
+++ b/l3experimental/l3opacity/build.lua
@@ -28,5 +28,8 @@ specialformats.latex =
checkengines =
{"pdftex", "luatex", "xetex", "etex-dvips", "etex-dvisvgm", "uptex"}
+-- Enable loading pdfmanagement support files from system texmf
+checksearch = true
+
-- Load the common build code
dofile(maindir .. "/build-config.lua")
More information about the latex3-commits
mailing list.