Skip to content

Commit 7cb34b7

Browse files
committed
add Macro syntax for argmax and argmin
1 parent 7e78afa commit 7cb34b7

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
@@ -26,6 +26,11 @@ sphinx:
2626
og_logo_url: https://assets.quantecon.org/img/qe-og-logo.png
2727
description: This website presents a set of lectures on quantitative economic modeling, designed and written by Thomas J. Sargent and John Stachurski.
2828
keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski
29+
mathjax_config:
30+
TeX:
31+
Macros:
32+
"argmax" : "arg\,max"
33+
"argmin" : "arg\,min"
2934
rediraffe_redirects:
3035
index_toc.md: intro.md
3136
tojupyter_static_file_path: ["source/_static", "_static"]

0 commit comments

Comments
 (0)