diff options
Diffstat (limited to 'support/arara/scripts/rules/dvipdfm.yaml')
-rw-r--r-- | support/arara/scripts/rules/dvipdfm.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/arara/scripts/rules/dvipdfm.yaml b/support/arara/scripts/rules/dvipdfm.yaml index bbd5be92c7..c4f44309b8 100644 --- a/support/arara/scripts/rules/dvipdfm.yaml +++ b/support/arara/scripts/rules/dvipdfm.yaml @@ -12,7 +12,7 @@ commands: - name: The DVIPDFM program command: > @{ - base = getBasename(reference).concat('.dvi'); + base = getBasename(reference.getName()).concat('.dvi'); out = getBasename(output).concat('.pdf'); return getCommand('dvipdfm', base, '-o', out, options); } @@ -24,7 +24,7 @@ arguments: } default: > @{ - reference + reference.getName() } - identifier: options flag: > |