i

isc-hei-exec-summary

@preview

Official executive summary for the bachelor thesis at 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
thesis
Disciplines
computer-scienceengineering

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/isc-hei-exec-summary:0.8.1

2. Initialize from template

Create a new project from this template:

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

Version History

0.8.10.14.0
fb678714392a...
0.8.00.14.0
df0a752c548d...
0.7.90.14.0
5368160c445a...
0.7.10.14.2
2bb95781158a...
0.7.00.14.2
b83da5df763f...
0.6.00.13.1
5f4be3634e19...
0.5.30.13.1
91f799d2e78c...
0.5.20.13.1
2ad7e47a5431...

ISC Logo

GitHub Repo stars
GitHub Release
License: MIT

Executive Summary Template for ISC Students

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

Preview of the ISC executive summary template title page

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

Usage

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.

Questions and Help

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!