Mathjax 기본 패키지 말고, 다른 패키지들이 필요해서 넣는답시고 반나절을 헤맸다.
특히 \underbracket 문법을 지원하는 mathtools가 필요했다.
적절한 구문은 아래와 같다. HTML의 헤드 부분에 집어넣어준다.
필요하면 다른 수식설정을 script로 더 집어넣어 준다.
출처와 찾은 방법
구글에 각종 찾아줘요 구문을 넣었으나 실패. 아래는 그 키워드
how to ; import ; third party ; extra ; package ; extension ; mathjax ; HTML ; Latex
그러다가 아예 스택오버플로우에서만 검색해 보았다.
extension ; mathjax ; HTML
https://stackoverflow.com/search?q=mathjax+extension+cdn
Human verification
Stack Overflow | The World’s Largest Online Community for Developers
stackoverflow.com
그랬더니 10개 정도가 나왔고, 그 중에 쓸만한 질의응답 3개와 기존 문법 설명서를 활용해서 해결했다.
(기존 문법에서 제공되는 구문을, 어디에 어떻게 넣어야 하는지를 몰랐다. 그래서 답변 결과를 보고 비슷한 형태로 집어넣었다.)
Physics package does not load with MathJax on test web page
I have created this simple html file to test various configurations for MathJax. In this example the file loads the latest version of MathJax with a configuration file TeX-AMS-MML_HTMLorMML from a ...
stackoverflow.com
problems with configuration of mathjax 3
I have a probem with three options while configuring Mathjax v.3 in my application. The minimal code to reflect the problem is an html file and two js file, one being tex-svg.js downloaded from git...
stackoverflow.com
https://docs.mathjax.org/en/latest/input/tex/extensions/mathtools.html
mathtools — MathJax 3.2 documentation
The mathtools extension implements the mathtools style package from LaTeX. The package provides a number of tools for advanced mathematical typesetting. See the CTAN page for more information and documentation of mathtools. This package is not autoloaded,
docs.mathjax.org
'MathJax' 카테고리의 다른 글
mathjax에서 nested cases 문법 중괄호 크기 줄이기 (0) | 2024.07.31 |
---|---|
solved: mathjax align too much space between & (0) | 2024.07.31 |
mathjax로 구분자 $, $$, \(, \), \[, \] 모두 사용할 수 있게 만들기 (0) | 2024.03.19 |
Mathjax 일부 문법 구체적으로 사용하는 예시 (0) | 2023.11.07 |
You can replace slanted parallel symbol as unicode ⫽ (U+2AFD, Double Solidus Operator) (0) | 2023.09.15 |