summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/luatex.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/scripts/rules/luatex.yaml')
-rw-r--r--support/arara/scripts/rules/luatex.yaml7
1 files changed, 3 insertions, 4 deletions
diff --git a/support/arara/scripts/rules/luatex.yaml b/support/arara/scripts/rules/luatex.yaml
index 78840f6d96..86c7556993 100644
--- a/support/arara/scripts/rules/luatex.yaml
+++ b/support/arara/scripts/rules/luatex.yaml
@@ -1,20 +1,19 @@
!config
# Arara, the cool TeX automation tool
-# Copyright (c) 2018, Paulo Roberto Massa Cereda
+# Copyright (c) 2020, Island of TeX
# All rights reserved.
#
# This rule is part of arara.
identifier: luatex
name: LuaTeX
authors:
-- Marco Daniel
-- Paulo Cereda
+- Island of TeX
commands:
- name: LuaTeX engine
command: >
@{
return getCommand('luatex', interaction, draft, shell,
- synctex, options, file);
+ synctex, options, reference);
}
arguments:
- identifier: interaction