A Typst
suite of environments/macros for ease of taking notes or doing problem sets in Mathematics, Computer Science, and Physics.
Typst
is required to use this package. You can get started by checking out the integrated language serviceTinymist
or by referring to Typst's installation page. Note thatTinymist
currently supportsVSCode
,NeoVim
,Emacs
,Sublime Text
,Helix
, andZed
.
-
Clone this repository somewhere locally on your machine.
-
cd
into the repository and use the setup script in./scripts
matching your operating system to install. (The Windows install script is currently still experimental.) Refer to the Typst Packages repository for more information. -
Test whether the installation worked by opening a new
.typ
file in any directory with the following code:#import "@local/superTemplate:0.1.3": * #import math_mod: * #show: basic #cyc(1, 2, 3) Hello world!
If you're able to render the pdf, you're good to go.
-
Check out the examples in
./examples
to get started.