-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
99 lines (94 loc) · 2.06 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
project:
type: book
lang: zh
book:
title: "现代应用统计"
output-file: "masr"
author: "黄湘云"
date: today
date-format: long
google-analytics: "G-F3W2V2KC21"
repo-actions:
- source
repo-url: "https://github.com/XiangyunHuang/masr"
chapters:
- index.qmd
- intro.qmd
- part: "机器学习"
chapters:
- classification-problems.qmd
- clustering-problems.qmd
- regression-problems.qmd
- part: "贝叶斯建模"
chapters:
- probabilistic-reasoning-framework.qmd
- linear-models.qmd
- generalized-linear-models.qmd
- hierarchical-normal-models.qmd
- mixed-effects-models.qmd
- generalized-additive-models.qmd
- gaussian-processes-regression.qmd
- time-series-regression.qmd
- part: "空间分析"
chapters:
- analyze-point-pattern.qmd
- analyze-spatial-data.qmd
- analyze-areal-data.qmd
- references.qmd
appendices:
- notations.qmd
- matrix-operations.qmd
repo-branch: main
search: true
downloads: [pdf]
bibliography:
- references.bib
- packages.bib
format:
html:
theme: cosmo
code-link: true
code-line-numbers: true
crossref:
chapters: true
docx:
toc: true
toc-depth: 3
crossref:
chapters: true
pdf:
documentclass: book
include-in-header: preamble.tex
include-before-body:
text: |
\ifdefined\appendixname
\renewcommand*\appendixname{附录}
\else
\newcommand\appendixname{附录}
\fi
include-after-body:
text: |
\printindex
classoption:
- UTF8
- twoside
- openany
- table
keep-tex: true
latex-auto-install: false
mathspec: true
lof: true
lot: true
geometry:
- tmargin=2.5cm
- bmargin=2.5cm
- lmargin=3.0cm
- rmargin=2.0cm
highlight-style: github
number-sections: true
top-level-division: chapter
colorlinks: true
link-citations: true
crossref:
chapters: true
editor: source