Skip to content

UtkarshVerma/sleek-university-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The sleek-university-assignment package

A sleek Typst template for writing university assignments.

Usage

To use this template, simply import it from the Typst Universe.

#import "@preview/sleek-university-assignment:0.1.0": assignment

#show: assignment.with(
  title: "Assignment",
  authors: (
    (
      name: "John Doe",
      email: "[email protected]",
      student-no: "123/XXX",
    ),
  ),
  course: "CSXXXX: Cryptography",

  // NOTE: Optionally specify this for a university logo on the first page.
  // university-logo: image("./images/uni-logo.svg"),
)

<Your content here>

For further details, please refer to the manual.

About

A university assignment template for Typst.

Resources

License

Stars

Watchers

Forks

Packages

No packages published