summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/arara/rules/halt.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/arara/rules/halt.yaml')
-rw-r--r--Master/texmf-dist/scripts/arara/rules/halt.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/arara/rules/halt.yaml b/Master/texmf-dist/scripts/arara/rules/halt.yaml
new file mode 100644
index 00000000000..9d8aaa8aef8
--- /dev/null
+++ b/Master/texmf-dist/scripts/arara/rules/halt.yaml
@@ -0,0 +1,18 @@
+!config
+# Arara, the cool TeX automation tool
+# Copyright (c) 2018, Paulo Roberto Massa Cereda
+# All rights reserved.
+#
+# This rule is part of arara.
+identifier: halt
+name: Halt
+authors:
+- Heiko Oberdiek
+- Paulo Cereda
+commands:
+- name: The halt trigger
+ command: >
+ @{
+ return getTrigger('halt');
+ }
+arguments: []