summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/xdvipdfmx.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/scripts/rules/xdvipdfmx.yaml')
-rw-r--r--support/arara/scripts/rules/xdvipdfmx.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/arara/scripts/rules/xdvipdfmx.yaml b/support/arara/scripts/rules/xdvipdfmx.yaml
index 75bf182a4d..6c569ef31c 100644
--- a/support/arara/scripts/rules/xdvipdfmx.yaml
+++ b/support/arara/scripts/rules/xdvipdfmx.yaml
@@ -12,7 +12,7 @@ commands:
- name: The XDVIPDFMX program
command: >
@{
- infile = getBasename(reference).concat('.dvi');
+ infile = getBasename(reference.getName()).concat('.dvi');
outfile = getBasename(output).concat('.pdf');
return getCommand('xdvipdfmx', infile, '-o', outfile, options);
}
@@ -24,7 +24,7 @@ arguments:
}
default: >
@{
- reference
+ reference.getName()
}
- identifier: options
flag: >