summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexindent/latexindent.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/latexindent/latexindent.tex')
-rw-r--r--Master/texmf-dist/doc/support/latexindent/latexindent.tex6
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/support/latexindent/latexindent.tex b/Master/texmf-dist/doc/support/latexindent/latexindent.tex
index b74e1eee32d..309dc502a34 100644
--- a/Master/texmf-dist/doc/support/latexindent/latexindent.tex
+++ b/Master/texmf-dist/doc/support/latexindent/latexindent.tex
@@ -1559,6 +1559,9 @@ latexindent.pl -c=/path/to/directory/ myfile.tex
than the current working directory, then you can send these `cruft' files to another
directory. Note the use of a trailing forward slash. % this switch was made as a result of http://tex.stackexchange.com/questions/142652/output-latexindent-auxiliary-files-to-a-different-directory
+ If the cruft directory does not exist, \texttt{latexindent.pl} will attempt to create
+ it.
+
\flagbox{-g, --logfile=<name of log file>}
\index{switches!-g, --logfile definition and details}
@@ -1781,7 +1784,7 @@ latexindent.pl myfile.tex
3 & \faClose & failure, myfile.tex not found \\
4 & \faClose & failure, myfile.tex exists but cannot be read \\
5 & \faClose & failure, \texttt{-w} active, and back-up file cannot be written \\
- 6 & \faClose & failure, \texttt{-c} active, and cruft directory does not exist \\
+ 6 & \faClose & failure, \texttt{-c} active, and cruft directory could not be created \\
\bottomrule
\end{tabular}
\end{table}
@@ -8359,6 +8362,7 @@ use Text::Tabs; # |
use FindBin; # |
use File::Copy; # |
use File::Basename; # |
+use File::Path; # |
use File::HomeDir; # <--- typically requires install via cpanm
use YAML::Tiny; # <--- typically requires install via cpanm