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