m

modern-mla

@preview

Template for MLA formats

v0.1.0
MIT
Template

Package Information

Last Updated
Authors
Dzming Li
Categories
paperreport

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/modern-mla:0.1.0

2. Initialize from template

Create a new project from this template:

typst init @preview/modern-mla:0.1.0

Version History

0.1.0
d8e4e56a17e6...

modern-mla

A typst template for use in MLA formats.

Usage

Initialize a new project using this template:

typst init @preview/modern-mla

Or specify a custom directory name:

typst init @preview/modern-mla my-paper

Method 2: Manual import

Import the template in your Typst document:

#import "@preview/modern-mla: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