File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments