summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlberto Sartori <alberto.sartori@huawei.com>2022-12-06 10:52:47 +0100
committerKlaus Aehlig <aehlig@linta.de>2022-12-09 11:54:42 +0100
commit418c90a02d13a2dd05bd604250ff8da889e1ef86 (patch)
tree77f88e72e6f3ea2f259de88021437af6b1bbdd74 /README.md
parent3381cd924d28e29abf318235e8827e4f71997b25 (diff)
downloadrules-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.md5
1 files changed, 5 insertions, 0 deletions
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.