A typst template for use in MLA formats.
Initialize a new project using this template:
typst init @preview/mla-template
Or specify a custom directory name:
typst init @preview/mla-template my-paper
Import the template in your Typst document:
#import "@preview/mla-template:0.1.0": *
#show: mla.with(
title: "Your Paper Title",
author: "Your Name",
professor: "Professor Name",
course: "Course Name",
date: datetime.today(),
)
// Your content here