From 87916dc9b30aad5ab1a07831f15d0ec6f9c56b68 Mon Sep 17 00:00:00 2001 From: ultimatile Date: Mon, 29 Sep 2025 19:35:44 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=EF=BC=88=E4=B8=8B=EF=BC=89=E4=BB=98?= =?UTF-8?q?=E3=81=8D=E6=B7=BB=E3=81=88=E5=AD=97=E2=86=92=E4=B8=8A=EF=BC=88?= =?UTF-8?q?=E4=B8=8B=EF=BC=89=E4=BB=98=E3=81=8D=E6=96=87=E5=AD=97=E3=81=AB?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/reference/language/syntax.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/language/syntax.md b/docs/reference/language/syntax.md index 1d89db814..ea1b354f8 100644 --- a/docs/reference/language/syntax.md +++ b/docs/reference/language/syntax.md @@ -65,8 +65,8 @@ Typstは、最も一般的な文書要素に対する組み込みのマークア | ----------------------- | ----------------------- | ------------------------------------ | | インライン数式 | `[$x^2$]` | [Math]($category/math) | | ブロック数式 | `[$ x^2 $]` | [Math]($category/math) | -| 下付き添え字 | `[$x_1$]` | [`attach`]($category/math/attach) | -| 上付き添え字 | `[$x^2$]` | [`attach`]($category/math/attach) | +| 下付き文字 | `[$x_1$]` | [`attach`]($category/math/attach) | +| 上付き文字 | `[$x^2$]` | [`attach`]($category/math/attach) | | 分数 | `[$1 + (a+b)/5$]` | [`frac`]($math.frac) | | 改行 | `[$x \ y$]` | [`linebreak`]($linebreak) | | 揃え位置 | `[$x &= 2 \ &= 3$]` | [Math]($category/math) |