From ccba5d03a51f2630fd396b66c2bc6937bf39b963 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 15 Jun 2023 15:45:25 +0200 Subject: Support execution properties for typesetting actions ... in order to allow a specialized typesetting image to be used, so that the (potentially large) typesetting dependencies do not have to be installed in the normal build images. --- latex/EXPRESSIONS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'latex/EXPRESSIONS') diff --git a/latex/EXPRESSIONS b/latex/EXPRESSIONS index 640f587..6b33e64 100644 --- a/latex/EXPRESSIONS +++ b/latex/EXPRESSIONS @@ -10,6 +10,7 @@ , "runner type" , "opts" , "output file extension" + , "TYPESETTING_EXECUTION_PROPERTIES" ] , "expression": { "type": "let*" @@ -182,6 +183,11 @@ ] , "cmd": {"type": "var", "name": "cmd"} , "env": {"type": "var", "name": "env"} + , "execution properties": + { "type": "var" + , "name": "TYPESETTING_EXECUTION_PROPERTIES" + , "default": {"type": "empty_map"} + } } ] , [ "output file" -- cgit v1.2.3