기타/Tistory

Tistory 수식 적용하기

파송송 2022. 6. 6. 17:15
728x90

티스토리 Script 수정하기 

설정 -> 꾸미기 - 스킨 편집 -> HTML 편집

 

<head>에 아래의 코드를 넣어준다.

<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3.0.1/es5/tex-mml-chtml.js"></script>

적용을 눌러준다.


수식 적용하기

1. block

  • 한 줄을 차지하는 수식
$$ f\theta (x) $$

 

$$ f\theta (x) $$

 


 

2. inline

  • 문장에 글과 같이 쓰는 수식
$ f\theta (x) $

문장에 $ f\theta (x) $ 같이 쓸 수 있음

 

 

 

수식을 적기 힘들다면 아래에서 찾으면 됨 

https://atomurl.net/math/

 

TeX equation editor (Mathematical Formulas)

Online equation editor for writing math equations, expressions, mathematical characters, and operations. You can also generate an image of a mathematical formula using the TeX language. This is useful for displaying complex formulas on your web page.

atomurl.net


 

https://www.codecogs.com/latex/eqneditor.php

 

Online Equation Editor - standalone

Download svg gif png pdf emf HTML URL URL Encoded LaTeX pre TiddlyWiki phpBB WordPress 5 pt 9 pt 10 pt 12 pt 18 pt 20 pt 50 80 100 110 120 150 200 300 Transparent White Black Red Green Blue Inline Block

www.codecogs.com


수식 깨질 때 참고

https://pasongsong.tistory.com/438

 

[Tistory] 티스토리 스킨 바꾸고 수식 적용 안될 때

이번에 티스토리 테마를 바꿨는데 갑자기 수식이 적용이 안 되는 문제가 발생했다. 글쓰기에서 HTML 모드로 들어가보니 원래는 그냥 로만 되어 있었는데 스킨 변경 후 data-ke-size="size16"이 추가가

pasongsong.tistory.com

 

728x90