Skip to content

mk3z/typst-aalto-bsc-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to use in your thesis

Clone repo into your thesis directory.

#import "typst-aalto-bsc-template/lib.typ": *

#show: styling

#intro(
  title: "Aalto bachelor's thesis template for Typst",
  author: "Teemu Teekkari",
  major: "Textile engineering",
  code: "SCI1234",
  teacher: "Leslie Lamport",
  supervisor: "Jaakko Turpela",
  summary: lorem(100),
  keywords: ("Typst", "typesetting"),
  language: "English",
  abbreviations: (("NTSC", "Never The Same Color"), ("PAL", "Perfect At Last")),
  date: datetime.today(),
)

= Introduction

= Foo

= Bar

== Baz

= Conclusion

#end(
  "../bibliography.bib",
  [
    #lorem(100)
  ],
)

About

Aalto bachelor's thesis template for Typst

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages