summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/arara-rule-frontespizio.yaml
diff options
context:
space:
mode:
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