1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-04-18 11:03:59 +02:00

Correct example for inline template

The key used for `tex.template` was wrong and the `\` wasn't escaped
This commit is contained in:
Geobert Quach 2022-12-28 11:34:51 +00:00 committed by GitHub
parent 430749d47e
commit 9e6dcbfbb4
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ html.css.add: "h1 { background-color: red; }"
epub.css.add: "h1 { background-color: gray; }"
# LaTeX code added to default LaTeX template (but doesn't override it)
template.tex.add: "\usepackage{libertineotf}"
tex.template.add: "\\usepackage{libertineotf}"
```
most templates must be in a separate file: