summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/bibtex.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/scripts/rules/bibtex.yaml')
-rw-r--r--support/arara/scripts/rules/bibtex.yaml7
1 files changed, 3 insertions, 4 deletions
diff --git a/support/arara/scripts/rules/bibtex.yaml b/support/arara/scripts/rules/bibtex.yaml
index 5cbe5c1756..55dd1f0fec 100644
--- a/support/arara/scripts/rules/bibtex.yaml
+++ b/support/arara/scripts/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