-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
43 lines (36 loc) · 721 Bytes
/
Copy path_quarto.yml
File metadata and controls
43 lines (36 loc) · 721 Bytes
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
project:
type: book
book:
title: "A Tutorial for @arkhangelsky2026"
author: Kazuharu Yanagimoto
date: last-modified
search: false
repo-url: https://github.com/kazuyanagimoto/tutorial-ayz
repo-actions: [source]
chapters:
- index.qmd
- 01-toy-example.qmd
- 02-child-penalty.qmd
- 03-policy-cp.qmd
- references.qmd
bibliography: references.bib
bibliographystyle: chicago-author-date
format:
html:
theme:
- cosmo
- brand
code-fold: true
number-sections: true
number-depth: 2
execute:
freeze: auto
knitr:
opts_chunk:
fig.align: center
fig.retina: 3
fig.width: 6
fig.height: 3
out.width: 90%
collapse: true
dev: svg