Skip to content

Commit

Permalink
Mention how to build PDF (fix #244)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Nov 8, 2021
1 parent 1e7c315 commit a168b07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/contents/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ The `config.toml` file is read by Books.jl before calling Pandoc, so contains se
Still, these defaults can be overwritten.
If you also want to override the templates, then see @sec:templates.

To generate the PDF, use

```
julia> pdf()
```

## metadata.yml {#sec:metadata}

The `metadata.yml` file is read by Pandoc.
Expand Down

0 comments on commit a168b07

Please sign in to comment.