diff options
author | Norbert Preining <preining@logic.at> | 2021-04-04 01:52:15 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2021-04-04 01:52:15 +0000 |
commit | b33e03e753e3f34613edf68fbcece8772a5e859a (patch) | |
tree | a272a3cec424e6eb9f59ae7b653a87150983e2f6 /Master/texmf-dist/doc | |
parent | 425b066c37d773e7d575b5c3749d3f3bc3f1dca3 (diff) |
arara (4apr21)
git-svn-id: svn://tug.org/texlive/trunk@58720 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/man/man1/arara.1 | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/arara.man1.pdf | bin | 19768 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/support/arara/README.md | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/arara/arara-manual.pdf | bin | 1962156 -> 1962695 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/support/arara/arara-quickstart.pdf | bin | 245758 -> 245763 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/support/arara/chapters/methods.tex | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/arara/version.tex | 2 |
7 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/man/man1/arara.1 b/Master/texmf-dist/doc/man/man1/arara.1 index 3b78f430037..7c8f2b69e64 100644 --- a/Master/texmf-dist/doc/man/man1/arara.1 +++ b/Master/texmf-dist/doc/man/man1/arara.1 @@ -1,4 +1,4 @@ -.TH ARARA 1 "26 February 2021" "v6.0.0" +.TH ARARA 1 "31 March 2021" "v6.0.2" .SH NAME arara \- a TeX automation tool based on rules and directives. .SH SYNOPSIS diff --git a/Master/texmf-dist/doc/man/man1/arara.man1.pdf b/Master/texmf-dist/doc/man/man1/arara.man1.pdf Binary files differdeleted file mode 100644 index 641a2b3e8aa..00000000000 --- a/Master/texmf-dist/doc/man/man1/arara.man1.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/support/arara/README.md b/Master/texmf-dist/doc/support/arara/README.md index 1bb200f2c4e..f5624f8b589 100644 --- a/Master/texmf-dist/doc/support/arara/README.md +++ b/Master/texmf-dist/doc/support/arara/README.md @@ -1,6 +1,6 @@ ![arara](https://i.stack.imgur.com/hjUsN.png) -# arara v6.0.0 +# arara v6.0.2 ![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) diff --git a/Master/texmf-dist/doc/support/arara/arara-manual.pdf b/Master/texmf-dist/doc/support/arara/arara-manual.pdf Binary files differindex 1bf1b53eda8..835757c2dfd 100644 --- a/Master/texmf-dist/doc/support/arara/arara-manual.pdf +++ b/Master/texmf-dist/doc/support/arara/arara-manual.pdf diff --git a/Master/texmf-dist/doc/support/arara/arara-quickstart.pdf b/Master/texmf-dist/doc/support/arara/arara-quickstart.pdf Binary files differindex 6ec554a6324..274932b248b 100644 --- a/Master/texmf-dist/doc/support/arara/arara-quickstart.pdf +++ b/Master/texmf-dist/doc/support/arara/arara-quickstart.pdf diff --git a/Master/texmf-dist/doc/support/arara/chapters/methods.tex b/Master/texmf-dist/doc/support/arara/chapters/methods.tex index ef0652feb79..5e080368ef2 100644 --- a/Master/texmf-dist/doc/support/arara/chapters/methods.tex +++ b/Master/texmf-dist/doc/support/arara/chapters/methods.tex @@ -605,12 +605,12 @@ The methods presented in this section cover the most common types used in direct \arara\ can be extended at runtime with code from JVM languages, such as Groovy, Scala, Clojure and Kotlin. The tool can load classes from \rbox{class} and \rbox{jar} files and even instantiate them. This section introduces methods related to class loading and object instantiation. \begin{messagebox}{Ordered pairs}{araracolour}{\icok}{white} -According to the \href{https://en.wikipedia.org/wiki/Ordered_pair}{Wikipedia entry}, in mathematics, an \emph{ordered pair} $(a, b)$ is a pair of objects. The order in which the objects appear in the pair is significant: the ordered pair $(a, b)$ is different from the ordered pair $(b, a)$ unless $a = b$. In the ordered pair $(a, b)$, the object $a$ is called the \emph{first} entry, and the object $b$ the \emph{second} entry of the pair. \arara\ relies on this concept with the helper \rbox{Pair<A, B>} class, in which \rbox{A} and \rbox{B} denote the component classes, i.e, the types associated to the pair elements. In order to access the pair entries, the class provides two methods: +According to the \href{https://en.wikipedia.org/wiki/Ordered_pair}{Wikipedia entry}, in mathematics, an \emph{ordered pair} $(a, b)$ is a pair of objects. The order in which the objects appear in the pair is significant: the ordered pair $(a, b)$ is different from the ordered pair $(b, a)$ unless $a = b$. In the ordered pair $(a, b)$, the object $a$ is called the \emph{first} entry, and the object $b$ the \emph{second} entry of the pair. \arara\ relies on this concept with the helper \rbox{Pair<A, B>} class, in which \rbox{A} and \rbox{B} denote the component classes, i.e, the types associated to the pair elements. In order to access the pair entries, the class provides two property accessors: \begin{description} -\item[\mtbox{first()}\hfill\rrbox{A}] This method, as the name implies, returns the first entry of the ordered pair, as an \rbox{A} object. It is important to observe that, from the MVEL context, as the method constitutes a property accessor (namely, a getter), the parentheses can be safely omitted. +\item[\mtbox{first}\hfill\rrbox{A}] This property accessor, as the name implies, returns the first entry of the ordered pair, as an \rbox{A} object. -\item[\mtbox{second()}\hfill\rrbox{B}] This method, as the name implies, returns the second entry of the ordered pair, as a \rbox{B} object. It is important to observe that, from the MVEL context, as the method constitutes a property accessor (namely, a getter), the parentheses can be safely omitted. +\item[\mtbox{second}\hfill\rrbox{B}] This property accessor, as the name implies, returns the second entry of the ordered pair, as a \rbox{B} object. \end{description} Keep in mind that the entries in the \rbox{Pair} class, once defined, cannot be modified to other values. The initial values are set during instantiation and, therefore, only entry getters are available to the user during the object life cycle. diff --git a/Master/texmf-dist/doc/support/arara/version.tex b/Master/texmf-dist/doc/support/arara/version.tex index f4965a313a2..7a9f89d81ab 100644 --- a/Master/texmf-dist/doc/support/arara/version.tex +++ b/Master/texmf-dist/doc/support/arara/version.tex @@ -1 +1 @@ -6.0.0
\ No newline at end of file +6.0.2
\ No newline at end of file |