diff options
Diffstat (limited to 'Master/texmf-dist/scripts/arara/rules/tex.yaml')
-rw-r--r-- | Master/texmf-dist/scripts/arara/rules/tex.yaml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/arara/rules/tex.yaml b/Master/texmf-dist/scripts/arara/rules/tex.yaml index c0321b34dce..701d2000962 100644 --- a/Master/texmf-dist/scripts/arara/rules/tex.yaml +++ b/Master/texmf-dist/scripts/arara/rules/tex.yaml @@ -1,19 +1,18 @@ !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: tex name: TeX authors: -- Marco Daniel -- Paulo Cereda +- Island of TeX commands: - name: TeX engine command: > @{ - return getCommand('tex', interaction, shell, options, file); + return getCommand('tex', interaction, shell, options, reference); } arguments: - identifier: interaction |