forked from ResearchMethods-ZHAW/Statistik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
62 lines (58 loc) · 1.52 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
61
62
project:
type: book
output-dir: docs
book:
title: Statistik mit R für Umweltwissenschaftler:innen
subtitle: Master Modul "Research Methods"
author: Jürgen Dengler mit Beiträgen von Gian-Andrea Egeler, Daniel Hepenstrick & Stefan Widmer
version: "27"
repo-url: https://github.com/ResearchMethods-ZHAW/Statistik
repo-actions: [edit, issue]
downloads: [pdf]
output-file: "Statistik_Script"
sidebar:
logo: images/zhaw/zhaw_lsfm_iunr_schwarz.jpg
title: Research Methods
chapters:
- index.qmd
- Statistik_1.qmd
- Statistik_2.qmd
- Statistik_3.qmd
- Statistik_4.qmd
- Statistik_5.qmd
- Statistik_6.qmd
- Statistik_7.qmd
- Statistik_8.qmd
- Anhang.qmd
lang: de
number-depth: 0
number-sections: false #
format:
html:
toc: true
toc-location: right
toc-depth: 2
css: "custom_styles/html/style.css"
include-after-body: "custom_styles/html/script.html"
pdf:
toc-depth: 3
keep-tex: true
geometry:
- top=3.0cm
- bottom=2.5cm
- right=2.0cm
- left=2.0cm
fig-pos: 'H'
documentclass: scrbook
classoption: ["oneside", "open=any"]
template-partials:
- "custom_styles/pdf/before-body.tex"
- "custom_styles/pdf/_titlepage.tex"
include-in-header:
- "custom_styles/pdf/in-header.tex"
titlepage-geometry:
- top=10cm
- bottom=4cm
- right=2cm
- left=3cm
title-bg-image: "images/zhaw/zhaw_lsfm_iunr_schwarz.jpg"