A mathematical-oriented template and work environment for Typst.
Go to file
orca 5347a9aabd
Added a manual file.
Resolves #3.
2024-02-04 08:25:38 +01:00
source Added a manual file. 2024-02-04 08:25:38 +01:00
.gitignore Closes #1. 2024-01-21 11:41:48 +01:00
LICENSE Initial commit. 2024-01-16 08:13:37 +01:00
README.md Added a manual file. 2024-02-04 08:25:38 +01:00
makefile Added a manual file. 2024-02-04 08:25:38 +01:00

README.md

math-typst

A mathematical-oriented template and work environment for Typst.

How to use

Clone the repository, and start writing your paper in source/user/main.typ.

I recommend you run make watch to make use of incremental compilation. Then, run make view, after setting the PDF_VIEWER shell variable. Now, just save your file whenever you wish to update the PDF.

For an example of how this looks, see this image.

When there will be updates, run git pull.

How to get started

See the source/manual.typ file for an example of it's usage.

Run make manual to compile it.