1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-28 19:32:24 +02:00

Update templates.md

This commit is contained in:
Elisabeth Henry 2016-11-19 01:52:36 +01:00
parent c510774b0b
commit 77fbdcfbf2

@ -35,9 +35,9 @@ most templates must be in a separate file:
```yaml
tex.template: my_template.tex
```
### `--print-template` argument ###
### `--print-template` ###
The easiest way to create a new template is to start with the default one used by Crowbook. In order to do so, you can use the `--print-template` argument:
The easiest way to create a new template is to start with the default one. In order to do so, you can use the `--print-template` argument:
```bash
$ crowbook --print-template tex.template > my_template.tex