Universe

Create project in app

ISC Logo

GitHub Repo stars GitHub Release License

This is the official template for executive summary of the bachelor thesis for the ISC degree programme at the School of Engineering in Sion. It is part of the official templates repository, which also include templates for reports (isc-hei-report) and bachelor thesis as well (isc-hei-bthesis).

Executive Summary

Using the Template on the Web

In the Typst web application, start a new project with the isc-hei-exec-summary template and voilà!

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:

source install_fonts.sh

from within the fonts directory.

Project Initialization and Compilation

You can initialize the project with the command:

typst init @preview/isc-hei-exec-summary

If you need a specific template version, use:

typst init @preview/isc-hei-exec-summary:0.5.0

Including PDF Images

Unfortunately, typst does not support PDF file inclusion at the time of writing this documentation. As a temporary workaround, PDF files can be converted to SVG using pdf2svg.

When used locally, creating a PDF is straightforward with the command:

typst compile exec_summary.typ

Even better, the following command compiles the report every time the file is modified:

typst watch exec_summary.typ

You can also use VSCode or VSCodium with the Typst LSP plugin, which enables direct compilation.

If you need any help installing or running these tools, do not hesitate to contact the maintainer pmudry.

You can also propose changes using pull requests or raise issues if something is unclear. Have fun writing your reports!