From a8880a5ee484845d9a526c5ca8d21d31214af22b Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 8 Mar 2020 03:01:00 +0000 Subject: CTAN sync 202003080300 --- support/arara/README.md | 2 +- support/arara/doc/arara-manual.pdf | Bin 1827955 -> 1827955 bytes .../arara/configuration/ConfigurationUtils.kt | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) (limited to 'support') 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 Binary files a/support/arara/doc/arara-manual.pdf and b/support/arara/doc/arara-manual.pdf 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( -- cgit v1.2.3