Skip to content

chantakan/jsass-typst-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSASS 年会講演会の原稿

JSASS 年会講演会の原稿を Typst で書くための非公式テンプレート

公式 Word テンプレートのレイアウトを再現しています。フォント同梱済み、clone してすぐ使えます。

使い方

git clone https://github.com/<your-username>/jsass-typst-template.git
cd jsass-typst-template
typst compile --font-path fonts jsass-57nenkai.typ

VS Code で使う場合は Tinymist をインストールしてください。.vscode/settings.json 同梱済みなのでプレビューがそのまま動きます。

書き方

ファイル冒頭のユーザ設定を書き換えて、本文を書くだけです。

#let paper-id  = "1A01"
#let title-ja  = "あなたの論文タイトル"
#let title-en  = "Your Paper Title"

#let authors-ja = (
  (name: "山田太郎", presenter: true),
  (name: "鈴木花子", presenter: false),
)
#let affiliation-ja = "○○大学"

見出しは = / == / === で自動番号が付きます。

= はじめに           // → 1.はじめに
= 手法               // → 2.手法
== 提案手法           // → 2-1 提案手法
=== アルゴリズム      // → 2-1-1 アルゴリズム

参考文献は refs.bib に追加して @key で引用すると [1] 形式で表示されます。

ライセンス

テンプレート本体: MIT License

同梱フォント(fonts/ 内にライセンス全文あり):

About

第57期 JSASS 年会講演会 原稿テンプレート(Typst版)| Typst template for JSASS annual meeting papers

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors