summaryrefslogtreecommitdiff
path: root/support/arara/doc
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/doc')
-rw-r--r--support/arara/doc/arara-manual.pdfbin1976977 -> 1971118 bytes
-rw-r--r--support/arara/doc/arara-quickstart.pdfbin253135 -> 252983 bytes
-rw-r--r--support/arara/doc/arara.12
-rw-r--r--support/arara/doc/chapters/rules.tex10
-rw-r--r--support/arara/doc/version.tex2
5 files changed, 12 insertions, 2 deletions
diff --git a/support/arara/doc/arara-manual.pdf b/support/arara/doc/arara-manual.pdf
index 650404820f..9f76244314 100644
--- a/support/arara/doc/arara-manual.pdf
+++ b/support/arara/doc/arara-manual.pdf
Binary files differ
diff --git a/support/arara/doc/arara-quickstart.pdf b/support/arara/doc/arara-quickstart.pdf
index f6ced644cb..9fcfa85863 100644
--- a/support/arara/doc/arara-quickstart.pdf
+++ b/support/arara/doc/arara-quickstart.pdf
Binary files differ
diff --git a/support/arara/doc/arara.1 b/support/arara/doc/arara.1
index ac6c678ec2..f59a841643 100644
--- a/support/arara/doc/arara.1
+++ b/support/arara/doc/arara.1
@@ -1,4 +1,4 @@
-.TH ARARA 1 "26 June 2021" "v6.1.1"
+.TH ARARA 1 "17 October 2021" "v6.1.2"
.SH NAME
arara \- a TeX automation tool based on rules and directives.
.SH SYNOPSIS
diff --git a/support/arara/doc/chapters/rules.tex b/support/arara/doc/chapters/rules.tex
index ed46c0b2da..244ecac2b1 100644
--- a/support/arara/doc/chapters/rules.tex
+++ b/support/arara/doc/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/support/arara/doc/version.tex b/support/arara/doc/version.tex
index 132c6def58..92f2ea2994 100644
--- a/support/arara/doc/version.tex
+++ b/support/arara/doc/version.tex
@@ -1 +1 @@
-6.1.1 \ No newline at end of file
+6.1.2 \ No newline at end of file