Created
December 2, 2024 01:33
-
-
Save terasakisatoshi/a3e3be0de4837b241b7f04864415b099 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| title: "Introduction to ゴマちゃん" | |
| author: GomahuAzarashi | |
| style: | |
| mainfont: "Source Sans Pro" | |
| format: typst | |
| pdf-engine: typst | |
| --- | |
| # Introduction | |
| ゴマちゃんだよ | |
| Gomakyukkyu | |
| ゴマちゃーーーーん | |
| Goma | |
| $$ | |
| 1 + 1 = 2 | |
| $$ | |
| ```julia | |
| function main() | |
| println("Hello from Quarto + Typst") | |
| end | |
| ``` | |
| Quarto を事前にインストールする `quarto` というコマンドが使えるようになる.typst を使いたいので | |
| ```sh | |
| $ brew install typst | |
| ``` | |
| も行っておく.この文章は下記のコマンドでビルドされている | |
| ```sh | |
| $ quarto render sample.qmd --to pdf --toc && open sample.pdf | |
| ``` | |
| # 参考になった文献 | |
| - [mandaRa, Quartoの出力形式をTypstにして日本語PDFを簡単に出力する](https://scrapbox.io/mandaRa/Quarto%E3%81%AE%E5%87%BA%E5%8A%9B%E5%BD%A2%E5%BC%8F%E3%82%92Typst%E3%81%AB%E3%81%97%E3%81%A6%E6%97%A5%E6%9C%AC%E8%AA%9EPDF%E3%82%92%E7%B0%A1%E5%8D%98%E3%81%AB%E5%87%BA%E5%8A%9B%E3%81%99%E3%82%8B) | |
| - [Haruhiko Okumura, Typst入門](https://okumuralab.org/~okumura/misc/241111.html) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment