# Latexに関するメモ

### よく使うやつ
|記号|Latex記法|備考|
|-|-|-|
|→|`\to`|
|∈|`\in`|集合は元(要素)を含む
|∘|`\circ`|関数・射の合成|
|∙|`\bullet`|
|斜体にしない|`\rm{...}`|
|:=|`\coloneqq`|定義|
|ほんのちょっとのスペース|`\,`|3/18 em（半角スペースが4/18emくらい）|

### mathlandscape.com
- [【LaTeX】矢印(写像,極限,同値)のコマンド107個一覧](https://mathlandscape.com/latex-arrow/)
- [【LaTeX】集合演算子のコマンド110個一覧](https://mathlandscape.com/latex-set/)
- [【LaTeX】論理記号(否定,かつ,または,任意,存在など)一覧](https://mathlandscape.com/latex-logic/)
- [【LaTeX】水平方向の空白(スペース)のコマンド11個](https://mathlandscape.com/latex-hspace/)