summaryrefslogtreecommitdiff
path: root/support/arara/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-05-02 03:04:05 +0000
committerNorbert Preining <norbert@preining.info>2022-05-02 03:04:05 +0000
commit29bacc2ed13a988db81626180c697ecff8583672 (patch)
treec38dd89d9be6eb09bc20c7b2588000f365baf25f /support/arara/README.md
parentbd031e64d0627026284118a2a8ceaf112f7e04e9 (diff)
CTAN sync 202205020304
Diffstat (limited to 'support/arara/README.md')
-rw-r--r--support/arara/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/arara/README.md b/support/arara/README.md
index 51ace5b5b5..9319dd66e6 100644
--- a/support/arara/README.md
+++ b/support/arara/README.md
@@ -1,6 +1,6 @@
![arara](https://i.stack.imgur.com/hjUsN.png)
-# arara v6.1.7
+# arara v7.0.0
![Language: Kotlin](https://img.shields.io/badge/Language-Kotlin-blue.svg?style=flat-square)
![Minimum JRE: 8.0](https://img.shields.io/badge/Minimum_JRE-8-blue.svg?style=flat-square)
@@ -18,7 +18,7 @@ might write their own rules when the provided ones do not suffice.
## Basic use
To use `arara`, you need to tell it what to do. Unlike most other tools, you
-give `arara` these _directives_ in the document itself – usually near the top.
+give `arara` these _directives_ in the document itself ??? usually near the top.
So to run `pdflatex` once on your document, you should say something like:
```tex