From e768cc604852d6fe8821592cea67835f67eab0db Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 15 Apr 2020 03:02:52 +0000 Subject: CTAN sync 202004150302 --- support/arara/scripts/rules/dvipdfm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'support/arara/scripts/rules/dvipdfm.yaml') 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: > -- cgit v1.2.3