mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
explain how to build template in a certain style
This commit is contained in:
parent
15369f5f43
commit
2a5a649f29
1 changed files with 4 additions and 1 deletions
|
|
@ -21,7 +21,10 @@ The user guide can be found in the folder `manual` and contains additional infor
|
|||
The `Makefile` supports the following rules.
|
||||
|
||||
#### 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/`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue