I know that there is a problem with spaces in the name of .bib files. Nonetheless, the following MWE compiles perfectly fine if one does the normal latex -> bibtex -> latex -> latex compilation sequence by hand, regardless of whether there are spaces in the name of the .tex file.
% arara: pdflatex
% arara: bibtex
% arara: pdflatex
% arara: pdflatex
\documentclass{article}
\usepackage{natbib}
\begin{document}
\citet{friederici1993}
\bibliographystyle{apalike}
\bibliography{master}
\end{document}
However, as soon as one tries to compile this MWE with arara and if there are spaces in the name of the .tex file, it will not work. It seems to be a problem with reading from the .aux file, as per the error message:
Running BibTeX...I couldn't open file name `"2014-01-24 Friederici et al 1993 Presentation.aux".aux' FAILURE
Is there are a workaround, or is this unavoidable? Does one have to use file names without spaces for .tex files if one is using arara to compile?
.texfile names when usingarara. I don't necessarily know why it would be a feature, but I also don't know that much about file naming schemes, file structures, etc., so it's perhaps no surprise that I can't think up a reason why it would be considered a feature. Could you clarify why it would be a feature? – Adam Liter Jan 22 '14 at 18:49:)– Adam Liter Jan 22 '14 at 18:52;-)– Johannes_B Jan 22 '14 at 18:53:)I thought that was pretty entertaining. – Adam Liter Jan 22 '14 at 19:08