본문 바로가기
기타 정보

Tistory 블로그에 수식 넣기

by 귤이두번 2022. 4. 21.

스킨 편집 하기

 

1. 블로그 관리에 들어간다

 

2. 꾸미기 - 스킨 편집에 들어간다

 

3. html편집을 누른다

 

4. HTML에서 <head></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"></script>

 

 

수식 입력 하기

- LaTeX 수식 

- 실험해보니 기본모드로도 가능하다. 복붙등으로 인해 잘 되지 않는 경우 글쓰기 모드를 HTML로 바꿔서 쓰는 경우가 많은 것 같다

 

1. 문단으로 입력

- 수식의 앞 뒤를 $$로 묶어준다

 

$$ L(Θ) = \frac{1}{n} \sum^n_{i=1} \| F (Y_i;Θ)-X_i \|^2 $$

 

$$ L(Θ) = \frac{1}{n} \sum^n_{i=1} \| F (Y_i;Θ)-X_i \|^2    $$

 

2. 문장안에 입력

- 수식의 앞 뒤를 $로 묶어준다

 

$Θ = {W1, W2, W3, B1, B2, B3}$

 

Learning the end-to-end mapping function $F$ requires the estimation of network parameters $Θ = {W1, W2, W3, B1, B2, B3}$.

 

 

 


 

LaTeX 수식 입력 사이트

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

 

다양한 LaTeX 수식 표현법 참고

https://ko.overleaf.com/learn/latex/Aligning_equations_with_amsmath

 

Aligning equations with amsmath - Overleaf, 온라인 LaTex 편집기

사용하기 쉬운 온라인 LaTex 편집기. 설치 필요없음. 실시간 협업. 버전 관리. 수백 개의 LaTex 템플릿. 그리고 그 이상.

ko.overleaf.com

'기타 정보' 카테고리의 다른 글

Image Pyramids  (0) 2022.05.22
[Pytorch] Pytorch로 GPU 사용 가능한지 확인하기  (0) 2022.05.15
Optical Flow  (0) 2022.04.01
논문 scheme 뜻  (0) 2022.03.06
Video Super Resolution Based on Deep Learning  (0) 2022.02.28

댓글