summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-09-15 21:14:32 +0000
committerKarl Berry <karl@freefriends.org>2020-09-15 21:14:32 +0000
commit19089137bb984ca9b8edba728f51b7f0627700cb (patch)
tree2a01a2ca8b49f2daf639032506312716c60eac0d /Master/texmf-dist/doc/man
parentaa9d56714ab9ed7059b9320d775ec7bfd679b09d (diff)
light-latex-make (14sep20)
git-svn-id: svn://tug.org/texlive/trunk@56352 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man')
-rw-r--r--Master/texmf-dist/doc/man/man1/llmk.1107
-rw-r--r--Master/texmf-dist/doc/man/man1/llmk.man1.pdfbin0 -> 21786 bytes
2 files changed, 107 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/man/man1/llmk.1 b/Master/texmf-dist/doc/man/man1/llmk.1
new file mode 100644
index 00000000000..55bc26df329
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/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\.
diff --git a/Master/texmf-dist/doc/man/man1/llmk.man1.pdf b/Master/texmf-dist/doc/man/man1/llmk.man1.pdf
new file mode 100644
index 00000000000..c0ac06f8108
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/llmk.man1.pdf
Binary files differ