-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
61 lines (56 loc) · 1.1 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
project:
type: book
lang: zh
book:
title: "现代统计图形(第二版)"
output-file: "msg2nd"
author: "黄湘云"
date: today
chapters:
- index.qmd
# - preface.qmd
- visualization-basic.qmd
- visualization-intermediate.qmd
- visualization-advanced.qmd
- visualization-lattice.qmd
- visualization-graphics.qmd
- visualization-tikz.qmd
- visualization-practice.qmd
- references.qmd
repo-branch: main
search: true
downloads: [pdf]
bibliography:
- book.bib
- packages.bib
- references.bib
format:
html:
theme: cosmo
cover-image: cover.png
crossref:
chapters: true
pdf:
documentclass: book
include-in-header: preamble.tex
classoption:
- UTF8
- twoside
- openany
- table
keep-tex: 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: visual