티스토리 뷰

게임 수학부분을 작성하다보면 수식을 적어야할 상황이 많은데,

일반적으로 사용되는 방법으로 적으니 가독성도 떨어지고해서 방법을 찾아보았다.

<script>

        (function () {

            var script = document.createElement("script");

            script.type = "text/javascript";

            script.src  = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";

            document.getElementsByTagName("head")[0].appendChild(script);

        })();

    </script>

그결과 위와 같은 HTML코드를 [블로그관리] -> [스킨편짐] -> [HTML편집]에 삽입하라는

다른블로그글을 발견했다.

 


http://www.statpower.net/Content/310/R%20Stuff/SampleMarkdown.html

 

An Example R Markdown

Introduction This is an R Markdown document. By studying the document source code file, compiling it, and observing the result, side-by-side with the source, you’ll learn a lot about the R Markdown and LaTeX mathematical typesetting language, and you’l

www.statpower.net

 

공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/05   »
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
글 보관함