-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
60 lines (50 loc) · 1.05 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
project:
type: book
output-dir: Statistik_Aufbau
Version: "[Version 1.5 vom \\today]"
date: "9.1.2023"
book:
title: "Statistik Aufbau"
author:
- given-names: Benjamin
surname: Fretwurst
chapters:
- index.qmd
# - shiny.qmd
# - quiz.qmd
- 01_Wiederholung.qmd
- 02_GLM.qmd
- 03_Regression_in_R.qmd
- 04_Gruppenvergleiche.qmd
- 05_Dimensionsreduktion.qmd
- 07_ML.qmd
- 09_Clusteranalyse.qmd
- 80_Glossar.qmd
- 90_Literatur.qmd
downloads: [pdf]
output-file: "Statistik Aufbau - Fretwurst"
format:
html:
# toc: true
# toc-location: left
theme: cosmo
toc-title: "Seiteninhalt"
toc-location: right
max-width: 4500px
lang: de-CH
css:
- www/style.css
- www/webex.css
- www/index.css
include-after-body: www/webex.js
filters: [files/pandoc-quotes.lua]
pdf:
documentclass: scrreporty
template: files/TeX_Vorlage.tex
number-sections: TRUE
fig-width: 2
keep-tex: false
# csquotes: true
prefer-html: true
editor:
render-on-save: true