From c9fcf97bc045a9d020980c33b6c7c1ee5aedef99 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 20 Sep 2021 03:02:23 +0000 Subject: CTAN sync 202109200302 --- support/light-latex-make/llmk.tex | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'support/light-latex-make/llmk.tex') diff --git a/support/light-latex-make/llmk.tex b/support/light-latex-make/llmk.tex index f643717215..61673f016e 100644 --- a/support/light-latex-make/llmk.tex +++ b/support/light-latex-make/llmk.tex @@ -4,13 +4,13 @@ % +++ % latex = "xelatex" % +++ -\documentclass[draft]{llmk-doc} +\documentclass{llmk-doc} % Metadata \title{llmk: Light {\LaTeX} Make} \author{Takuto Asakura (wtsnjp)} \subtitle{Reference Manual} -\date{v1.0.0\quad\today} +\date{v1.1.0\quad\today} \keywords{llmk, build-tool, toml, lua, luatex} \begin{document} @@ -395,8 +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.ind", "%B.log", "%B.nav", "%B.out", - "%B.run.xml", "%B.snm", "%B.toc", "%B.vrb" + "%B.idx", "%B.ilg", "%B.ind", "%B.lof", "%B.log", "%B.lot", + "%B.nav", "%B.out", "%B.run.xml", "%B.snm", "%B.toc", "%B.vrb" ] \end{htcode} \end{confkey} @@ -429,7 +429,7 @@ ineffective. [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}. +\ckey{clean\_files}. The format specifiers are available for this key. \end{confkey} \begin{confkey}{latex}{type: \type{string}}[default: \code{"lualatex"}] @@ -747,6 +747,7 @@ of the directive is: \newcommand{\VS}{\textvisiblespace} \begin{htcode} \meta{TS prefix}TEX\VS{\OS}program\meta{equals}\meta{command}\OS +\meta{TS prefix}TeX\VS{\OS}program\meta{equals}\meta{command}\OS \meta{TS prefix}TEX\VS{\OS}TS-program\meta{equals}\meta{command}\OS \end{htcode} \egroup -- cgit v1.2.3