summaryrefslogtreecommitdiff
path: root/support/light-latex-make/llmk.1
diff options
context:
space:
mode:
Diffstat (limited to 'support/light-latex-make/llmk.1')
-rw-r--r--support/light-latex-make/llmk.1107
1 files changed, 107 insertions, 0 deletions
diff --git a/support/light-latex-make/llmk.1 b/support/light-latex-make/llmk.1
new file mode 100644
index 0000000000..55bc26df32
--- /dev/null
+++ b/support/light-latex-make/llmk.1
@@ -0,0 +1,107 @@
+.\" generated with Ronn/v0.7.3
+.\" http://github.com/rtomayko/ronn/tree/0.7.3
+.
+.TH "LLMK" "1" "September 2020" "llmk 0.1.0" "llmk manual"
+.
+.SH "NAME"
+\fBllmk\fR \- The Light LaTeX Make
+.
+.SH "SYNOPSIS"
+\fBllmk\fR [OPTION]\.\.\. [FILE]\.\.\.
+.
+.SH "DESCRIPTION"
+\fBllmk\fR is yet another LaTeX\-specific build tool\. Its aim is to provide a simple way to write down workflows for processing LaTeX documents\. The only requirement is the \fBtexlua\fR(1) program\.
+.
+.P
+If one or more FILE(s) are specified, \fBllmk\fR reads the TOML fields or other supported magic comments in the files\. Otherwise, it will read the special configuration file \fIllmk\.toml\fR in the working directory\. Then, \fBllmk\fR will execute the specified workflow to typeset the LaTeX documents\.
+.
+.SH "OPTIONS"
+.
+.TP
+\fB\-c\fR, \fB\-\-clean\fR
+Remove the temporary files such as \fB*\.aux\fR and \fB*\.log\fR\.
+.
+.TP
+\fB\-C\fR, \fB\-\-clobber\fR
+Remove all generated files including final PDFs\.
+.
+.TP
+\fB\-d\fRCAT, \fB\-\-debug\fR=CAT
+Activate debug output restricted to CAT\.
+.
+.TP
+\fB\-D\fR, \fB\-\-debug\fR
+Activate all debug output (equal to "\-\-debug=all")\.
+.
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Print this help message\.
+.
+.TP
+\fB\-q\fR, \fB\-\-quiet\fR
+Suppress warnings and most error messages\.
+.
+.TP
+\fB\-s\fR, \fB\-\-silent\fR
+Silence messages from called programs\.
+.
+.TP
+\fB\-v\fR, \fB\-\-verbose\fR
+Print additional information (e\.g\., viewer command)\.
+.
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Print the version number\.
+.
+.SH "EXIT STATUS"
+.
+.TP
+0
+Success\.
+.
+.TP
+1
+General error\.
+.
+.TP
+2
+Failure executing the workflow\. The exit status of the external program is reported in an error message\.
+.
+.TP
+3
+Parser error\.
+.
+.TP
+4
+Type error\.
+.
+.SH "REPORTING BUGS"
+Report bugs to tkt\.asakura@gmail\.com\.
+.
+.br
+Source: https://github\.com/wtsnjp/llmk
+.
+.SH "COPYRIGHT"
+Copyright 2018\-2020 Takuto ASAKURA (wtsnjp)\.
+.
+.br
+License: The MIT License \fIhttps://opensource\.org/licenses/mit\-license\fR\.
+.
+.br
+This is free software: you are free to change and redistribute it\.
+.
+.SH "SEE ALSO"
+The full documentation is maintained as a PDF manual\. The command
+.
+.IP "" 4
+.
+.nf
+
+texdoc llmk
+.
+.fi
+.
+.IP "" 0
+.
+.P
+should give you access to the complete manual\.