본문 바로가기
개발환경

[vscode] Markdown+Math : vscode의 markdown에서 LaTeX수식 보기.

by ds31x 2024. 1. 1.

제목 그대로, markdown 파일에서 LaTex 수식을 미리보기 등에서 확인하기 위해 필요한 extension.

Official site

https://marketplace.visualstudio.com/items?itemName=goessner.mdmath

 

Markdown+Math - Visual Studio Marketplace

Extension for Visual Studio Code - LaTeX Math for Markdown ... with macros and more

marketplace.visualstudio.com


읽어보면 좋은 자료들

https://katex.org/docs/supported.html

 

KaTeX – The fastest math typesetting library for the web

Simple API, no dependencies – yet super fast on all major browsers.

katex.org

 

https://dsaint31.tistory.com/206?category=1006251

 

Tistory에 수식 넣기

mathjax를 사용하는 것이 가장 편함. 다음의 코드를 템플릿의 다음에 추가. 다음과 같은 $y=\int f(x) dx$ 수식이 잘 보이면 됨. $$ A=\begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \ \end{bmatrix} $$

dsaint31.tistory.com

 

728x90