Others

블로그 글에 latex 넣기

글 작성 전에 HTML 버전에 다음을 삽입:

<head>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
  tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
});
</script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML' async>
</script></head>

출처: https://m.blog.naver.com/PostView.nhn?blogId=psh951120&logNo=221491106060&targetKeyword=&targetRecommendationCode=1 

'Others' 카테고리의 다른 글

[Writing for CS] 7. Style Specifics  (0) 2022.05.02
[Writing for CS] 6. Good Style  (0) 2022.04.22
[Writing for CS] Contents  (0) 2022.04.21
Presentation/Writing skill (220409 Update)  (0) 2022.04.09
2021 겨울) 인턴 생활  (0) 2022.02.05