I don't know why, but after installing JDK, arara seems to work truly. But it doesn't generate any file. (Like PDF) this massage show:
What should I do?
% arara: pdflatex
\documentclass{article}
\begin{document}
Hello world.
\end{document}
I don't know why, but after installing JDK, arara seems to work truly. But it doesn't generate any file. (Like PDF) this massage show:
What should I do?
% arara: pdflatex
\documentclass{article}
\begin{document}
Hello world.
\end{document}
arara myfile.tex? It looks like you just ranararawith no arguments and it output the help text – David Carlisle Jul 29 '16 at 08:11myfileon the command line typearara myfile.texif you run commands from the editor it depends on which editor you use and how you configure it. Basically exactly the same as a command such aspdflatexyou need to tell it which file to use. How, without arara, would you executepdflatex myfile.tex? – David Carlisle Jul 29 '16 at 08:28.texfile, e.g.% arara: pdflatexat the beginning of the file. – samcarter_is_at_topanswers.xyz Jul 29 '16 at 08:39