From 418c90a02d13a2dd05bd604250ff8da889e1ef86 Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Tue, 6 Dec 2022 10:52:47 +0100 Subject: 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 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 83c2fae..5e52412 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3