Skip to content

Commit 098f2fe

Browse files
authored
docs/tutorial/2-formattingのタイポを修正 (#171)
1 parent 9c7cb23 commit 098f2fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/tutorial/2-formatting.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: Typstチュートリアル
99
この章では、Typstの組版システムを使ってレポートの体裁を整える方法を示します。
1010

1111
## setルール { #set-rule }
12-
前章で見たように、Typstにはコンテンツを_挿入する_関数(例:[`image`]関数)と、引数として受け取ったコンテンツを*操作する*関数(例:[`align`]関数)があります。
12+
前章で見たように、Typstにはコンテンツを _挿入する_ 関数(例:[`image`]関数)と、引数として受け取ったコンテンツを*操作する*関数(例:[`align`]関数)があります。
1313
たとえば、フォントを変更したいとき、最初に思いつくことは、それを行う関数を探して、その関数で文書全体を囲むことでしょう。
1414

1515
```example
@@ -153,7 +153,6 @@ text関数の引数リストにいるとき、補完パネルで利用可能な
153153
垂直配置と水平配置を `{+}` 演算子で組み合わせることで2次元配置を指定できます。
154154

155155
## 洗練のヒント { #sophistication }
156-
can do this by setting the `numbering` parameter of the [`heading`]($heading) function. -->
157156
文書をより明確に構成するために、今度は見出しに番号を付けたいと思います。
158157
これを行うには、[`heading`]関数の`numbering`パラメーターを設定します。
159158

0 commit comments

Comments
 (0)