Notion Latex 함수

Tags
Utils
ID matched
Created
Apr 28, 2023 04:47 PM
Last Updated
Last updated July 15, 2023
 
 

노션에 Latex 추가

  • \equation 라고 입력하면 다음의 이미지와 같이 Latext 활성화
    • notion image
  • Inline equation
    • 글자 단위의 Latex
  • Block equation
    • 블록 단위의 Latex
 
 

Letters

 
 
\alpha \\ \beta \\ \theta \\ \sigma
 

Operators

 
\div \\ \And \\ \times
 
 

Operators

 
\ge \\ \geqq \\ \leq \\ \leqq
 

Environments

 
 
 
\begin{bmatrix} a & b \\ c & d \end{bmatrix}
 
 
x = \begin{cases} a &\text{if } b \\ c &\text{if } d \end{cases}
 
 

참고