mirror of
https://github.com/typst/typst
synced 2025-08-20 01:48:34 +08:00
Compare commits
2 Commits
4ee673d6b5
...
7e8adb405e
Author | SHA1 | Date | |
---|---|---|---|
|
7e8adb405e | ||
|
93663710ec |
@ -503,6 +503,10 @@ pub struct FigureCaption {
|
|||||||
#[default(OuterVAlignment::Bottom)]
|
#[default(OuterVAlignment::Bottom)]
|
||||||
pub position: OuterVAlignment,
|
pub position: OuterVAlignment,
|
||||||
|
|
||||||
|
/// The figure's supplement.
|
||||||
|
#[synthesized]
|
||||||
|
pub supplement: Option<Content>,
|
||||||
|
|
||||||
/// The separator which will appear between the number and body.
|
/// The separator which will appear between the number and body.
|
||||||
///
|
///
|
||||||
/// If set to `{auto}`, the separator will be adapted to the current
|
/// If set to `{auto}`, the separator will be adapted to the current
|
||||||
@ -542,10 +546,6 @@ pub struct FigureCaption {
|
|||||||
#[synthesized]
|
#[synthesized]
|
||||||
pub kind: FigureKind,
|
pub kind: FigureKind,
|
||||||
|
|
||||||
/// The figure's supplement.
|
|
||||||
#[synthesized]
|
|
||||||
pub supplement: Option<Content>,
|
|
||||||
|
|
||||||
/// How to number the figure.
|
/// How to number the figure.
|
||||||
#[synthesized]
|
#[synthesized]
|
||||||
pub numbering: Option<Numbering>,
|
pub numbering: Option<Numbering>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user