summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/arara-rule-frontespizio.yaml
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-05-06 03:00:50 +0000
committerNorbert Preining <norbert@preining.info>2022-05-06 03:00:50 +0000
commit3e3ecb7f722d0904c12ee0648c343b865dc99187 (patch)
tree8c13ed895e7191ed6c6a583a9730bde9cdd2a92f /support/arara/scripts/rules/arara-rule-frontespizio.yaml
parentc8185bb3cd55c24b45c9b19c4ea36b8c7057199d (diff)
CTAN sync 202205060300
Diffstat (limited to 'support/arara/scripts/rules/arara-rule-frontespizio.yaml')
-rw-r--r--support/arara/scripts/rules/arara-rule-frontespizio.yaml8
1 files changed, 4 insertions, 4 deletions
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