diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2022-12-06 10:52:47 +0100 |
---|---|---|
committer | Klaus Aehlig <aehlig@linta.de> | 2022-12-09 11:54:42 +0100 |
commit | 418c90a02d13a2dd05bd604250ff8da889e1ef86 (patch) | |
tree | 77f88e72e6f3ea2f259de88021437af6b1bbdd74 /README.md | |
parent | 3381cd924d28e29abf318235e8827e4f71997b25 (diff) | |
download | rules-typesetting-418c90a02d13a2dd05bd604250ff8da889e1ef86.tar.gz |
add latexmk rule...
...the main improvement wrt to standalone rule is the usage of
latexmk, which automatically runs latex the right number of times,
and, if needed, can call bibtex as well.
Co-authored-by: Oliver Reiche <oliver.reiche@huawei.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,6 +12,11 @@ A collection of rules related to typesetting. a single `eps` file by replacing the definition of `stage` and `drawbb`. While not strictly related to latex, usually used for "animated" diagrams in slides. + - `["latex", "latexmk"]` Simple rule to call `latexmk`, given a + collection of source files and the entry point. The main + difference with respect to `standalone` is given by the usage of + `latexmk` itself, which runs `latex` the needed number of times + eventually calling `bibtex` as well. - Pandoc - `["pandoc", "standalone"]` Generate a single output file from a given list of files in order and a template. |