.TH ARARA 1 "13 February 2024" "v7.1.3" .SH NAME arara \- a TeX automation tool based on rules and directives. .SH SYNOPSIS .B arara .RI [ options ] .IR documents ... .SH DESCRIPTION \fBarara\fP is a TeX automation tool based on rules and directives. It gives you a way to enhance your TeX experience. The tool is an effort to provide a concise way to automate the daily TeX workflow for users and also package writers. Users might write their own rules when the provided ones do not suffice. .PP arara takes a list of documents as input. They will be processed according to their directives. Options apply to the execution of all documents. .SH OPTIONS .IP \fB--log\fP Generate a log output. .IP \fB--verbose\fP / \fB--silent\fP Print or suppress command output. .IP \fB--dry-run\fP Go through all the motions of running a command but with no actual calls. .IP \fB--safe-run\fP Run in safe mode and disable potentially harmful features. .IP \fB--header\fP Extract directives only in the file header. .IP \fB--preamble\fP name Set the file preamble as named based on the configuration file. .IP \fB--timeout\fP milliseconds Sets an execution timeout for spawned processes. .IP \fB--language\fP code Set the localization to the language specified by code. .IP \fB--max-loops\fP number Set the number > 0 of loops for looping directives. .IP \fB--working-directory\fP path Set the working directory for the whole execution. .IP \fB--call-property\fP value Pass a property as \fCkey=value\fP parameter into the application to be used within the session. .IP \fB--version\fP Show the version and exit. .IP \fB--help\fP Show a help message and exit. .SH BUGS Issue tracker at .UR https://gitlab.com/islandoftex/arara/-/issues .UE .