mirror of
https://github.com/typst/typst
synced 2025-05-15 01:25:28 +08:00
Docs for Newton's notation for derivatives (#670)
This commit is contained in:
parent
f096b7b544
commit
a7dfed86c6
@ -29,21 +29,24 @@ pub struct AccentElem {
|
|||||||
///
|
///
|
||||||
/// Supported accents include:
|
/// Supported accents include:
|
||||||
///
|
///
|
||||||
/// | Accent | Name | Codepoint |
|
/// | Accent | Name | Codepoint |
|
||||||
/// | ------------ | --------------- | --------- |
|
/// | ------------- | --------------- | --------- |
|
||||||
/// | Grave | `grave` | <code>`</code> |
|
/// | Grave | `grave` | <code>`</code> |
|
||||||
/// | Acute | `acute` | `´` |
|
/// | Acute | `acute` | `´` |
|
||||||
/// | Circumflex | `hat` | `^` |
|
/// | Circumflex | `hat` | `^` |
|
||||||
/// | Tilde | `tilde` | `~` |
|
/// | Tilde | `tilde` | `~` |
|
||||||
/// | Macron | `macron` | `¯` |
|
/// | Macron | `macron` | `¯` |
|
||||||
/// | Breve | `breve` | `˘` |
|
/// | Breve | `breve` | `˘` |
|
||||||
/// | Dot | `dot` | `.` |
|
/// | Dot | `dot` | `.` |
|
||||||
/// | Diaeresis | `diaer` | `¨` |
|
/// | Double dot | `dot.double` | `¨` |
|
||||||
/// | Circle | `circle` | `∘` |
|
/// | Triple dot | `dot.triple` | <code>⃛</code> |
|
||||||
/// | Double acute | `acute.double` | `˝` |
|
/// | Quadruple dot | `dot.quad` | <code>⃜</code> |
|
||||||
/// | Caron | `caron` | `ˇ` |
|
/// | Diaeresis | `diaer` | `¨` |
|
||||||
/// | Right arrow | `arrow`, `->` | `→` |
|
/// | Circle | `circle` | `∘` |
|
||||||
/// | Left arrow | `arrow.l`, `<-` | `←` |
|
/// | Double acute | `acute.double` | `˝` |
|
||||||
|
/// | Caron | `caron` | `ˇ` |
|
||||||
|
/// | Right arrow | `arrow`, `->` | `→` |
|
||||||
|
/// | Left arrow | `arrow.l`, `<-` | `←` |
|
||||||
#[required]
|
#[required]
|
||||||
pub accent: Accent,
|
pub accent: Accent,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user