summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.