-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
69 lines (64 loc) · 1.53 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
project:
type: book
output-dir: docs
book:
title: "Key Notes in Plasma Physics"
author: "Hongyang Zhou"
repo-url: https://github.com/henry2004y/KeyNotes/
repo-branch: master
repo-actions: [edit]
date: "11/28/2024"
chapters:
- index.qmd
- contents/about.qmd
- contents/introduction.qmd
- contents/math.qmd
- contents/theoretical_mechanics.qmd
- contents/relativity.qmd
- contents/unit.qmd
- contents/single.qmd
- contents/fluid.qmd
- contents/diffres.qmd
- contents/wave.qmd
- contents/emhd.qmd
- contents/kinetic.qmd
- contents/stability.qmd
- contents/kmhd.qmd
- contents/gyrokinetics.qmd
- contents/flr.qmd
- contents/nonlinear.qmd
- contents/turbulence.qmd
- contents/geometry.qmd
- contents/solarwind.qmd
- contents/shock.qmd
- contents/magnetosphere.qmd
- contents/ionosphere.qmd
- contents/radiationbelt.qmd
- contents/aurora.qmd
- contents/gc.qmd
- contents/cr.qmd
- contents/boundary.qmd
- contents/pic.qmd
- contents/hybrid.qmd
- contents/raytracing.qmd
- contents/test.qmd
- contents/inductance.qmd
- contents/capacitance.qmd
- contents/appendix.qmd
- contents/references.qmd
bibliography: files/bibliography.bib
format:
html:
theme:
light: cosmo
dark: [cosmo, theme-dark.scss]
code-fold: true
pdf:
documentclass: scrreprt
include-in-header:
text: |
\usepackage{cancel}
\usepackage{centernot}
execute:
enabled: false
freeze: true