-
Notifications
You must be signed in to change notification settings - Fork 18
/
_quarto.yml
executable file
·140 lines (134 loc) · 3.07 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
project:
type: book
output-dir: _book
lang: zh
book:
title: "R 语言数据分析实战"
date: today
date-format: long
output-file: "_main"
author: "黄湘云"
repo-actions:
- source
repo-url: "https://github.com/XiangyunHuang/data-analysis-in-action"
downloads: [pdf]
# downloads: [pdf, epub, docx]
google-analytics: "G-ZPWJBMKFL8"
# comments:
# giscus:
# repo: XiangyunHuang/data-analysis-in-action
chapters:
- index.qmd
- preface.qmd
- intro.qmd
# - part: "软件配置"
# chapters:
# - setup-r.qmd
# - setup-rstudio.qmd
# - setup-vscode.qmd
- part: "数据准备"
chapters:
- wrangling-objects.qmd
- wrangling-collection.qmd
- wrangling-cleaning.qmd
- wrangling-manipulation.qmd
- wrangling-processing.qmd
- part: "数据交流"
chapters:
- interactive-graphics.qmd
- interactive-tables.qmd
- interactive-applications.qmd
- documents-html.qmd
- documents-latex.qmd
- documents-office.qmd
- part: "统计分析"
chapters:
- common-statistical-tests.qmd
- regression-and-correlation.qmd
- categorical-data-analysis.qmd
- power-analysis.qmd
- part: "数据建模"
chapters:
- analyze-network-data.qmd
- analyze-text-data.qmd
# - analyze-survival-data.qmd
- analyze-time-series-data.qmd
- part: "优化建模"
chapters:
- statistical-computation.qmd
- numerical-optimization.qmd
- optimization-problems.qmd
- references.qmd
appendices:
- git-github.qmd
repo-branch: main
search: true
bibliography:
- references.bib
- packages.bib
format:
html:
theme:
light: flatly
dark: darkly
include-in-header:
- header.html
toc: true
toc-depth: 3
cover-image: cover.png
code-link: true
code-line-numbers: true
crossref:
chapters: true
# docx:
# toc: true
# toc-depth: 3
# crossref:
# chapters: true
# epub:
# toc: true
# toc-depth: 3
# epub-cover-image: cover.png
# html-math-method: mathml
# 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
% \printnoidxglossary[sort=word,title={术语表}]
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
hyperrefoptions:
- pdfstartview=FitH
- linktoc=all
highlight-style: github
number-sections: true
top-level-division: chapter
colorlinks: true
link-citations: true
crossref:
chapters: true
editor: visual