File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
crates/typst-library/src/math Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -81,19 +81,18 @@ impl Packed<AttachElem> {
8181 }
8282}
8383
84- /// Grouped primes.
84+ /// グループ化されたプライム記号。
8585///
8686/// ```example
8787/// $ a'''_b = a^'''_b $
8888/// ```
8989///
90- /// # Syntax
91- /// This function has dedicated syntax: use apostrophes instead of primes. They
92- /// will automatically attach to the previous element, moving superscripts to
93- /// the next level.
90+ /// # 構文
91+ /// この関数には専用の構文があり、primes関数の代わりにアポストロフィー記号を使います。
92+ /// これらは自動的に前の要素に付加され、次の上付き文字のレベルに移動します。
9493#[ elem( Mathy ) ]
9594pub struct PrimesElem {
96- /// The number of grouped primes.
95+ /// グループ化するプライム記号の数。
9796 #[ required]
9897 pub count : usize ,
9998}
Original file line number Diff line number Diff line change 8888 "/docs/reference/math/frac/" : " translated" ,
8989 "/docs/reference/math/lr/" : " untranslated" ,
9090 "/docs/reference/math/mat/" : " translated" ,
91- "/docs/reference/math/primes/" : " untranslated " ,
91+ "/docs/reference/math/primes/" : " translated " ,
9292 "/docs/reference/math/roots/" : " translated" ,
9393 "/docs/reference/math/sizes/" : " untranslated" ,
9494 "/docs/reference/math/stretch/" : " untranslated" ,
You can’t perform that action at this time.
0 commit comments