728x90
"๋ฌธ์์ด์ ์ด์ค์ผ์ดํ ์ํ์ค๊ฐ ์๋ชป๋จ" + Latex Escape Letter ์ค๋ฅ
$z = \mu + \epsilon\sigma$
๋ฐ๋ก Backslash๊ฐ JavaScript์ escape ๋ฌธ์๋ก Google Search Console ํฌ๋กค๋ฌ๊ฐ \mu๋ฅผ ํจ์๋ก ์ธ์ํด ์๊ธฐ๋ ์ค๋ฅ์ด๋ค.
์ฒ์์ JavaScript๋ฅผ ์ ๋ชฐ๋ผ latex๋ก ์ฐ๊ณ ์บก์ณํด์ ํฌ์คํ ํ๋ค. Escape ๋ฌธ์ ํด๊ฒฐ ๋ฐฉ๋ฒ์ ์ฐพ์๋ค.
https://docs.mathjax.org/en/v2.1-latest/tex.html
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]},
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true
});
</script>
๊ธฐ์กด์ JavaScript Latex ์ฝ๋์ processEscapes๋ฅผ ์ถ๊ฐํ๋ฉด ๋๋ค.
๋ฐ์ํ
'๐ Routine' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
๋๋ผ๋ณ ๋ํต๋ น ์ ๋ ์ฌ (0) | 2024.01.01 |
---|---|
[Running] Cadence ์ผ์ด๋์ค ๊ณต์ (0) | 2023.11.15 |
TDD (Test Driven Development)๋? (0) | 2023.08.17 |
Pioneer : ํด ์ค๋(Paul H. O'Neill) (0) | 2023.08.03 |
Browser templates for Browser In The Browser (BITB) attack (0) | 2023.07.08 |