summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-08 03:01:00 +0000
committerNorbert Preining <norbert@preining.info>2020-03-08 03:01:00 +0000
commita8880a5ee484845d9a526c5ca8d21d31214af22b (patch)
tree6571a4bcbb457a90ddeef77c05fd72b7ebbac86e /support
parent8012fbf3193a5d1699496b198c3bd448973557bd (diff)
CTAN sync 202003080300
Diffstat (limited to 'support')
-rw-r--r--support/arara/README.md2
-rw-r--r--support/arara/doc/arara-manual.pdfbin1827955 -> 1827955 bytes
-rw-r--r--support/arara/source/src/main/kotlin/org/islandoftex/arara/configuration/ConfigurationUtils.kt2
3 files changed, 2 insertions, 2 deletions
diff --git a/support/arara/README.md b/support/arara/README.md
index f892fb2124..89ddfe9165 100644
--- a/support/arara/README.md
+++ b/support/arara/README.md
@@ -10,7 +10,7 @@ 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.
-Current stable release: 5.0.1
+Current stable release: 5.0.2
> Please note that `arara` recently moved. We are proud to announce that
> `arara` is now part of the [Island of TeX](https://gitlab.com/islandoftex).
diff --git a/support/arara/doc/arara-manual.pdf b/support/arara/doc/arara-manual.pdf
index f95a2f0289..f1ab066d43 100644
--- a/support/arara/doc/arara-manual.pdf
+++ b/support/arara/doc/arara-manual.pdf
Binary files differ
diff --git a/support/arara/source/src/main/kotlin/org/islandoftex/arara/configuration/ConfigurationUtils.kt b/support/arara/source/src/main/kotlin/org/islandoftex/arara/configuration/ConfigurationUtils.kt
index 31a92c3009..a48a6d0d3f 100644
--- a/support/arara/source/src/main/kotlin/org/islandoftex/arara/configuration/ConfigurationUtils.kt
+++ b/support/arara/source/src/main/kotlin/org/islandoftex/arara/configuration/ConfigurationUtils.kt
@@ -87,7 +87,7 @@ object ConfigurationUtils {
var path = Arara::class.java.protectionDomain.codeSource
.location.path
path = URLDecoder.decode(path, "UTF-8")
- return Paths.get(path).parent.toAbsolutePath()
+ return Paths.get(File(path).toURI()).parent.toAbsolutePath()
} catch (exception: UnsupportedEncodingException) {
throw AraraException(
messages.getMessage(