Universe

Create project in app

ISC Logo

GitHub Repo stars GitHub Release License

This is the official template for the bachelor thesis assignment sheet (Données du travail de bachelor) for the ISC degree programme at the School of Engineering in Sion. It is part of the official templates repository, which also includes templates for bachelor theses (isc-hei-bthesis), reports (isc-hei-report) and executive summaries (isc-hei-exec-summary).

This document is filled in by the professor, not by the student. Once compiled to PDF, it should be included in the student’s bachelor thesis document.

Thesis assignment

Using the Template in Your Shell

First, install Typst on your machine by following the official instructions.

Installing Fonts Locally

If you are running typst locally, you might be missing some required fonts. For your convenience, a font download script is included in the repository. All fonts are released under the SIL Open Font License, so there are no file inclusion issues.

To install the fonts locally on a Linux environment, simply type:

./fonts/install_fonts.sh

Compiling

typst compile tb_assignment.typ

Embedding in the Bachelor Thesis

Once the professor has compiled tb_assignment.typ to tb_assignment.pdf, the student includes it in their bachelor_thesis.typ using:

#cleardoublepage()
#image("pages/tb_assignment.pdf")