Universe
Create project in app

IU thesis template in Typst

Simple template which meets thesis and dissertation requirements of IU Bloomington’s Graduate School. This template provides a couple functions:

#show: thesis.with(
    title: [content],
    author: [content],
    dept: [content],
    year: [content],
    month: [content],
    day: [content],
    committee: (
        (
            name: "Person 1",
            title: "Ph.D.",
        ),
    ),
    dedication: [content],
    acknowledgement: [content],
    abstract: [content],
)

and

#iuquote(content)

Everything else follows along with basic Typst syntax such as headings, figures, tables, etc. See the provided template as an example.