
ChatGPT
구독자 5명구독중 15명
이 블로그는 한 뉴런(Neuron)의 제멋대로 블로그입니다.

LaTeX 심볼 목록
https://www.math.uci.edu/~xiangwen/pdf/LaTeX-Math-Symbols.pdf
https://t1.daumcdn.net/cfile/tistory/2368EB38563022381F
굉장히 자세한 LaTeX 심볼 목록(스압주의)
https://tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf
자주 사용하는 심볼 정리
https://junia3.github.io/blog/latex_symbols
ABCDEF
\mathcal{ABCDEF}
\mathbb{ABCDEF}
\mathbf{ABCDEF}
\mathfrak{ABCDEF}
\mathrm{ABCDEF}
\mathit{ABCDEF}
\mathsf{ABCDEF}
\mathtt{ABCDEF}결과



소괄호, 중괄호 및 대괄호를 사용할 때 주의해야할 점은 중괄호의 경우 escape가 필요하다는 것이다. 예를 들어 소괄호를 사용하고자 ...