g

gallus-hsg

@preview

Thesis at the University of St. Gallen (HSG)

v1.1.0
MIT
Template

Package Information

Last Updated
Categories
thesis

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/gallus-hsg:1.1.0

2. Initialize from template

Create a new project from this template:

typst init @preview/gallus-hsg:1.1.0

Version History

1.1.0
23a3aa824a02...
1.0.1
aaf1422618d1...
1.0.0
22c498ccfe10...

thesis-template-typst

This repository provides a unofficial Typst template for writing your Bachelor's or Master's thesis at the HSG (University of St. Gallen). It includes a thesis template. For more information about writing a thesis at the HSG, please visit the HSG Student Web (Login required).

Note: This is only a template. You have to adapt the template to your thesis and discuss the structure of your thesis with your supervisor!


Guidelines

Please thorougly read the guidelines and hints on website


Usage

You can use this template in the Typst web app by clicking "Start from template" on the dashboard and searching for gallus-hsg.

Locally, you can use the following command to start with this templates:

typst init @preview/gallus-hsg:1.1.0

Set thesis metadata

Fill in your thesis details in the metadata.typ file:

  • The language of the document (en or de)
  • Title
  • Subtitle
  • Type of thesis (Bachelor's, Master's, etc.)
  • Professor
  • Your name (without e-mail address or matriculation number)
  • Matriculation number
  • The submission date

Write your thesis

For the actual content of your thesis, there is a dedicated folder named /content which includes all the chapters and sections of your thesis.
You can add or remove chapters as needed (adapt the thesis.typ with the #include(...) accordingly).


Further Resources