Skip to content

Commit bb3a06c

Browse files
authored
Merge pull request #100 from na4zagin3/feature/fix-doc-primitive
Fix types of documented primitives
2 parents 12f51ea + 132035a commit bb3a06c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/doc-primitives.saty

+4-4
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ document (|
216216
パディング指定\code{${p}},装飾4つ組指定\code{${ds}},
217217
内容\code{${ib}}の,途中で行分割可能なフレームを返す.
218218
}
219-
+commands [`embed-block-top`; `embed-block-bottom`] (tCTX --> (tL --> (tCTX --> tBB) --> tIB)) {
219+
+commands [`embed-block-top`; `embed-block-bottom`] (tCTX --> (tL --> ((tCTX --> tBB) --> tIB))) {
220220
\code{embed-block-top ${ctx} ${l} ${k}}
221221
で文脈\code{${ctx}}をテキスト幅に関して\code{${l}}に変更して
222222
継続\code{${k}}に渡し,
@@ -257,7 +257,7 @@ document (|
257257
高さ0のブロックボックス列.より正確には,任意のブロックボックス列\code{${bb}}に対して
258258
\code{${bb}}と\code{${bb} +++ block-nil}が全く等価に振舞うようになっている.
259259
}
260-
+command (`block-frame-breakable`) (tCTX --> (tPADS --> (tDECOSET --> (tCTX --> tBB) --> tBB))) {
260+
+command (`block-frame-breakable`) (tCTX --> (tPADS --> (tDECOSET --> ((tCTX --> tBB) --> tBB)))) {
261261
\code{block-frame-breakable ${ctx} ${pads} ${ds} ${k}}は
262262
文脈\code{${ctx}}をテキスト幅に関して\code{${pads}}を用いて変更して
263263
継続\code{${k}}に渡し,その結果のブロックボックス列を装飾\code{${ds}}のフレームで囲んだものを返す.
@@ -351,13 +351,13 @@ document (|
351351
+command (`text-in-math`) (tMATHCLS --> ((tCTX --> tIB) --> tMATH)) {
352352
数式中にインラインボックス列を埋め込む.
353353
}
354-
+command (`math-variant-char`) (tMATHCLS --> tMCSTY --> tMATH) {
354+
+command (`math-variant-char`) (tMATHCLS --> (tMCSTY --> tMATH)) {
355355
数式文字クラス指定(イタリック,ボールドローマン,スクリプトなど)に応じて変化する文字を定義する.
356356
}
357357
+command (`math-color`) (tCLR --> (tMATH --> tMATH)) {
358358
数式の文字色を変更する.
359359
}
360-
+command (`math-char-class`) (tMCCLS --> tMATH --> tMATH) {
360+
+command (`math-char-class`) (tMCCLS --> (tMATH --> tMATH)) {
361361
数式文字クラスを変更する.
362362
}
363363
>

0 commit comments

Comments
 (0)