summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/makeglossaries.yaml
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-04-04 03:02:28 +0000
committerNorbert Preining <norbert@preining.info>2020-04-04 03:02:28 +0000
commit4f71d4ff0d1e7ff4607b58eb7d030bd860e44f3a (patch)
treed4e56c2a7dc233a34c572829037ac8fb346f14bc /support/arara/scripts/rules/makeglossaries.yaml
parent6cacb7b2abf477262c442913f467f219649afb26 (diff)
CTAN sync 202004040302
Diffstat (limited to 'support/arara/scripts/rules/makeglossaries.yaml')
-rw-r--r--support/arara/scripts/rules/makeglossaries.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/support/arara/scripts/rules/makeglossaries.yaml b/support/arara/scripts/rules/makeglossaries.yaml
index 34c1c07002..861330045e 100644
--- a/support/arara/scripts/rules/makeglossaries.yaml
+++ b/support/arara/scripts/rules/makeglossaries.yaml
@@ -1,6 +1,6 @@
!config
# Arara, the cool TeX automation tool
-# Copyright (c) 2020, Island of TeX
+# Copyright (c) 2020, Island of TeX
# All rights reserved.
#
# This rule is part of arara.
@@ -32,11 +32,11 @@ commands:
lines = readFromFile(base.concat('.').concat('aux'));
- java.util.regex.Pattern glsPattern =
+ java.util.regex.Pattern glsPattern =
java.util.regex.Pattern.compile(
"\\\\@newglossary\\{.*\\}\\{(.*)\\}\\{(.*)\\}\\{(.*)\\}");
- java.util.regex.Pattern istPattern =
+ java.util.regex.Pattern istPattern =
(clean == 'partial' ? null :
java.util.regex.Pattern.compile("\\\\@istfilename\\{(.*)\\}"));