Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- BOJ
- ios원스토어
- professor strang
- ㅐㅕ세ㅕㅅ
- adversarialattackonmonoculardepthestimation
- BAEKJOON
- CNN구조정리
- Linear algebra
- 백준알고리즘
- CS231nAssignments
- MIT
- 선대
- 아이폰원스토어
- Gilbert Strang
- CS231nAssignment1
- MacOS
- CS231nSVM
- CS231n
- 맥실리콘
- pycharmerror
- arm칩에안드로이드
- monoculardepthestimation
- 선형대수학
- 백준
- RegionProposalNetworks
- 맥북원스토어
- CNNarchitecture
- CS231ntwolayerneuralnet
- gpumemory
- Algorithm
Archives
- Today
- Total
개발로 하는 개발
MathJax, LaTeX Tistory에 사용해 수식 입력하기 본문
MathJax is a cross-browser JavaScript library that displays mathematical notation in web browsers, using MathML, LaTeX and ASCIIMathML markup.
MathJax
Beautiful math in all browsers.
www.mathjax.org
https://www.jsdelivr.com/package/npm/mathjax
jsDelivr - A free, fast, and reliable CDN for JS and Open Source
Optimized for JS and ESM delivery from npm and GitHub. Works with all web formats. Serving more than 150 billion requests per month.
www.jsdelivr.com
"$$" 사이에 수식을 넣는다
header tag 내부에 아래 html을 추가한다.
<script>
MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']],
packages: ['base', 'newcommand', 'configMacros']
}
};
</script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
'Tips' 카테고리의 다른 글
Wireshark download (0) | 2024.03.20 |
---|---|
안드로이드 에뮬레이터 이용해서 Macbook m1 실리콘에 원스토어 설치하고 실행하기 (0) | 2024.02.15 |
CV Terms (0) | 2024.01.16 |
Using PyTorch GPU acceleration on Mac Silicon M1 pro (0) | 2024.01.08 |
Manually Installing OpenCV on venv (0) | 2024.01.08 |