LaTeX 수식과 기호, 수학·화학 입력 예시를 한데 모아 두는 실용 컬렉션이다. 직접 쓰는 패턴과 참고 링크가 섞여 있어 수식 입력 감각을 빠르게 되살리기에 좋다.
BIBLIOGRAPHY
관련노트
수식 입력 너무 중요하다 어쩔꺼야
[2024-09-26 Thu 11:16]
여기 다 있다. 이걸 참고하는게 나을 것이다.
분수 표기
4π = 1 − 31 + 51 − 71 + 91 − 111 + ⋯
4π = 1 − 31 + 51 − 71 + 91 − 111 + ⋯
131 테스트 131 테스트 131 테스트 131 테스트
분수 입력 \frac{1}{13}
시그마
cd α Φ $$
## Inline 인라인 {#inline}
```markdown { linenos=false,filename="page.md" }
This $\sigma(z) = \frac{1}{1 + e^{-z}}$ is inline.
```
This $\sigma(z) = \frac{1}{1 + e^{-z}}$ is inline.
## Separate Paragraph 단락 {#separate-paragraph}
```markdown { linenos=false,filename="page.md" }
$$F(\omega) = \int_{-\infty}^{\infty} f(t) e^{-j\omega t} \, dt$$
```
will be rendered as:
$$F(\omega) = \int_{-\infty}^{\infty} f(t) e^{-j\omega t} \\, dt$$
## Chemistry 화학 기호 {#chemistry}
Chemistry expressions are supported via
[mhchem](https://mhchem.github.io/MathJax-mhchem/) extension.
Inline: $\ce{H2O}$ is water.
Separate paragraph:
```markdown { linenos=false,filename="page.md" }
$$\ce{Hg^2+ ->[I-] HgI2 ->[I-] [Hg^{II}I4]^2-}$$
```
$$\ce{Hg^2+ ->[I-] HgI2 ->[I-] [Hg^{II}I4]^2-}$$
## <span class="org-hashtag">#관련링크</span> {#관련링크}
- [GitHub - tecosaur/LaTeX-auto-activating-snippets: Mirror of https://g-](https://github.com/tecosaur/LaTeX-auto-activating-snippets)
- [GitHub - ymarco/auto-activating-snippets: Snippets for Emacs that exp-](https://github.com/ymarco/auto-activating-snippets)
## WSL 레이텍스 Latex 설치 {#b0d94485-0333-4ea7-933c-d131278c2c0e}
## 관련메타 {#관련메타}
- [#레이텍 #수식 조판](/meta/20231004T183900.md)
Comments