summaryrefslogtreecommitdiff
path: root/support/arara/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-17 03:00:50 +0000
committerNorbert Preining <norbert@preining.info>2019-09-17 03:00:50 +0000
commitcda3ce3f9172e48d4bc673e57fc617ba0f0b40d1 (patch)
tree338fb039e5af66237ec0e6557f32b0784f022b61 /support/arara/README.md
parent111dc5512e3db14318e26b6700731c68c41c1724 (diff)
CTAN sync 201909170300
Diffstat (limited to 'support/arara/README.md')
-rw-r--r--support/arara/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/support/arara/README.md b/support/arara/README.md
index d65679d4ba..dc4cc359ee 100644
--- a/support/arara/README.md
+++ b/support/arara/README.md
@@ -3,11 +3,11 @@
# arara
![Version: 4.0](https://img.shields.io/badge/current_version-4.0-blue.svg?style=flat-square)
-![Revision: 1](https://img.shields.io/badge/revision-1-blue.svg?style=flat-square)
+![Revision: 2](https://img.shields.io/badge/revision-2-blue.svg?style=flat-square)
![Language: Java](https://img.shields.io/badge/language-Java-blue.svg?style=flat-square)
![Minimum JRE: 5.0](https://img.shields.io/badge/minimum_JRE-5.0-blue.svg?style=flat-square)
[![License: New BSD](https://img.shields.io/badge/license-New_BSD-blue.svg?style=flat-square)](https://opensource.org/licenses/bsd-license)
-![CTAN packaging: 4.0.6](https://img.shields.io/badge/CTAN_packaging-4.0.6-blue.svg?style=flat-square)
+![CTAN packaging: 4.0.7](https://img.shields.io/badge/CTAN_packaging-4.0.7-blue.svg?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 way to automate the daily TeX workflow for users and also package writers. Users might write their own rules when the provided ones do not suffice.
@@ -30,7 +30,7 @@ Now when you run `arara myfile`, that directive (`% arara: ...`) will be seen an
![Current version: 4.0](https://img.shields.io/badge/current_version-4.0-blue.svg?style=flat-square)
![Development version: 5.0](https://img.shields.io/badge/development_version-5.0-red.svg?style=flat-square)
-The stable major version of `arara` is the 4.0 series (note that revision numbers may vary). Please refer to the development branch for more information on the upcoming 5.0 series release. The master branch always refers to the stable version (including potential revisions). The CTAN packaging for the current version is 4.0.6 (for internal use).
+The stable major version of `arara` is the 4.0 series (note that revision numbers may vary). Please refer to the development branch for more information on the upcoming 5.0 series release. The master branch always refers to the stable version (including potential revisions). The CTAN packaging for the current version is 4.0.7 (for internal use).
For historical purposes, the source code for older versions of `arara` is available in the [releases](https://github.com/cereda/arara/releases) section of our repository. However, be mindful that these versions are unsupported.