diff options
Diffstat (limited to 'Master/texmf-dist/scripts/arara/rules/bibtex.yaml')
-rw-r--r-- | Master/texmf-dist/scripts/arara/rules/bibtex.yaml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/arara/rules/bibtex.yaml b/Master/texmf-dist/scripts/arara/rules/bibtex.yaml index 5cbe5c17562..55dd1f0fec9 100644 --- a/Master/texmf-dist/scripts/arara/rules/bibtex.yaml +++ b/Master/texmf-dist/scripts/arara/rules/bibtex.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: bibtex name: BibTeX authors: -- Marco Daniel -- Paulo Cereda +- Island of TeX commands: - name: The BibTeX reference management software command: > @{ - return getCommand('bibtex', options, getBasename(file)) + return getCommand('bibtex', options, getBasename(reference)) } arguments: - identifier: options |