summaryrefslogtreecommitdiff
path: root/support/cluttex/doc/cluttex.tex
diff options
context:
space:
mode:
Diffstat (limited to 'support/cluttex/doc/cluttex.tex')
-rw-r--r--support/cluttex/doc/cluttex.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/support/cluttex/doc/cluttex.tex b/support/cluttex/doc/cluttex.tex
index ae3bc01b67..2666ff44c9 100644
--- a/support/cluttex/doc/cluttex.tex
+++ b/support/cluttex/doc/cluttex.tex
@@ -8,9 +8,9 @@
\newcommand\texpkg[1]{\texttt{#1}}
\newcommand\metavar[1]{\textnormal{\textsf{#1}}}
-\title{\ClutTeX\ manual\\(Version 0.5.1)}
+\title{\ClutTeX\ manual\\(Version 0.6)}
\author{ARATA Mizuki}
-\date{2021-11-04}
+\date{2023-11-18}
\begin{document}
\maketitle
@@ -66,7 +66,7 @@ Basic options:
\item[\texttt{--max-iterations=\metavar{N}}]
Set maximum number of run, for resolving cross-references and etc.
Default: 3
-\item[\texttt{--watch}]
+\item[\texttt{--watch[=\metavar{ENGINE}]}]
Watch input files for change.
May need an external program to be available.
See \autoref{sec:watch-mode} for details.
@@ -155,6 +155,7 @@ If \texttt{--watch} option is given, \ClutTeX\ enters \emph{watch mode} after pr
On Windows, a built-in filesystem watcher is implemented.
On other platforms, an auxiliary program \texttt{fswatch}\footnote{\url{http://emcrisostomo.github.io/fswatch/}} or \texttt{inotifywait} needs to be installed.
+The auxiliary program will be detected automatically, but it could also be specified by the \metavar{ENGINE} argument.
\section{MakeIndex and \BibTeX}
If you want to generate index or bibliography, using MakeIndex or \BibTeX, set \texttt{--makeindex}, \texttt{--bibtex}, or \texttt{--biber} option.