diff options
Diffstat (limited to 'Master/texmf-dist/doc/support')
-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 | 1976977 -> 1971118 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/support/arara/arara-quickstart.pdf | bin | 253135 -> 252983 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/support/arara/chapters/rules.tex | 10 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/arara/version.tex | 2 |
5 files changed, 12 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/support/arara/README.md b/Master/texmf-dist/doc/support/arara/README.md index 41675e89a98..3110c15e300 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.1.1 +# arara v6.1.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 650404820f0..9f762443142 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 f6ced644cba..9fcfa85863d 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/rules.tex b/Master/texmf-dist/doc/support/arara/chapters/rules.tex index ed46c0b2daf..244ecac2b19 100644 --- a/Master/texmf-dist/doc/support/arara/chapters/rules.tex +++ b/Master/texmf-dist/doc/support/arara/chapters/rules.tex @@ -714,6 +714,16 @@ This rule runs \rbox{latexindent}, a Perl script that indents \TeX\ files accord \item[\povalue{noindent}] This value, as the name implies, will not perform indentation, and will perform replacements not respecting verbatim code blocks. \end{description} + +\item[\abox{check}] This option, as the name indicates, checks whether the text after indentation matches that given in the original file. Two possible values are available: + +\begin{description} +\item[\povalue{standard}] This value, as the name indicates, refers to the standard behaviour. Please refer to the documentation for further details. + +\item[\povalue{verbose}] This value, as the name indicates, refers to including more details to the check. The tool will print the result in the standard output, as well as in its own log file. Please refer to the documentation for further details. +\end{description} + +\item[\abox{lines}] This option instructs the tool to operate only on specific line ranges within the file being inspected. Please refer to the documentation for further details. \end{description} \begin{codebox}{Example}{teal}{\icnote}{white} diff --git a/Master/texmf-dist/doc/support/arara/version.tex b/Master/texmf-dist/doc/support/arara/version.tex index 132c6def58c..92f2ea29941 100644 --- a/Master/texmf-dist/doc/support/arara/version.tex +++ b/Master/texmf-dist/doc/support/arara/version.tex @@ -1 +1 @@ -6.1.1
\ No newline at end of file +6.1.2
\ No newline at end of file |