-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy path_quarto.yml
55 lines (53 loc) · 1.36 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
project:
type: book
output-dir: _book
book:
title: "Math Prefresher for Political Scientists"
date: today
date-format: "MMMM YYYY"
description: "Text for Harvard Department of Government Math Prefresher"
site-url: https://iqss.github.io/prefresher/
cover-image: "images/logo.png"
repo-url: "https://github.com/IQSS/prefresher"
downloads: [pdf]
chapters:
- index.qmd
- 01_warmup.qmd
- part: Math
chapters:
- 02_functions.qmd
- 03_limits.qmd
- 04_calculus.qmd
- 05_optimization.qmd
- 06_probability.qmd
- 07_linear-algebra.qmd
- part: Programming
chapters:
- 11_data-handling_counting.qmd
- 12_matricies-manipulation.qmd
- 13_functions_obj_loops.qmd
- 14_visualization.qmd
- 15_project-dempeace.qmd
- 16_simulation.qmd
- 17_non-wysiwyg.qmd
- 18_text.qmd
- 19_command-line_git.qmd
- part: Solutions
chapters:
- 21_solutions-warmup.qmd
- 23_solution_programming.qmd
format:
html:
theme:
- cosmo
biblio-style: apalike
pdf:
include-in-header: preamble.tex
biblio-style: apalike
geometry: "margin=1.5in"
link-citations: true
output-file: "prefresher.pdf"
linkcolor: "crimson"
toccolor: "crimson"
urlcolor: "crimson"
citecolor: "crimson"