{arara} is a TeX automation tool based on rules and directives, written in Java.
4
votes
0answers
41 views
arara: toggle identifier in the rule
I'm working on an arara rule that makes use of the items identifier
% arara: myrule: {items: [lions, zebras]}
\documentclass{article}
\begin{document}
hello world
\end{document}
The rule, ...
1
vote
0answers
50 views
TEXINPUTS and arara and/or TeXworks
I was wondering how I could use TEXINPUTS combined with either arara or TeXworks. To understand my point, I just received an answer on the thread `How to run LaTeX and lilypond-book in one command?', ...