s

strath-maestrum

@preview

A template that replicates the Strathclyde MAE Interim Report

v0.0.1
MIT
Template

Package Information

Last Updated
Categories
office

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/strath-maestrum:0.0.1

2. Initialize from template

Create a new project from this template:

typst init @preview/strath-maestrum:0.0.1

Version History

0.0.1
8facb6978cb0...

Strath-MAEstrum

Unofficial Typst Template for MAE courseworks at Strathclyde

Usage

This example should (almost) replicate the template seen on MyPlace:

#import "@preview/strath-maestrum:0.0.1": *

#show: body => report(
  class: [ME123: Introduction to Example Topic],
  title: [Title of Interim Report],
  author: [Joe Bloggs],
  number: [202512345],
  supervisor: [Dr Jane Doe],
  date: [#datetime.today().display("[day]/[month]/[year]")],
  abstract: [#lorem(100)],
  coverpage-image: none, // add the image on the cover page here as image(path)
  header-image: none,    // add the image in the header here as image(path)
  body
)

= Introduction

== Sub-section

=== Sub-sub-section

= Literature Review

= Methodology

#figure(
  table(
    columns: 3,
    [],[Step],[Comment],
    [1],[Add a `caption` argument to `#figure`],[The `show` rule sets the caption position],
    [2],[Add the caption text in square brackets],[Add a `<tag>` after the figure to reference it later]
    
  ), caption: [How to insert a caption]
) <tableexample>

= Results
#figure(
image("MSWord.png"),
caption: [The Caption pop out window from the References Tab in Microsoft Word @source]
) <screenshot>

= Discussion

= Conclusion

#pagebreak()
#show bibliography: set heading(numbering: "1.1.")
#bibliography("bib.yml", title: [References], )


Any image path can replace "MSWord.png".
Please download the coverpage and header images from MyPlace