From 3e3ecb7f722d0904c12ee0648c343b865dc99187 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 6 May 2022 03:00:50 +0000 Subject: CTAN sync 202205060300 --- support/arara/scripts/rules/arara-rule-frontespizio.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'support/arara/scripts/rules/arara-rule-frontespizio.yaml') diff --git a/support/arara/scripts/rules/arara-rule-frontespizio.yaml b/support/arara/scripts/rules/arara-rule-frontespizio.yaml index 05f8d00175..721d80eabf 100644 --- a/support/arara/scripts/rules/arara-rule-frontespizio.yaml +++ b/support/arara/scripts/rules/arara-rule-frontespizio.yaml @@ -15,18 +15,18 @@ commands: command: > @{ return getCommand(engine, interaction, shell, options, - reference.getName()) + reference.fileName) } - name: The frontispiece command: > @{ - base = getBasename(reference.getName()).concat('-frn'); + base = getBasename(reference.fileName).concat('-frn'); return getCommand(engine, interaction, shell, base); } - name: The DVIPS program command: > @{ - base = getBasename(reference.getName()).concat('-frn'); + base = getBasename(reference.fileName).concat('-frn'); eps = base.concat('.eps'); return isTrue(engine == 'latex', getCommand('dvips', '-o', eps, base), ''); @@ -35,7 +35,7 @@ commands: command: > @{ return getCommand(engine, interaction, shell, options, - reference.getName()); + reference.fileName); } arguments: - identifier: engine -- cgit v1.2.3