Skip to content

bojohnson5/modern-iu-thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modern-iu-thesis

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],
    body-font-size: 11pt,
    caption-font-size: 11pt,
)

and

#iuquote(content)

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

About

IU thesis template in Typst

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages