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
68785bd19c
commit
2709edcc7d
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.
|
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/`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue