-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
51 lines (41 loc) · 856 Bytes
/
_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
project:
title: "R_Style_Guide"
type: book
output-dir: "R_Style_Guide"
book:
title: "R Empfehlungen"
author: "Anne, Maud, Ben"
date: "1/9/2023"
chapters:
- index.qmd
# - analyses.qmd
- files.qmd
- syntax.qmd
downloads: [pdf]
# bibliography: files/references.bib
format:
html:
page-navigation: true
theme: cosmo
toc-depth: 4
number-sections: true
favicon: files/favicon/RIKMZ.png
toc-title: "Auf dieser Seite"
toc: true
toc-location: right
max-width: 4500px
css:
- www/webex.css
include-after-body: www/webex.js
sidebar:
style: "docked"
search: true
# pdf:
# documentclass: scrreport
# template: files/TeX_Vorlage.tex
# number-sections: TRUE
# keep-tex: true
# csquotes: true
prefer-html: true
editor:
render-on-save: true