Typst » 履歴 » リビジョン 2
リビジョン 1 (kanata, 2025/04/13 16:36) → リビジョン 2/6 (kanata, 2025/04/29 06:54)
# Typst 組版システム 技術同人誌用にテンプレートを作成してみた {{toc}} # Document 公式ドキュメント https://typst.app/docs [構文](https://typst.app/docs/reference/syntax/) Typst Forum https://forum.typst.app Typst Examples Book https://sitandr.github.io/typst-examples-book/book/about.html Typst v0.11.1 公式ドキュメントを、日本語コミュニティが非公式に翻訳したもの(翻訳中) https://typst-jp.github.io/docs/ 非プログラミング者のためのTypst公式ドキュメント攻略ガイド https://zrbabbler.hatenablog.com/entry/2024/05/02/125454 さらばTex。Typstの文法全集 〜1. マークアップ編〜 https://zenn.dev/yuhi_ut/articles/how2write-typst1 Typst 備忘録 -自作書式のサンプル- https://powercore.hatenablog.com/entry/2023/12/21/114030 Typstの使い方 https://kumaroot.readthedocs.io/ja/latest/typst/typst-usage.html やりたいことから始めるTypst https://qiita.com/tomoyatajika/items/649884befe95c5f1dcea Typst で製本用PDF を作りたい https://zenn.dev/nabetani/articles/c8deca489b4880 Typstで要素を横並びにして脚注にラベル付けする https://idukn.com/tech/typst-labels/ Typstでファイルを分割して本を書く https://zenn.dev/kawaxumax/articles/bf629f56cc2928 typstyle https://github.com/Enter-tainer/typstyle 糖衣構文と等価変換で理解するTypst文法〜#show句を中心に〜 https://qiita.com/Mya-Mya/items/9ffe8cfb9d38c49da6db Typst のお勉強 https://text.baldanders.info/typst/ Typst の中級者向け Tips https://zenn.dev/akamimi/articles/e3a5db3cb7e5e4#fnref-f50b-4 # Other Templates js - 奥村晴彦先生による日本語テンプレート https://typst.app/universe/package/js/ 自動制御連合講演会テンプレート https://rengo67.iscie.or.jp/info/manuscript_guidelne/ バーチャル学会要旨テンプレート Typst版 https://github.com/Geson-anko/vconf24_template_typst GitHub - hamataku/rinko_template_for_typst https://github.com/hamataku/rinko_template_for_typst Typst における高校数学テンプレート https://www.metaphysica.info/tools/typst-template/ 情報処理学会全国大会非公式 Typst テンプレート https://github.com/kajiLabTeam/ipsj-national-convention-typst-template Typst履歴書テンプレート https://github.com/Nikudanngo/typst-ja-resume-template オライリー風 Typst テンプレート https://github.com/shun-shobon/typst-oreilly-template レポート・論文組版向けTypstテンプレート「mgn901-paper-typ」 https://github.com/mgn901/mgn901-paper-typ # Tools tex2Typst https://qwinsi.github.io/tex2typst-webapp/ TypeScript graph https://github.com/ysk8hori/typescript-graph # About fonts typst フォント まとめ https://qiita.com/1taroh/items/aee1043d366a4a7c3219 Typstでレポートを作成しよう 前編【Typstシリーズ その2】 https://oucrc.net/articles/yzlr_eor0v/ Typstで英数字・日本語文字と見出し・本文の組み合わせごとにフォントを変える https://qiita.com/rockwell/items/280b4fd2109ef1e3c802 数学教材作成ソフトに LaTeX / typst を選ぶ理由 - フォントの利用条件 https://www.metaphysica.info/2022/material-creation-software/#フォントの利用条件 こういうことらしい * Microsoftに著作権があるフォントは、書籍などの印刷物,Webの画像,動画で商用利用可 * メイリオ,Segoe UI,Calibri,Trebuchet MS,Cambria Math(Office2007以降の「数式」中のフォント)など 確認方法は、C:\Windows\Fonts の各フォントのファイルを選択して右クリック→プロパティ →詳細で出てくる内容の「著作権」「商標」にMicrosoft Corporationと書かれていればOK("開く"をしないとプロパティが表示されない点に注意) ## Free Japanese Fonts(参考) 無料で商用利用も可!日本語フォント集 50選 https://www.figma.com/community/file/962582872978580227/50-50-free-japanese-fonts # Setup vscodeに * Tinymist Typst を入れるだけ超簡単 [Typst.app](https://typst.app)というWebサービスを使う方法もあります。[PWA](https://developer.mozilla.org/ja/docs/Web/Progressive_web_apps)対応なので、Android端末にアプリとしても[インストールできます](https://support.google.com/chrome/answer/9658361?hl=ja&co=GENIE.Platform%3DDesktop) # Template ## Requirements * 判型:A5 * フォントサイズ:Meiryo UI,9pt * 技術同人誌は左トジ * 余白 * 上余白(天):15mm * 下余白(地):15mm * ページ内側の余白(のど、とじしろ):18mm * ページ外側の余白(小口):10mm ## Template本体 * 以下の template.typ をダウンロードする * 同じフォルダに figure.png を格納する(どういう画像でも大丈夫) * *sample*の箇所は書き方を把握したら消す * *本文*に書きたいことを書く→完成!