-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
47 lines (40 loc) · 1.05 KB
/
_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
36
37
38
39
40
41
42
43
44
45
46
47
title: Essential Mathematics for Chemical Engineers
author: Michael P. Howard
copyright: "2025"
email: [email protected]
exclude_patterns: [.github/*]
execute:
execute_notebooks: force
html:
baseurl: https://mphowardlab.github.io/essential-math
home_page_in_navbar: false
use_issues_button: true
use_repository_button: true
latex:
latex_documents:
targetname: book.tex
parse:
myst_enable_extensions:
- amsmath
- colon_fence
- dollarmath
- linkify
- replacements
- smartquotes
repository:
url: https://github.com/mphowardlab/essential-math
branch: main
sphinx:
local_extensions:
example_admonition: _extensions
solution_dropdown: _extensions
config:
mathjax3_config:
tex:
macros:
"d": ["{\\operatorname{d}\\!{#1}}", 1]
"dd": ["{\\d{}^{#1} #2 \\over \\d{#3}^{#1}}", 3]
"pp": ["{\\partial^{#1} #2 \\over \\partial #3^{#1}}", 3]
"td": ["{\\left(\\pp{#1}{#2}{#3} \\right)_{#4}}", 4]
"ubar": ["\\underline{#1}", 1]
"vv": ["\\mathbf{#1}", 1]