We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c50524 commit 3e1d4cdCopy full SHA for 3e1d4cd
crates/typst-library/src/math/style.rs
@@ -84,7 +84,7 @@ pub fn sans(
84
/// We establish $cal(P) != scr(P)$.
85
/// ```
86
///
87
-/// (ボックスは本来必要ありませんが、Typstの数式中におけるテキストスタイルの取り扱いに関する制約のため、現時点では残念ながら必要です。)
+/// (ボックスは概念的には不要ですが、現在のTypstの数式テキストスタイル処理の制約により必要です。)
88
#[func(title = "Calligraphic", keywords = ["mathcal", "mathscr"])]
89
pub fn cal(
90
/// スタイルを適用するコンテンツ。
0 commit comments