mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-11 14:08:42 +00:00
committed by
Kevin Barabash
parent
0b7b4db7fc
commit
4dd0e2cdca
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user