diff options
| author | DVDTSB <66365801+DVDTSB@users.noreply.github.com> | 2023-09-26 11:29:43 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-26 10:29:43 +0200 |
| commit | 34b3f7237017ec9b4e463ad2a6d58d469258e66d (patch) | |
| tree | 427938cce8cba334fea31729e09ddc36fe2505da /crates/typst-library/src/layout | |
| parent | 63b5ced5db24c51ac8450283083c0488241f0bbe (diff) | |
Add `wide` spacing for math (#2224)
Diffstat (limited to 'crates/typst-library/src/layout')
| -rw-r--r-- | crates/typst-library/src/layout/spacing.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/layout/spacing.rs b/crates/typst-library/src/layout/spacing.rs index 868b3d50..50f66a8e 100644 --- a/crates/typst-library/src/layout/spacing.rs +++ b/crates/typst-library/src/layout/spacing.rs @@ -17,7 +17,7 @@ use crate::prelude::*; /// /// # Mathematical Spacing { #math-spacing } /// In [mathematical formulas]($category/math), you can additionally use these -/// constants to add spacing between elements: `thin`, `med`, `thick`, `quad`. +/// constants to add spacing between elements: `thin`, `med`, `thick`, `quad`, `wide`. #[elem(title = "Spacing (H)", Behave)] pub struct HElem { /// How much spacing to insert. |
