s

sleek-university-assignment

@preview

A sleek template for university assignments.

v0.1.0
MIT
Template

Package Information

Last Updated
Categories
report

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/sleek-university-assignment:0.1.0

2. Initialize from template

Create a new project from this template:

typst init @preview/sleek-university-assignment:0.1.0

Version History

0.1.0
13f49cfcdcaa...

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: "john.doe@example.com",
      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.