i

isc-hei-tb-assignment

@preview

Official bachelor thesis assignment description ('Données du travail de bachelor') for the 'Informatique et systèmes de communication' (ISC) bachelor degree programme, School of Engineering (HEI) in Sion, Switzerland.

v0.8.1
MIT
Template

Package Information

Last Updated
Minimum Typst Version
0.14.0
Categories
office
Disciplines
computer-scienceengineering

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/isc-hei-tb-assignment:0.8.1

2. Initialize from template

Create a new project from this template:

typst init @preview/isc-hei-tb-assignment:0.8.1

Version History

0.8.10.14.0
a7c444386ab6...
0.8.00.14.0
d8aa04a53a7d...
0.7.90.14.0
f519bf21f69b...
0.7.10.14.2
2b8a7de08717...
0.7.00.14.2
39cd01fb7132...

ISC Logo

GitHub Repo stars
GitHub Release
License: MIT

TB Assignment Sheet Template for ISC

This is the official template for the bachelor thesis assignment sheet (Donnée 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.

Preview of the ISC thesis assignment template title page

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")