Skip to content

mk3z/typst-aalto-bsc-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 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

#set text(lang: "en")

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

= Introduction

= Foo

= Bar

== Baz

= Conclusion

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

The arguments ending in -fi are not required if the document language is Finnish.

About

Aalto bachelor's thesis template for Typst

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages