summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/arara/rules/arara-rule-detex.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/arara/rules/arara-rule-detex.yaml')
-rw-r--r--Master/texmf-dist/scripts/arara/rules/arara-rule-detex.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/arara/rules/arara-rule-detex.yaml b/Master/texmf-dist/scripts/arara/rules/arara-rule-detex.yaml
index 924e89b8a9b..827789ef76d 100644
--- a/Master/texmf-dist/scripts/arara/rules/arara-rule-detex.yaml
+++ b/Master/texmf-dist/scripts/arara/rules/arara-rule-detex.yaml
@@ -13,7 +13,7 @@ commands:
command: >
@{
c = getCommand('detex', references, mode, follow, math, spaces,
- words, environments, reference.getName());
+ words, environments, reference.fileName);
if (output.isEmpty()) {
return c;
}