diff options
Diffstat (limited to 'latex/RULES')
-rw-r--r-- | latex/RULES | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/latex/RULES b/latex/RULES index d3e6679..ac6c9c9 100644 --- a/latex/RULES +++ b/latex/RULES @@ -20,13 +20,17 @@ , "of a .tex file in \"srcs\"; the \"stage\" is prepended automatically." ] } - , "config_vars": ["env", "latex"] + , "config_vars": ["env", "latex", "TYPESETTING_EXECUTION_PROPERTIES"] , "config_doc": { "latex": ["Name of the latex command, defaults to \"pdflatex\"."] , "env": [ "Any override to the default environment which sets only" , "PATH and SOURCE_DATE_EPOCH" ] + , "TYPESETTING_EXECUTION_PROPERTIES": + [ "Map of additional remote-execution properties to add for the typesetting" + , "actions; defaults to the empty map." + ] } , "implicit": {"runner": ["latex_runner.sh"]} , "imports": @@ -200,13 +204,17 @@ , "If omitted, \".pdf\" is assumed." ] } - , "config_vars": ["env", "latexmk"] + , "config_vars": ["env", "latexmk", "TYPESETTING_EXECUTION_PROPERTIES"] , "config_doc": { "env": [ "Any override to the default environment which sets only" , "PATH and SOURCE_DATE_EPOCH" ] , "latexmk": ["Name of the latexmk command, defaults to \"latexmk\"."] + , "TYPESETTING_EXECUTION_PROPERTIES": + [ "Map of additional remote-execution properties to add for the typesetting" + , "actions; defaults to the empty map." + ] } , "imports": {"call latex": "call latex"} , "expression": |