Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions examples/example.typ
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@ $ u = K_P e + K_I integral_0^t e d t $ <eq:PI-controller>
ただし、$K_P$ と $K_I$ はそれぞれ比例ゲイン、積分ゲインとする。

== 図と表
本稿を執筆時のバージョン Typst 0.13.1 では、PNG, JPEG, GIF, SVG の形式のイメージデータを挿入することができます。
PDFの挿入は muchpdfパッケージ(https://typst.app/universe/package/muchpdf)を使用すれば可能ですが、ここでは説明しません。
SVGとPNGの表示例としては以下の通りです。
```typ
#figure(
Expand Down
1 change: 1 addition & 0 deletions template/main.typ
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ $ u = K_P e + K_I integral_0^t e d t $ <eq:PI-controller>
// image("figs/quadratic.svg", width: 90%),
caption: [$x^2$ のグラフ],
) <fig:quadratic>
ここでplacementは、紙面の上(top)に寄せるか下(bottom)に寄せるかを決められます。言及している文章に近い方や見栄えが良い方に調整してください。

=== 定理環境 <sec:theorem>
以下はtheorem環境の使用例です。
Expand Down
2 changes: 0 additions & 2 deletions tests/test-compile-doc.typ
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,6 @@ $ u = K_P e + K_I integral_0^t e d t $ <eq:PI-controller>
ただし、$K_P$と$K_I$はそれぞれ比例ゲイン、積分ゲインとする。

== 図と表
本稿を執筆時のバージョンTypst 0.13.1では、PNG, JPEG, GIF, SVG の形式のイメージデータを挿入することができます。
PDFの挿入はmuchpdfパッケージ(https://typst.app/universe/package/muchpdf)を使用すれば可能ですが、ここでは説明しません。
SVGとPNGの表示例としては以下の通りです。
```typ
#figure(
Expand Down
Loading