summaryrefslogtreecommitdiff
path: root/support/light-latex-make/llmk.tex
diff options
context:
space:
mode:
Diffstat (limited to 'support/light-latex-make/llmk.tex')
-rw-r--r--support/light-latex-make/llmk.tex33
1 files changed, 20 insertions, 13 deletions
diff --git a/support/light-latex-make/llmk.tex b/support/light-latex-make/llmk.tex
index 7f145a371e..f643717215 100644
--- a/support/light-latex-make/llmk.tex
+++ b/support/light-latex-make/llmk.tex
@@ -10,7 +10,7 @@
\title{llmk: Light {\LaTeX} Make}
\author{Takuto Asakura (wtsnjp)}
\subtitle{Reference Manual}
-\date{v0.2.0\quad\today}
+\date{v1.0.0\quad\today}
\keywords{llmk, build-tool, toml, lua, luatex}
\begin{document}
@@ -38,11 +38,10 @@ in any {\TeX} environment with the program.
\subsection{Installation}
-This software is included in {\TeX} Live as Package \code{light-latex-make}. If
-you have the latest {\TeX} Live, you normally don't need to install it by
-yourself. If you want to install the development version, please refer to our
-{\README}.
-% TODO: mention MiKTeX when ready
+This software is included in {\TeX} Live and MiK{\TeX} as Package
+\code{light-latex-make}. If you have one of the latest distributions, you
+normally don't need to install it by yourself. If you want to install the
+development version, please refer to our {\README}.
\subsection{Learning \prog{llmk}}
@@ -84,11 +83,10 @@ repository:
If you do not want to use GitHub for some reasons, it is also fine to directly
send an email to the author (\email{tkt.asakura@gmail.com}).
-The \prog{llmk} program is currently version \code{0.x} and still growing in
-any aspect. At this moment, requests for new features are also welcome; the
-author cannot promise to implement the requested features, but will happy to
-take them into account. Before making a request, it is strongly recommended to
-read the article about the design concept~\cite{asakura2020}.
+Requests for new features are also welcome; the author cannot promise to
+implement the requested features, but will happy to take them into account.
+Before making a request, it is strongly recommended to read the article about
+the design concept~\cite{asakura2020}.
\section{Command-line interface}
@@ -158,7 +156,8 @@ option in the latter position wins over the former one.
\begin{clopt}{\sopt{c}, \lopt{clean}}
Removes temporary files such as \code{aux} and \code{log} files. The files
-removed with this action can be customized with the key \ckey{clean\_files}.
+removed with this action can be customized with keys \ckey{clean\_files} and
+\ckey{extra\_clean\_files}.
\end{clopt}
\begin{clopt}{\sopt{C}, \lopt{clobber}}
@@ -396,7 +395,8 @@ specifiers are available for this key. The default value is:
\begin{htcode}
[
"%B.aux", "%B.bbl", "%B.bcf", "%B-blx.bib", "%B.blg", "%B.fls",
- "%B.idx", "%B.ilg", "%B.log", "%B.out", "%B.run.xml", "%B.toc"
+ "%B.idx", "%B.ilg", "%B.ind", "%B.log", "%B.nav", "%B.out",
+ "%B.run.xml", "%B.snm", "%B.toc", "%B.vrb"
]
\end{htcode}
\end{confkey}
@@ -425,6 +425,13 @@ alias for the \ckey{command} key in the \progname{dvips} entry. If the
ineffective.
\end{confkey}
+\begin{confkey}{extra\_clean\_files}{type: \type{array of strings}}
+ [default: \code{[]}]
+Extra files to be removed with the cleaning action (\lopt{clean}). By using
+this key, you can easily add files to be removed on top of the default
+\ckey{clean\_files}.
+\end{confkey}
+
\begin{confkey}{latex}{type: \type{string}}[default: \code{"lualatex"}]
The command to use for the \progname{latex} program. Internally, this key is an
alias for the \ckey{command} key in the \progname{latex} entry. If the