https://github.com/taichi-dev/cheatsheet
https://github.com/taichi-dev/cheatsheet
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/taichi-dev/cheatsheet
- Owner: taichi-dev
- Created: 2022-11-09T09:36:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T09:55:53.000Z (over 3 years ago)
- Last Synced: 2025-01-03T11:46:44.098Z (over 1 year ago)
- Language: TeX
- Size: 3.14 MB
- Stars: 31
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taichi Language Cheatsheet
## Preview for current Taichi version (v1.4.0)

## How to build
1. Go to the `fonts/` folder, run
```
make
```
to download the font files.
2. Use `xelatex` to compile the tex source file:
```bash
xelatex cheatsheet.tex
```