summaryrefslogtreecommitdiff
path: root/support/arara/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-04-19 03:03:47 +0000
committerNorbert Preining <norbert@preining.info>2023-04-19 03:03:47 +0000
commit10bb4d468226c290e5e87e3fa367dc6fd2dcb84b (patch)
tree0e3fae0643d2bed385e6b758a246aaa2edf61133 /support/arara/README.md
parent80e82c6cd5fb165fa720a1ce3a25f357ea11b9fc (diff)
CTAN sync 202304190303
Diffstat (limited to 'support/arara/README.md')
-rw-r--r--support/arara/README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/support/arara/README.md b/support/arara/README.md
index 53fbfb2ea8..e00426edaa 100644
--- a/support/arara/README.md
+++ b/support/arara/README.md
@@ -1,9 +1,10 @@
![arara](https://i.stack.imgur.com/hjUsN.png)
-# arara v7.0.4
+# arara v7.0.5
![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)
+![Current version](https://img.shields.io/badge/dynamic/json.svg?color=blue&label=Latest%20release&query=%24.0.name&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F14349047%2Frepository%2Ftags&style=flat-square)
`arara` is a TeX automation tool based on rules and directives. It gives you a
way to enhance your TeX experience. The tool is an effort to provide a concise
@@ -31,8 +32,9 @@ Hello, world!
Now when you run `arara myfile`, that directive (`% arara: ...`) will be seen
and carried out as described by the `pdflatex` rule. You can read more about
-rules and directives in the user manual available in our
-[releases](https://gitlab.com/islandoftex/arara/-/releases) section. In addition
+rules and directives in the user manual available on our
+[CTAN page](https://ctan.org/pkg/arara) or on
+[arara's website](https://islandoftex.gitlab.io/arara/manual/). In addition
to documenting all of the rules that come standard with `arara`, the manual
gives a detailed explanation of how `arara` works, as well as how to create and
use your own rules.