-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
53 lines (44 loc) · 1.19 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
project:
type: book
output-dir: docs
book:
title: "Linear_algebra"
author: "Gilbert Strang"
date: "2024/5/22"
page-footer:
left: |
这是线性代数的章节翻译,也是学习笔记
right: |
此书由 <a href="https://quarto.org/">Quarto</a>创建
cover-image: cover.jpg
favicon: cover.jpg
site-url: https://bluetea577.github.io/Translate_linear_algebra/
repo-url: https://github.com/Bluetea577/Translate_linear_algebra
repo-branch: main
repo-actions: [edit, issue]
chapters:
- index.qmd
- part: 1_intro_vector.qmd
chapters:
- 1_1_linear_combinations.qmd
- 1_2_lengths_and_dotproducts.qmd
- 1_3_matrices.qmd
- part: 2_solve_linear_equation.qmd
chapters:
- 2_1_vector_and_linearequ.qmd
- 2_2_idea_of_elimination.qmd
- 2_3_elimination_using_matrices.qmd
- 2_4_rules_matrix_opera.qmd
- 2_5_inverse_matrices.qmd
- 2_6_elimination_factorization.qmd
- 2_7_transposes_and_permutations.qmd
- summary.qmd
- references.qmd
bibliography: references.bib
number-sections: false
number-depth: 2
format:
html:
theme: cosmo
pdf:
documentclass: scrreprt