-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
executable file
·66 lines (58 loc) · 1.57 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
project:
type: book
book:
title: "Onderzoeksmethoden - Voeding"
author:
name: "dr. Willem De Keyzer"
affiliations: "Departement Biowetenschappen en Industriële technologie - HOGENT"
date: "1/9/2024"
date-format: "YYYY"
chapters:
- index.qmd
- licentie.qmd
- hfdstk1.qmd
- hfdstk2.qmd
- hfdstk3.qmd
- hfdstk4.qmd
- hfdstk5.qmd
- references.qmd
cover-image: cover.png
bibliography: references.bib
csl: apa.csl
nocite: |
@soedamah-muthu2016, @baarda2021, @vandenbroucke2016, @mullie2017, @nutritio2015, @pollefliet2018
format:
html:
theme:
light: cosmo
dark: darkly
toc: true # optional, include table of contents
toc-depth: 4 # optional, set the depth of the table of contents
# # navbar:
# left:
# - text: "Home"
# href: index.html
# - text: "Download"
# menu:
# - text: "PDF"
# href: Onderzoeksmethoden---Voeding.pdf
# - text: "EPUB"
# href: Onderzoeksmethoden---Voeding.epub
# epub:
# toc: true # optional, include table of contents
# toc-depth: 3
# cover-image: cover.png # EPUB cover image
#
# pdf:
# toc-depth: 3
# documentclass: scrreprt
# pdf-engine: xelatex # Ensure xelatex is used for custom fonts
# include-in-header:
# - _extensions/PrettyPDF/PrettyPDF.tex # Custom LaTeX template
# include-before-body:
# - _extensions/PrettyPDF/pagestyle.tex # Custom page layout:
editor: visual
lang: nl
# Reference the PrettyPDF extension
_extensions:
- PrettyPDF