* Add \>

* Update snapshot
This commit is contained in:
ylemkimon
2018-10-25 11:04:00 +09:00
committed by Kevin Barabash
parent 0b7b4db7fc
commit 4dd0e2cdca
6 changed files with 22 additions and 15 deletions

View File

@@ -233,17 +233,18 @@ KaTeX also supports `\llap`, `\rlap`, and `\clap`, but they will take only text,
|:----------------|:-------------------|:---------------------|:--------------------------------------|
| `\,` | ³∕₁₈ em space | `\kern{distance}` | space, width = *distance*
| `\thinspace` | ³∕₁₈ em space | `\mkern{distance}` | space, width = *distance*
| `\:` | ⁴∕₁₈ em space | `\mskip{distance}` | space, width = *distance*
| `\medspace` | ⁴∕₁₈ em space | `\hskip{distance}` | space, width = *distance*
| `\;` | ∕₁₈ em space | `\hspace{distance}` | space, width = *distance*
| `\thickspace` | ⁵∕₁₈ em space | `\hspace*{distance}` | space, width = *distance*
| `\enspace` | ½ em space | `\phantom{content}` | space the width and height of content
| `\quad` | 1 em space | `\hphantom{content}` | space the width of content
| `\qquad` | 2 em space | `\vphantom{content}` | a strut the height of content
| `~` | non-breaking space | `\!` | ³∕₁₈ em space
| `\<space>` | space | `\negthinspace` | ³∕₁₈ em space
| `\nobreakspace` | non-breaking space | `\negmedspace` | ⁴∕₁₈ em space
| `\space` | space | `\negthickspace` | ⁵∕₁₈ em space
| `\>` | ⁴∕₁₈ em space | `\mskip{distance}` | space, width = *distance*
| `\:` | ⁴∕₁₈ em space | `\hskip{distance}` | space, width = *distance*
| `\medspace` | ∕₁₈ em space | `\hspace{distance}` | space, width = *distance*
| `\;` | ⁵∕₁₈ em space | `\hspace*{distance}` | space, width = *distance*
| `\thickspace` | ⁵∕₁₈ em space | `\phantom{content}` | space the width and height of content
| `\enspace` | ½ em space | `\hphantom{content}` | space the width of content
| `\quad` | 1 em space | `\vphantom{content}` | a strut the height of content
| `\qquad` | 2 em space | `\!` | ³∕₁₈ em space
| `~` | non-breaking space | `\negthinspace` | ³∕₁₈ em space
| `\<space>` | space | `\negmedspace` | ⁴∕₁₈ em space
| `\nobreakspace` | non-breaking space | `\negthickspace` | ⁵∕₁₈ em space
| `\space` | space |
</div>