Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
allendowney
GitHub Repository: allendowney/thinkbayes2
Path: blob/master/jb/_config.yml
1901 views
1
# Book settings
2
title: Think Bayes
3
author: Allen B. Downey
4
5
latex:
6
latex_documents:
7
targetname: book.tex
8
9
execute:
10
execute_notebooks: 'off'
11
12
repository:
13
url: https://github.com/AllenDowney/ThinkBayes2
14
html:
15
use_repository_button: true
16
17
parse:
18
# myst_extended_syntax: true # instead enable individual features below
19
myst_enable_extensions: # https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html
20
- amsmath
21
# - attrs_inline # causing the conflict with dollarmath
22
- colon_fence
23
- deflist
24
- dollarmath
25
- fieldlist
26
- html_admonition
27
- html_image
28
- linkify
29
- replacements
30
- smartquotes
31
- strikethrough
32
- substitution
33
- tasklist
34
35
sphinx:
36
config:
37
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
38
mathjax_config:
39
tex2jax:
40
inlineMath: [["$","$"], ["\\(", "\\)"]]
41
myst_update_mathjax: false
42
43