mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +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:
|
||||
///
|
||||
/// | Accent | Name | Codepoint |
|
||||
/// | ------------ | --------------- | --------- |
|
||||
/// | Grave | `grave` | <code>`</code> |
|
||||
/// | Acute | `acute` | `´` |
|
||||
/// | Circumflex | `hat` | `^` |
|
||||
/// | Tilde | `tilde` | `~` |
|
||||
/// | Macron | `macron` | `¯` |
|
||||
/// | Breve | `breve` | `˘` |
|
||||
/// | Dot | `dot` | `.` |
|
||||
/// | Diaeresis | `diaer` | `¨` |
|
||||
/// | Circle | `circle` | `∘` |
|
||||
/// | Double acute | `acute.double` | `˝` |
|
||||
/// | Caron | `caron` | `ˇ` |
|
||||
/// | Right arrow | `arrow`, `->` | `→` |
|
||||
/// | Left arrow | `arrow.l`, `<-` | `←` |
|
||||
/// | Accent | Name | Codepoint |
|
||||
/// | ------------- | --------------- | --------- |
|
||||
/// | Grave | `grave` | <code>`</code> |
|
||||
/// | Acute | `acute` | `´` |
|
||||
/// | Circumflex | `hat` | `^` |
|
||||
/// | Tilde | `tilde` | `~` |
|
||||
/// | Macron | `macron` | `¯` |
|
||||
/// | Breve | `breve` | `˘` |
|
||||
/// | Dot | `dot` | `.` |
|
||||
/// | Double dot | `dot.double` | `¨` |
|
||||
/// | Triple dot | `dot.triple` | <code>⃛</code> |
|
||||
/// | Quadruple dot | `dot.quad` | <code>⃜</code> |
|
||||
/// | Diaeresis | `diaer` | `¨` |
|
||||
/// | Circle | `circle` | `∘` |
|
||||
/// | Double acute | `acute.double` | `˝` |
|
||||
/// | Caron | `caron` | `ˇ` |
|
||||
/// | Right arrow | `arrow`, `->` | `→` |
|
||||
/// | Left arrow | `arrow.l`, `<-` | `←` |
|
||||
#[required]
|
||||
pub accent: Accent,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user