Man page - arara(1)
Packages contains this manual
- ltximg(1)
- pslatex(1)
- latex-git-log(1)
- arlatex(1)
- upmendex(1)
- findhyph(1)
- spix(1)
- texdiff(1)
- allneeded(1)
- texaccents(1)
- texlogfilter(1)
- pdfjam(1)
- texfot(1)
- bundledoc(1)
- ctanbib(1)
- dvi2fax(1)
- pamphletangler(1)
- kpsetool(1)
- texlogsieve(1)
- mkjobtexmf(1)
- pdfbook2(1)
- dvired(1)
- clxelatex(1)
- match_parens(1)
- sty2dtx(1)
- l3sys-query(1)
- allec(1)
- srcredact(1)
- ctan-o-mat(1)
- cluttex(1)
- edtx2dtx(1)
- ppmcheckpdf(1)
- llmk(1)
- pkfix-helper(1)
- texdirflatten(1)
- dviasm(1)
- arara(1)
- ctanify(1)
- ps2frag(1)
- allcm(1)
- a5toa4(1)
- kpsewhere(1)
- cllualatex(1)
- latex2man(1)
- mflua(1)
- pdfxup(1)
- kpsexpand(1)
- e2pall(1)
- kpsepath(1)
- git-latexdiff(1)
- chklref(1)
- a2ping(1)
apt-get install texlive-extra-utils
Manual
ARARA
NAMESYNOPSIS
DESCRIPTION
OPTIONS
BUGS
NAME
arara - a TeX automation tool based on rules and directives.
SYNOPSIS
arara [ options ] documents ...
DESCRIPTION
arara 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.
arara takes a list of documents as input. They will be processed according to their directives. Options apply to the execution of all documents.
OPTIONS
|
--log |
Generate a log output. |
--verbose / --silent
Print or suppress command output.
--dry-run
Go through all the motions of running a command but with no actual calls.
--safe-run
Run in safe mode and disable potentially harmful features.
--whole-file
Extract directives in the file, not only in the header.
--preamble name
Set the file preamble as named based on the configuration file.
--timeout milliseconds
Sets an execution timeout for spawned processes.
--language code
Set the localization to the language specified by code.
--max-loops number
Set the number > 0 of loops for looping directives.
--working-directory path
Set the working directory for the whole execution.
--call-property value
Pass a property as key=value parameter into the application to be used within the session.
--generate-completion shell
Generate a completion script for arara.
--version
Show the version and exit.
|
--help |
Show a help message and exit. |
BUGS
Issue tracker at https://gitlab.com/islandoftex/arara/-/issues .