https://github.com/kimushun1101/rengo2024-typst
第67回自動制御連合講演会のテンプレート
https://github.com/kimushun1101/rengo2024-typst
Last synced: 3 months ago
JSON representation
第67回自動制御連合講演会のテンプレート
- Host: GitHub
- URL: https://github.com/kimushun1101/rengo2024-typst
- Owner: kimushun1101
- License: mit-0
- Created: 2024-07-06T06:14:54.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T01:09:41.000Z (10 months ago)
- Last Synced: 2025-02-08T22:28:32.391Z (4 months ago)
- Language: Typst
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-en.md
- License: LICENSE.MD
Awesome Lists containing this project
README
# rengo2024-typst
This is a template for writing the manuscript of the 67th Japan Joint Automatic Control Conference Proceedings in Typst.
For an overview of Typst, please click https://typst.app/docs/tutorial/writing-in-typst/.| Files | Description |
| ------------- | ------------------------------------------- |
| sample-en.typ | Source code of the template in Typst |
| fig1.svg | Sample figure |
| refs.yml | Reference list in YAML format |
| refs.bib | Reference list in BiBTeX format |
| libs/rengo-en/lib.typ | Style file of the manuscript |
| libs/rengo-en/rengo.csl | Style file of the reference list |`sample.typ` and `libs/rengo` are template files for Japanese manuscripts.
## How to use it
The latest version of this template is available on [GitHub Releases page](https://github.com/kimushun1101/rengo2024-typst/releases/latest).
If you are familiar with GitHub, you can use `git clone`, `use this template`, and so on.### On VS Code
1. Install [VS Code](https://code.visualstudio.com/).
2. Open this folder with `File`→`Open Folder` on VS Code.
3. Install [Tinymist Typst](https://marketplace.visualstudio.com/items?itemName=myriad-dreamin.tinymist) Extension.
4. Open `main.typ` from Explorer (`Ctrl` + `Shift` + `E`)
5. Check the Preview (`Ctrl` + `K` and then `V`)
6. Save the file (`Ctrl` + `S`) and PDF file will be exported.### On the official Web App
1. Make your account on https://typst.app/.
2. Start a new project from `New project` or `Empty document`.
3. Open `Explorer files` tab, and `libs/rengo-en` folder from `Create a new folder`, and then upload `libs/rengo-en/lib.typ` and `libs/rengo-en/rengo.csl`.
4. Upload `sample-en.typ`, `fig1.svg`, and `refs.yml`.
5. Select `sample-en.typ` and it will be compiled.### The others
On the other editors, similar extensions may be provided.
It can also be compiled via the command line interface (CLI).
```
typst compile sample.typ
```
For CLI installation, see https://github.com/typst/typst?tab=readme-ov-file#installation.## License
Typst files : MIT No Attribution
CSL files : Creative Commons Attribution-ShareAlike 3.0 License