A mathematical-oriented template and work environment for Typst.
Go to file
orca 2a069f4a0d
Typo.
2024-04-23 09:53:08 +02:00
source Changed default font size. 2024-03-29 09:32:55 +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 Typo. 2024-04-23 09:53:08 +02: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 its usage.

Run make manual to compile it.