mirror of
https://github.com/typst/typst
synced 2025-05-18 11:05:28 +08:00
Document exact sizes of mathematical spaces (#4738)
This commit is contained in:
parent
3dbaf3a4ca
commit
d84a7e423b
@ -18,7 +18,8 @@ use crate::utils::Numeric;
|
||||
///
|
||||
/// # Mathematical Spacing { #math-spacing }
|
||||
/// In [mathematical formulas]($category/math), you can additionally use these
|
||||
/// constants to add spacing between elements: `thin`, `med`, `thick`, `quad`, `wide`.
|
||||
/// constants to add spacing between elements: `thin` (1/6 em), `med`(2/9 em),
|
||||
/// `thick` (5/18 em), `quad` (1 em), `wide` (2 em).
|
||||
#[elem(title = "Spacing (H)", Behave)]
|
||||
pub struct HElem {
|
||||
/// How much spacing to insert.
|
||||
|
Loading…
x
Reference in New Issue
Block a user