explain how to build template in a certain style

This commit is contained in:
David 2021-01-24 13:40:55 +01:00 committed by David Seus
commit 2709edcc7d

View file

@ -21,7 +21,10 @@ The user guide can be found in the folder `manual` and contains additional infor
The `Makefile` supports the following rules. The `Makefile` supports the following rules.
#### Rules intended for regular use #### Rules intended for regular use
* `template:` Build the default `moderncv` template `template.tex` with `LuaLaTeX`. * `template:` Build the `moderncv` template `template.tex` with `LuaLaTeX`. This rule can be called in one of two ways:
* `make template`: Build the template in casual style.
* `make template STYLE=<style>`: Build the template in the style specified by
`<style>`. `<style>` can be classic, casual, banking, oldstyle or fancy.
* `templates:` Build the template `template.tex` with LuaLaTeX for _all moderncv styles_ and move resulting `pdf` files to the folder `examples/`. * `templates:` Build the template `template.tex` with LuaLaTeX for _all moderncv styles_ and move resulting `pdf` files to the folder `examples/`.