Can bar.tex file be indented by arara?
foo.tex is indented if I use: % arara: indent: { overwrite: yes }, but not bar.tex
foo.tex file:
% arara: indent: { overwrite: yes, files: [ dir/bar.tex ] }
\documentclass{article}
\usepackage{subfiles}
\begin{document}
\subfile{dir/bar}
\end{document}
output
11/08/2021 15:18:02), please wait.
(Indent) The latexindent.pl script ......................
FAILURE
Total: 1.03 seconds
Process exited with error(s)
include&input, but not when I use\subfile{dir/bar}– Mafsi Nov 08 '21 at 13:56indentrule. I just opened an issue: https://gitlab.com/islandoftex/arara/-/issues/76 I can write a workaround for you, if it's too urgent... – Paulo Cereda Nov 15 '21 at 14:32indentrule hit TL mirrors today.:)Hope it works! – Paulo Cereda Nov 18 '21 at 08:49