Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions crates/typst-library/src/math/attach.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,18 @@ impl Packed<AttachElem> {
}
}

/// Grouped primes.
/// グループ化されたプライム記号。
///
/// ```example
/// $ a'''_b = a^'''_b $
/// ```
///
/// # Syntax
/// This function has dedicated syntax: use apostrophes instead of primes. They
/// will automatically attach to the previous element, moving superscripts to
/// the next level.
/// # 構文
/// この関数には専用の構文があり、primes関数の代わりにアポストロフィー記号を使います。
/// これらは自動的に前の要素に付加され、次の上付き文字のレベルに移動します。
#[elem(Mathy)]
pub struct PrimesElem {
/// The number of grouped primes.
/// グループ化するプライム記号の数。
#[required]
pub count: usize,
}
Expand Down
2 changes: 1 addition & 1 deletion website/translation-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"/docs/reference/math/frac/": "translated",
"/docs/reference/math/lr/": "untranslated",
"/docs/reference/math/mat/": "untranslated",
"/docs/reference/math/primes/": "untranslated",
"/docs/reference/math/primes/": "translated",
"/docs/reference/math/roots/": "translated",
"/docs/reference/math/sizes/": "untranslated",
"/docs/reference/math/stretch/": "untranslated",
Expand Down