-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_global.yaml
91 lines (81 loc) · 1.84 KB
/
_global.yaml
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
project:
type: website # Bytt til book om man vil prøve ut bokformat (eksperimentelt)
preview:
# port: 3000
browser: true
host: 127.0.0.1
navigate: true
pre-render:
- "_extensions/NIFU-NO/rename_duplicate_labels/rename_duplicate_labels.R"
filters:
- remove_empty_headings
execute:
echo: false
warning: false
message: false
execute-dir: project
website:
navbar:
search: true
page-navigation: true
reader-mode: true
### Nummerering av overskrifter og innholdsfortegnelse
number-sections: true
number-depth: 3
toc: true
toc-depth: 4
### Hvordan vise figurer og tabeller, samt figur/tabelltekster
fig-dpi: 900
df-print: kable
lot: true
lof: true
crossref:
chapters: true
fig-title: '**Figur**'
tbl-title: '**Tabell**'
lof-title: 'Figuroversikt'
lot-title: 'Tabelloversikt'
title-delim: '**.**'
fig-prefix: figur
tbl-prefix: tabell
ref-hyperlink: true
labels: arabic
fig-cap-location: bottom
tbl-cap-location: top
lang: "nb"
license: "CC BY 4.0"
quarto-required: ">= 1.5"
### Bibliografi, samt hvordan sitere rapportene
csl: bib_style.csl
google-scholar: true
reference-location: margin
citation-location: margin
appendex-cite-as: false
cache.comments: false
issn: "1894-8200 (online)"
date-format: "DD.MM.YYYY"
format-links:
- html
- format: typst
text: PDF
icon: file-pdf
format:
html:
mainfont: "Calibri"
fontsize: "10.5"
linestretch: 1.6
theme:
light: [yeti, styles.scss]
dark: darkly
css: styles.css
toc: true
comments:
hypothesis: false
include-after-body:
text: |
<script>
document.addEventListener("DOMContentLoaded", () => {
document.querySelectorAll("figcaption").forEach(e => {e.innerHTML = e.innerHTML.replace(/^(Figure \d+)/, "<strong>$1</strong>")})
});
</script>
fig-width: 5.5