-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
53 lines (46 loc) · 1013 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
52
53
project:
type: book
output-dir: Wissen_macht_R!
book:
title: "Wissen macht R!"
author: Benjamin Fretwurst
date: "12/12/2022"
chapters:
- index.qmd
- 0-intro.qmd
- 01-Basics.qmd
- 02-Installation.qmd
- 03-Fehlerbehandlung.qmd
- 04-Relitest.qmd
- 05-Daten-laden-Fusion.qmd
- 06-Datenaufbereitung.qmd
# - 07-Ergebnisse.qmd
- 09-Quarto.qmd
# - 90-Literatur.qmd
downloads: [pdf]
output-file: "Wissen macht R"
# 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