mirror of
https://github.com/vale981/phys512
synced 2025-03-05 09:31:42 -05:00
enable amsmath extensions
stupidly, one has to manually specify the default extensions...
This commit is contained in:
parent
679e451ed4
commit
2b4957e190
1 changed files with 12 additions and 0 deletions
12
_config.yml
12
_config.yml
|
@ -18,6 +18,18 @@ execute:
|
||||||
# latex_documents:
|
# latex_documents:
|
||||||
# targetname: book.tex
|
# targetname: book.tex
|
||||||
|
|
||||||
|
parse:
|
||||||
|
myst_enable_extensions:
|
||||||
|
- amsmath
|
||||||
|
- attrs_inline
|
||||||
|
- colon_fence
|
||||||
|
- deflist
|
||||||
|
- dollarmath
|
||||||
|
- linkify
|
||||||
|
- smartquotes
|
||||||
|
- html_admonition
|
||||||
|
- html_image
|
||||||
|
|
||||||
# Add a bibtex file so that we can create citations
|
# Add a bibtex file so that we can create citations
|
||||||
#bibtex_bibfiles:
|
#bibtex_bibfiles:
|
||||||
# - references.bib
|
# - references.bib
|
||||||
|
|
Loading…
Add table
Reference in a new issue