summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/arara-rule-xdvipdfmx.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/scripts/rules/arara-rule-xdvipdfmx.yaml')
-rw-r--r--support/arara/scripts/rules/arara-rule-xdvipdfmx.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/arara/scripts/rules/arara-rule-xdvipdfmx.yaml b/support/arara/scripts/rules/arara-rule-xdvipdfmx.yaml
index c80f5d8d97..85310ff548 100644
--- a/support/arara/scripts/rules/arara-rule-xdvipdfmx.yaml
+++ b/support/arara/scripts/rules/arara-rule-xdvipdfmx.yaml
@@ -12,7 +12,7 @@ commands:
- name: The XDVIPDFMX program
command: >
@{
- infile = getBasename(reference.getName()).
+ infile = getBasename(reference.fileName).
concat('.').concat(entry[0]);
outfile = getBasename(output[0]).concat('.pdf');
return getCommand('xdvipdfmx', infile, '-o', outfile, options);
@@ -32,7 +32,7 @@ arguments:
- identifier: output
flag: >
@{
- isEmpty(parameters.output, reference.getName(), parameters.output)
+ isEmpty(parameters.output, reference.fileName, parameters.output)
}
default: ''
- identifier: options