An open API service indexing awesome lists of open source software.

https://github.com/taichi-dev/cheatsheet


https://github.com/taichi-dev/cheatsheet

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Taichi Language Cheatsheet

## Preview for current Taichi version (v1.4.0)

![cheatsheet](https://user-images.githubusercontent.com/23307174/212649338-c6c355bc-7f32-41aa-8647-4376e1163d12.png)

## 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
```