I'm trying to use arara in TexMaker. MWE I am trying to compile is:
% arara: pdflatex
\documentclass{article}
\begin{document}
Hello world.
\end{document}
Right away I get the following error:
Process started
Process exited with error(s)
However no error is shown. I tried following this procedure:
Integration of arara in Texmaker
Do you have any idea how to solve this problem?
ararais correctly installed? (Try runningararafrom the command prompt.) – Nicola Talbot Jun 26 '17 at 17:18