-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
85 lines (81 loc) · 1.98 KB
/
_quarto.yml
File metadata and controls
85 lines (81 loc) · 1.98 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
project:
type: website
title: |
\vspace{-5cm}
{width=33%}\linebreak
Statistik, WS 25/26
lang: de
author: Lukas Mensch
bibliography: quellen.bib
csl: springer-lecture-notes-in-computer-science.csl
editor:
markdown:
wrap: 100
website:
title: "Statistik"
image: "images/THA_Logo.png"
favicon: "images/THA_Logo.png"
bread-crumbs: true
page-navigation: true
back-to-top-navigation: true
navbar:
left:
- href: index.qmd
text: Home
- about.qmd
sidebar:
style: "docked"
search: true
contents:
- jmp/index.qmd
- einfuehrung/index.qmd
- section:
href: deskriptive_statistik/index.qmd
contents:
- deskriptive_statistik/visualisierung.qmd
- deskriptive_statistik/kennzahlen.qmd
- deskriptive_statistik/haeufigkeiten.qmd
- deskriptive_statistik/normalverteilung.qmd
- deskriptive_statistik/qualitaetskontrolle.qmd
- section:
href: wahrscheinlichkeit/index.qmd
contents:
- wahrscheinlichkeit/missverstaendnisse.qmd
- wahrscheinlichkeit/theorie.qmd
- klassifikation/index.qmd
- induktive_statistik/index.qmd
- anwendungsbereiche/index.qmd
format:
html:
theme:
light: brand
dark: darkly
css: styles.css
code-line-numbers: true
html-math-method: katex
toc: true
toc-expand: 2
number-sections: true
number-depth: 3
# pdf:
# papersize: a4
# fontsize: 12pt
# toc: true
# toc-title: Inhalt
# toc-depth: 3
# number-sections: true
# colorlinks: true
# link-citations: true
# include-in-header:
# text: |
# \usepackage{svg}
# \usepackage{a4wide}
# \usepackage{fancyhdr}
# \pagestyle{fancy}
# \fancyhead[L]{ {{< meta title >}} }
# \fancyhead[C]{}
# \fancyhead[R]{\thepage}
# \fancyfoot[C]{}
# \fancyfoot[R]{}
# code-line-numbers: true
# output: true