Skip to content

Commit e25e32c

Browse files
authored
add Macro syntax for argmax and argmin (#35)
* add Macro syntax for argmax and argmin * add escape chars
1 parent b7830c2 commit e25e32c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lectures/_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ sphinx:
5353
og_logo_url: https://assets.quantecon.org/img/qe-og-logo.png
5454
description: This website presents a set of lectures on quantitative economic modeling, designed and written by Thomas J. Sargent and John Stachurski.
5555
keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski
56+
mathjax_config:
57+
TeX:
58+
Macros:
59+
"argmax" : "arg\\,max"
60+
"argmin" : "arg\\,min"
5661
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
5762
rediraffe_redirects:
5863
index_toc.md: intro.md

0 commit comments

Comments
 (0)