-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
68 lines (64 loc) · 1.31 KB
/
_quarto.yml
File metadata and controls
68 lines (64 loc) · 1.31 KB
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
67
68
project:
type: book
output-dir: docs
pre-render: pre-render.py
resources:
- macros/macros.qmd
book:
title: "Your Book Title"
author: "Your Name"
date: last-modified
date-format: "[Last updated:] YYYY-MM-DD"
repo-url: https://github.com/UCD-SERG/qbt
repo-actions: [edit, source, issue]
downloads: [pdf, epub, docx]
chapters:
- index.qmd
- chapter1.qmd
- chapter2.qmd
- references.qmd
appendices:
- appendix-document-metadata.qmd
page-navigation: true
bibliography: references.bib
format:
html:
theme:
light: cosmo
dark: darkly
css: styles.css
toc: true
number-sections: true
embed-resources: false
include-in-header:
- macros-header.html
pdf:
include-in-header:
- macros-pdf.tex
geometry:
- top=15mm
- bottom=20mm
keep-md: false
keep-tex: false
toc: true
fig-pos: "H"
hyperrefoptions:
- bookmarksnumbered=true
toc-title: Contents
df-print: tibble
links-as-notes: true
documentclass: scrbook
classoption: [twoside=off]
shift-heading-level-by: 0
toc-depth: 2
number-sections: true
number-depth: 3
colorlinks: true
docx:
toc: false
number-sections: true
highlight-style: github
epub:
toc: true
number-sections: true
editor: source