Skip to content

EsotericSquishyy/superTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

superTemplate

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 service Tinymist or by referring to Typst's installation page. Note that Tinymist currently supports VSCode, NeoVim, Emacs, Sublime Text, Helix, and Zed.

Installation

  1. Clone this repository somewhere locally on your machine.

  2. 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.

  3. 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.

  4. Check out the examples in ./examples to get started.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published