Skip to content

Commit

Permalink
FIX typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kimushun1101 committed Aug 4, 2024
1 parent 2ba1904 commit 917c01a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.typ
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ VS Code の拡張機能である Tinymist Typst をインストールすれば
用語 A の定義を書きます.
]<def:definition1>
#lemma[
補題を書きます.タイトルは省力することもできます
補題を書きます.タイトルは省略することもできます
]<lem:lemma1>
#lemma("補題 C")[
補題を書きます.番号は定義や補題ごとに 1 からカウントします.
Expand Down Expand Up @@ -324,7 +324,7 @@ table の columns の数に応じて,文字列の配列が自動的に整列
用語 A の定義を書きます.
]<def:definition1>
#lemma[
補題を書きます.タイトルは省力することもできます
補題を書きます.タイトルは省略することもできます
]<lem:lemma1>
#lemma("補題 C")[
補題を書きます.番号は定義や補題ごとに 1 からカウントします.
Expand Down

0 comments on commit 917c01a

Please sign in to comment.