티스토리 뷰
LaTeX:Symbols
일반적으로 사용하는 LaTex symbols(수학 기호) 목록의 문서이다.
Contents
다른 기호 검색(Finding Other Symbols)
일반적인 기호를 찾기 위해 참고할 웹페이지는 다음과 같다.
-
Detexify 기호를 그려서 코드(code)를 찾을 수 있다.
-
MathJax (웹에서 사용 가능하게 하는 ) 지원하는 목록(list of supported commands).
-
많은 LaTeX Symbol 목록 문서.
일반 연산자 (Operators)
관계 연산자 (Relations)
Symbol | Command | Symbol | Command | Symbol | Command |
---|---|---|---|---|---|
\le | \ge | \neq | |||
\sim | \ll | \gg | |||
\doteq | \simeq | \subset | |||
\supset | \approx | \asymp | |||
\subseteq | \supseteq | \cong | |||
\smile | \sqsubset | \sqsupset | |||
\equiv | \frown | \sqsubseteq | |||
\sqsupseteq | \propto | \bowtie | |||
\in | \ni | \prec | |||
\succ | \vdash | \dashv | |||
\preceq | \succeq | \models | |||
\perp | \parallel | \gg | |||
\mid | \bumpeq | \ll |
Negations of many of these relations can be formed by just putting \not before the symbol, or by slipping an n between the \ and the word. Here are a few examples, plus a few other negations; it works for many of the others as well.
Symbol | Command | Symbol | Command | Symbol | Command |
---|---|---|---|---|---|
\nmid | \nleq | \ngeq | |||
\nsim | \ncong | \nparallel | |||
\not< | \not> | \not= | |||
\not\le | \not\ge | \not\sim | |||
\not\approx | \not\cong | \not\equiv | |||
\not\parallel | \nless | \ngtr | |||
\lneq | \gneq | \lnsim | |||
\lneqq | \gneqq |
To use other relations not listed here, such as =, >, and <, in LaTeX, you may just use the symbols on your keyboard.
그리스 문자 (Greek Letters)
Symbol | Command | Symbol | Command | Symbol | Command | Symbol | Command |
---|---|---|---|---|---|---|---|
\alpha | \beta | \gamma | \delta | ||||
\epsilon | \varepsilon | \zeta | \eta | ||||
\theta | \vartheta | \iota | \kappa | ||||
\lambda | \mu | \nu | \xi | ||||
\pi | \varpi | \rho | \varrho | ||||
\sigma | \varsigma | \tau | \upsilon | ||||
\phi | \varphi | \chi | \psi | ||||
\omega |
Symbol | Command | Symbol | Command | Symbol | Command | Symbol | Command |
---|---|---|---|---|---|---|---|
\Gamma | \Delta | \Theta | \Lambda | ||||
\Xi | \Pi | \Sigma | \Upsilon | ||||
\Phi | \Psi | \Omega |
화살표 (Arrows)
Symbol | Command | Symbol | Command |
---|---|---|---|
\gets | \to | ||
\leftarrow | \Leftarrow | ||
\rightarrow | \Rightarrow | ||
\leftrightarrow | \Leftrightarrow | ||
\mapsto | \hookleftarrow | ||
\leftharpoonup | \leftharpoondown | ||
\rightleftharpoons | \longleftarrow | ||
\Longleftarrow | \longrightarrow | ||
\Longrightarrow | \longleftrightarrow | ||
\Longleftrightarrow | \longmapsto | ||
\hookrightarrow | \rightharpoonup | ||
\rightharpoondown | \leadsto | ||
\uparrow | \Uparrow | ||
\downarrow | \Downarrow | ||
\updownarrow | \Updownarrow | ||
\nearrow | \searrow | ||
\swarrow | \nwarrow |
(For those of you who hate typing long strings of letters, \iff and \implies can be used in place of \Longleftrightarrow and \Longrightarrow respectively.)
점 (Dots)
Symbol | Command | Symbol | Command | Symbol | Command | Symbol | Command |
---|---|---|---|---|---|---|---|
\dots | |||||||
\cdots | |||||||
\ddots | |||||||
\iddots | |||||||
\vdots |
악샌트 (Accents)
Symbol | Command | Symbol | Command | Symbol | Command |
---|---|---|---|---|---|
\hat{x} | \check{x} | \dot{x} | |||
\breve{x} | \acute{x} | \ddot{x} | |||
\grave{x} | \tilde{x} | \mathring{x} | |||
\bar{x} | \vec{x} |
When applying accents to i and j, you can use \imath and \jmath to keep the dots from interfering with the accents:
Symbol | Command | Symbol | Command |
---|---|---|---|
\vec{\jmath} | \tilde{\imath} |
\tilde and \hat have wide versions that allow you to accent an expression:
Symbol | Command | Symbol | Command |
---|---|---|---|
\widehat{3+x} | \widetilde{abc} |
기타 (Others)
명령 기호 (Command Symbols)
명령어로 사용되는 기호들
Symbol | Command | Symbol | Command | Symbol | Command | Symbol | Command |
---|---|---|---|---|---|---|---|
\textdollar | \& | \% | \# | ||||
\_ | \{ | \} | \backslash |
(Warning: Using $ for will result in . This is a bug as far as we know. Depending on the version of this is not always a problem.)
가로 기호 (Bracketing Symbols)
수학에서 사용되는 다양한 가로 기호들
Symbol | Command | Symbol | Command | Symbol | Command |
---|---|---|---|---|---|
\{ | \} | \| | |||
\backslash | \lfloor | \rfloor | |||
\lceil | \rceil | \langle | |||
\rangle |
You might notice that if you use any of these to typeset an expression that is vertically large, like
- (\frac{a}{x} )^2
the parentheses don't come out the right size:
If we put \left and \right before the relevant parentheses, we get a prettier expression:
- \left(\frac{a}{x} \right)^2
gives
\left and \right can also be used to resize the following symbols:
Symbol | Command | Symbol | Command | Symbol | Command |
---|---|---|---|---|---|
\uparrow | \downarrow | \updownarrow | |||
\Uparrow | \Downarrow | \Updownarrow |
다양한 크기의 기호 (Multi-Size Symbols)
Some symbols render differently in inline math mode and in display mode. Display mode occurs when you use \[...\] or $$...$$, or environments like \begin{equation}...\end{equation}, \begin{align}...\end{align}. Read more in the commands section of the guide about how symbols which take arguments above and below the symbols, such as a summation symbol, behave in the two modes.
In each of the following, the two images show the symbol in display mode, then in inline mode.
Symbol | Command | Symbol | Command | Symbol | Command |
---|---|---|---|---|---|
\sum | \int | \oint | |||
\prod | \coprod | \bigcap | |||
\bigcup | \bigsqcup | \bigvee | |||
\bigwedge | \bigodot | \bigotimes | |||
\bigoplus | \biguplus |
'Old > tex' 카테고리의 다른 글
LaTex 행렬(Matrix) (0) | 2016.06.07 |
---|---|
LaTex 문서에 MATLAB code 삽입하기 (0) | 2016.04.15 |
Atom 편집기에서 Markdown LaTex 실시간 미리보기 (0) | 2016.04.13 |
El Captian 에서 MacTex (0) | 2016.03.19 |
Tex 시험지 양식 (0) | 2015.07.11 |
- Total
- Today
- Yesterday
- 바이리뷰
- 스팸
- iPhone
- 기상청
- KIA
- latex
- 임준혁
- 프로야구
- 수학
- matlab
- IOS
- 아이패드
- 2016 프로야구
- unconstrained
- OS X
- optimization
- 2016프로야구
- 새누리당
- 양현종
- 아이폰
- 대전
- 기아타이거즈
- 기아 야구
- 태풍
- kia타이거즈
- 박정수
- ipad
- 국토교통부
- 프로축구
- 농촌 진흥청
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |