-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
25 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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} | ||
|
@@ -83,11 +83,10 @@ \subsection{Reporting bugs and requesting features} | |
If you do not want to use GitHub for some reasons, it is also fine to directly | ||
send an email to the author (\email{[email protected]}). | ||
|
||
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} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# This is a simple example of llmk.toml. | ||
# Public domain. | ||
|
||
llmk_version = "0.2" | ||
llmk_version = "1.0" | ||
source = [ "simple.tex", "default.tex" ] | ||
latex = "xelatex" | ||
max_repeat = 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters