summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/bib2gls.yaml
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-05 03:00:59 +0000
committerNorbert Preining <norbert@preining.info>2020-03-05 03:00:59 +0000
commit898048513951b471a492afa23e46112d14bcb236 (patch)
tree8596afc705f55d2d07b324a756f7283ac0e2d21b /support/arara/scripts/rules/bib2gls.yaml
parent19d25b8009801aa98ea2f46b45c37c257f990491 (diff)
CTAN sync 202003050300
Diffstat (limited to 'support/arara/scripts/rules/bib2gls.yaml')
-rw-r--r--support/arara/scripts/rules/bib2gls.yaml11
1 files changed, 5 insertions, 6 deletions
diff --git a/support/arara/scripts/rules/bib2gls.yaml b/support/arara/scripts/rules/bib2gls.yaml
index 9a97920717..a33744faec 100644
--- a/support/arara/scripts/rules/bib2gls.yaml
+++ b/support/arara/scripts/rules/bib2gls.yaml
@@ -1,14 +1,13 @@
!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: bib2gls
name: Bib2Gls
authors:
-- Nicola Talbot
-- Paulo Cereda
+- Island of TeX
commands:
- name: The Bib2Gls software
command: >
@@ -23,7 +22,7 @@ commands:
prefix = [ 'cmd', '/c', 'del' ];
}
- base = getBasename(file);
+ base = getBasename(reference);
removals = [];
lines = readFromFile(base.concat('.').concat('aux'));
@@ -63,7 +62,7 @@ commands:
return getCommand('bib2gls', dir, trans, group, interpret,
breakspace, trimfields, recordcount, recordcountunit,
cite, verbose, merge, locale, uniscript, packages,
- ignore, custom, mapformats, options, getBasename(file));
+ ignore, custom, mapformats, options, getBasename(reference));
}
}
arguments:
@@ -80,7 +79,7 @@ arguments:
throwError('Forbidden transcript extension');
}
- return ['--log-file', getBasename(file)+"."+parameters.trans]
+ return ['--log-file', getBasename(reference)+"."+parameters.trans]
}
- identifier: locale
flag: >