본문 바로가기
개발환경

[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


2025.01.17 - [utils] - [summary] vscode

 

[summary] vscode

vscode 소개 (visual studio 와 비교)https://ds31x.blogspot.com/2023/07/env-visual-studio-code-and-visual-studio.html?view=classic [Env] Visual Studio Code and Visual StudioVisual Studio Code (vscode)는 Visual Studio와 달리, code editor임을 강

ds31x.tistory.com