-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy path_config.yml
35 lines (31 loc) · 919 Bytes
/
_config.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
# Book settings
title: Economic Dynamics
author: John Stachurski
logo: logo.png
sphinx:
config:
mathjax3_config:
tex:
macros:
"Exp" : ["\\operatorname{Exp}"]
"Binomial" : ["\\operatorname{Binomial}"]
"Poisson" : ["\\operatorname{Poisson}"]
"BB" : ["\\mathbb{B}"]
"EE" : ["\\mathbb{E}"]
"PP" : ["\\mathbb{P}"]
"RR" : ["\\mathbb{R}"]
"NN" : ["\\mathbb{N}"]
"ZZ" : ["\\mathbb{Z}"]
"dD" : ["\\mathcal{D}"]
"fF" : ["\\mathcal{F}"]
"lL" : ["\\mathcal{L}"]
"linop" : ["\\mathcal{L}(\\mathbb{B})"]
"linopell" : ["\\mathcal{L}(\\ell_1)"]
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
execute:
execute_notebooks: cache
timeout: -1
latex:
latex_engine: "xelatex"
latex_documents:
targetname: book.tex