c

casson-uom-thesis

@preview

Typst template based upon The University of Manchester Presentation of Theses Policy which relates to the examination of doctoral and MPhil degrees at The University of Manchester and applies to full-time and part-time postgraduate research students of the following degrees: Doctoral degrees: Doctor of Philosophy (PhD); Doctor of Medicine (MD) Doctor of Business Administration (DBA); Professional, Engineering and Enterprise Doctorates; Master of Philosophy (MPhil). This template has been checked to be compliant with the 2024 requirements. Responsibility for ensuring compliance with the University of Manchester Presentation of Theses Policy remains with the candidate.

v0.1.1
MIT-0
Template

Package Information

Last Updated
Categories
thesis

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/casson-uom-thesis:0.1.1

2. Initialize from template

Create a new project from this template:

typst init @preview/casson-uom-thesis:0.1.1

Version History

0.1.1
222f7b56b83e...
0.1.0
5cdbdc2120e4...

Typst PhD thesis template for the University of Manchester

Typst template based upon The University of Manchester Presentation of Theses Policy which relates to the examination of doctoral and MPhil degrees at The University of Manchester and applies to full-time and part-time postgraduate research students of the following degrees: Doctoral degrees: Doctor of Philosophy (PhD); Doctor of Medicine (MD) Doctor of Business Administration (DBA); Professional, Engineering and Enterprise Doctorates; Master of Philosophy (MPhil). This template has been checked to be compliant with the 2024 requirements. Responsibility for ensuring compliance with the University of Manchester Presentation of Theses Policy remains with the candidate.

Using the template on typst.app

The template should ultimately be available on Typst Universe as casson_uom_thesis. Create an account at Typst.app and start a new project by clicking on Start from template and searching for casson_uom_thesis.

Alternatively, you can download files from the template repository and upload them to your project folder. If doing this, in main.typ comment out

#import "@preview/casson-uom-thesis:0.1.1": *

and instead uncomment

//#import "casson-uom-thesis.typ": *

Local installation

If Typst Universe is online, the template will be downloaded automatically to

$CACHEDIR/typst/packages/preview/casson-uom-thesis/$VERSION/

when you run the command

typst init @preview/cason-uom-thesis:$VERSION thesis_project_name

$VERSION should be 0.1.1. The value $CACHEDIR for your OS can be discovered from https://docs.rs/dirs/latest/dirs/fn.cache_dir.html.

You should then be able to run

typst compile main.typ

or

typst compile --pdf-standard a-2b main.typ

to compile the document .

Usage

The template takes a number of options (e.g. font, font size, whether the optional front-matter items are displayed). These are detailed in main.typ and should be faily obvious.