-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
61 lines (57 loc) · 1.33 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
output-dir: docs
book:
title: "地理資訊系統概論"
author: "Cheng-Tao Lin"
cover-image: images/bookcover.png
date: "2022-07-09"
favicon: images/gisfavicon.png
page-navigation: true
language: zh
#number-depth: 2
repo-url: https://github.com/mutolisp/introGIS
repo-actions: [edit, issue, source]
downloads: [pdf, epub, docx]
sharing: [facebook, twitter]
chapters:
- index.qmd
- intro.qmd
- crs.qmd
- vector.qmd
- raster.qmd
- part: introQGIS.qmd
chapters:
- useQGIS.qmd
- QGIS_projects.qmd
- webResources.qmd
- vector_selection.qmd
- part: QGIS_export_map.qmd
- part: QGIS_vector_analysis.qmd
- part: QGIS_raster_analysis.qmd
- part: QGIS_image_processing.qmd
chapters:
- QGIS_georeference.qmd
- summary.qmd
- references.qmd
bibliography: references.bib
format:
html:
theme: simplex
code-copy: true
fig-responsive: true
citations-hover: true
comment-hover: true
crossref:
fig-title: 圖
tbl-title: 表
fig-prefix: 圖
tbl-prefix: 表
pdf:
header-includes:
- \usepackage{fontspec} # 使用 fontspec package
- \usepackage{xeCJK} # 使用 xeCJK package
- \setCJKmainfont{Songti TC}
documentclass: scrreprt
epub:
css: epub-styles.css