diff options
author | Norbert Preining <norbert@preining.info> | 2022-06-06 03:02:07 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-06-06 03:02:07 +0000 |
commit | 89e8f58007e3fa8841a95b1e3d7efeacced6aed5 (patch) | |
tree | 5d9c98f1d4665ee3a9e459e8df5e4c66602140fc /support/latexindent/documentation/sec-how-to-use.tex | |
parent | 4695dd8cb1cb1d7ee3849e75dec28f742e802e56 (diff) |
CTAN sync 202206060302
Diffstat (limited to 'support/latexindent/documentation/sec-how-to-use.tex')
-rw-r--r-- | support/latexindent/documentation/sec-how-to-use.tex | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/support/latexindent/documentation/sec-how-to-use.tex b/support/latexindent/documentation/sec-how-to-use.tex index 9faa411265..c8db5d20d1 100644 --- a/support/latexindent/documentation/sec-how-to-use.tex +++ b/support/latexindent/documentation/sec-how-to-use.tex @@ -16,17 +16,25 @@ respectively. We will discuss how to change the settings and behaviour of the script in \vref{sec:defuseloc}. +\subsection{Requirements} +\subsubsection{Perl users} + Perl users will need a few standard Perl modules -- see \vref{sec:requiredmodules} for + details; \announce{2018-01-13}{perl module installer helper script} in particular, note + that a module installer helper script is shipped with \texttt{latexindent.pl}.% + +\subsubsection{Windows users without perl}\label{subsubsec:latexindent:exe} \texttt{latexindent.pl} ships with \texttt{latexindent.exe} for Windows - users, so that you can use the script with or without a Perl distribution. If you plan to - use \texttt{latexindent.pl} (i.e, the original Perl script) then you will need a few - standard Perl modules -- see \vref{sec:requiredmodules} for - details;% - \announce{2018-01-13}{perl module installer helper script} in particular, note that a module installer helper script is shipped with - \texttt{latexindent.pl}. + users, so that you can use the script with or without a Perl distribution. + + Users of \texttt{latexindent.exe} need only two files: \texttt{latexindent.exe} and + \texttt{defaultSettings.yaml}, both of which are available from \cite{latexindent-home}. MiKTeX users on Windows may like to see \cite{miktex-guide} for details of how to use \texttt{latexindent.exe} without a Perl installation. \index{MiKTeX} - \index{latexindent.exe} + \index{latexindent.exe} \index{Windows} + +\subsubsection{conda users} + Users of \texttt{conda} should see the details given in \cref{sec:app:conda}. \subsection{From the command line}\label{sec:commandline} \texttt{latexindent.pl} has a number of different switches/flags/options, which |