texlive[71164] Master/texmf-dist: arara (3may24)

commits+karl at tug.org commits+karl at tug.org
Fri May 3 23:24:13 CEST 2024


Revision: 71164
          https://tug.org/svn/texlive?view=revision&revision=71164
Author:   karl
Date:     2024-05-03 23:24:12 +0200 (Fri, 03 May 2024)
Log Message:
-----------
arara (3may24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/man/man1/arara.1
    trunk/Master/texmf-dist/doc/man/man1/arara.man1.pdf
    trunk/Master/texmf-dist/doc/support/arara/README.md
    trunk/Master/texmf-dist/doc/support/arara/arara-manual.pdf
    trunk/Master/texmf-dist/doc/support/arara/arara-quickstart.pdf
    trunk/Master/texmf-dist/doc/support/arara/resources/version.txt
    trunk/Master/texmf-dist/scripts/arara/arara.jar

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/support/arara/arara-7.1.4-docsrc.zip
    trunk/Master/texmf-dist/scripts/arara/rules/arara-rule-pdftocairo.yaml
    trunk/Master/texmf-dist/source/support/arara/arara-7.1.4-src.zip

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/support/arara/arara-7.1.3-docsrc.zip
    trunk/Master/texmf-dist/source/support/arara/arara-7.1.3-src.zip

Modified: trunk/Master/texmf-dist/doc/man/man1/arara.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/arara.1	2024-05-03 21:23:54 UTC (rev 71163)
+++ trunk/Master/texmf-dist/doc/man/man1/arara.1	2024-05-03 21:24:12 UTC (rev 71164)
@@ -1,4 +1,4 @@
-.TH ARARA 1 "13 February 2024" "v7.1.3"
+.TH ARARA 1 "02 May 2024" "v7.1.4"
 .SH NAME
 arara \- a TeX automation tool based on rules and directives.
 .SH SYNOPSIS

Modified: trunk/Master/texmf-dist/doc/man/man1/arara.man1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/support/arara/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/support/arara/README.md	2024-05-03 21:23:54 UTC (rev 71163)
+++ trunk/Master/texmf-dist/doc/support/arara/README.md	2024-05-03 21:24:12 UTC (rev 71164)
@@ -1,6 +1,6 @@
 ![arara](https://i.stack.imgur.com/hjUsN.png)
 
-# arara v7.1.3
+# arara v7.1.4
 
 ![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)
@@ -19,7 +19,7 @@
 ## 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

Deleted: trunk/Master/texmf-dist/doc/support/arara/arara-7.1.3-docsrc.zip
===================================================================
(Binary files differ)

Added: trunk/Master/texmf-dist/doc/support/arara/arara-7.1.4-docsrc.zip
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/support/arara/arara-7.1.4-docsrc.zip
===================================================================
--- trunk/Master/texmf-dist/doc/support/arara/arara-7.1.4-docsrc.zip	2024-05-03 21:23:54 UTC (rev 71163)
+++ trunk/Master/texmf-dist/doc/support/arara/arara-7.1.4-docsrc.zip	2024-05-03 21:24:12 UTC (rev 71164)

Property changes on: trunk/Master/texmf-dist/doc/support/arara/arara-7.1.4-docsrc.zip
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/Master/texmf-dist/doc/support/arara/arara-manual.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/support/arara/arara-quickstart.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/support/arara/resources/version.txt
===================================================================
--- trunk/Master/texmf-dist/doc/support/arara/resources/version.txt	2024-05-03 21:23:54 UTC (rev 71163)
+++ trunk/Master/texmf-dist/doc/support/arara/resources/version.txt	2024-05-03 21:24:12 UTC (rev 71164)
@@ -1 +1 @@
-7.1.3
\ No newline at end of file
+7.1.4
\ No newline at end of file

Modified: trunk/Master/texmf-dist/scripts/arara/arara.jar
===================================================================
(Binary files differ)

Added: trunk/Master/texmf-dist/scripts/arara/rules/arara-rule-pdftocairo.yaml
===================================================================
--- trunk/Master/texmf-dist/scripts/arara/rules/arara-rule-pdftocairo.yaml	                        (rev 0)
+++ trunk/Master/texmf-dist/scripts/arara/rules/arara-rule-pdftocairo.yaml	2024-05-03 21:24:12 UTC (rev 71164)
@@ -0,0 +1,33 @@
+!config
+identifier: pdftocairo
+name: pdftocairo
+authors:
+- samcarter
+commands:
+- name: The pdftocairo program
+  command: >
+    @{
+      return getCommand('pdftocairo', '-' + format[0], getBasename(reference.fileName)+'.pdf', options, output);
+    }
+arguments:
+- identifier: format
+  flag: >
+    @{
+        return parameters.format;
+    }
+  default: png
+- identifier: output
+  flag: >
+    @{
+        return parameters.output;
+    }
+- identifier: options
+  flag: >
+    @{
+        if (isList(parameters.options)) {
+            return parameters.options;
+        }
+        else {
+            throwError('I was expecting a list of options.');
+        }
+    }  
\ No newline at end of file

Deleted: trunk/Master/texmf-dist/source/support/arara/arara-7.1.3-src.zip
===================================================================
(Binary files differ)

Added: trunk/Master/texmf-dist/source/support/arara/arara-7.1.4-src.zip
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/source/support/arara/arara-7.1.4-src.zip
===================================================================
--- trunk/Master/texmf-dist/source/support/arara/arara-7.1.4-src.zip	2024-05-03 21:23:54 UTC (rev 71163)
+++ trunk/Master/texmf-dist/source/support/arara/arara-7.1.4-src.zip	2024-05-03 21:24:12 UTC (rev 71164)

Property changes on: trunk/Master/texmf-dist/source/support/arara/arara-7.1.4-src.zip
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property


More information about the tex-live-commits mailing list.