summaryrefslogtreecommitdiff
path: root/support/arara/doc/chapters/rules.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-10-18 03:01:28 +0000
committerNorbert Preining <norbert@preining.info>2021-10-18 03:01:28 +0000
commitad3ad18aa939862832c90a74bcf41e8a5570ff65 (patch)
tree377bed46b478634d32730a255c1a93050ee17e87 /support/arara/doc/chapters/rules.tex
parent54592d609e44d5cff9e5d940befbcb3330d92b10 (diff)
CTAN sync 202110180301
Diffstat (limited to 'support/arara/doc/chapters/rules.tex')
-rw-r--r--support/arara/doc/chapters/rules.tex10
1 files changed, 10 insertions, 0 deletions
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}