diff options
Diffstat (limited to 'Master/texmf-dist/scripts/arara/rules/etex.yaml')
-rw-r--r-- | Master/texmf-dist/scripts/arara/rules/etex.yaml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/texmf-dist/scripts/arara/rules/etex.yaml b/Master/texmf-dist/scripts/arara/rules/etex.yaml index 15f8bf54126..6145fad1122 100644 --- a/Master/texmf-dist/scripts/arara/rules/etex.yaml +++ b/Master/texmf-dist/scripts/arara/rules/etex.yaml @@ -1,20 +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: etex name: eTeX authors: -- Marco Daniel -- Paulo Cereda -- Nicola Talbot +- Island of TeX commands: - name: Extended TeX engine command: > @{ - return getCommand('etex', interaction, shell, options, file); + return getCommand('etex', interaction, shell, options, reference); } arguments: - identifier: interaction |