n

normale-internship

@preview

A unofficial template for internship reports at ENS Paris-Saclay

v0.1.0
MIT
Template

Package Information

Last Updated
Authors
Gavroche
Categories
report

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/normale-internship:0.1.0

2. Initialize from template

Create a new project from this template:

typst init @preview/normale-internship:0.1.0

Version History

0.1.0
685ce3c3b162...

normale-internship

An unofficial template for internship reports at ENS Paris-Saclay.

Usage

#show: ens-internship.with(
  title: "A simple report template created with Typst",
  subtitle: "Master's degree final-year internship",
  lang: "en",
  authors: ("Author 1", "Author 2"),
  mentors: ("Mentors 1", "Mentors 2"),
  logo: "template/logo.png",
  place: "Place of the intership",
  date: "Beginning date",
  table-of-contents: true,
  bibliography: bibliography("refs.yaml"),
)

Options

Argument Type Description
title string The title of the internship report
subtitle string The subtitle of the internship report
lang string French ("fr") or English ("en")
authors string or array A string if there is one author and an array if there are many authors
mentors string or array A string if there is one mentors and an array if there are many mentors
logo content or none The logo, it is recommand to use a height of 50pt
place string The place of the internship
date string The date of the internship
table-of-contents bool True to display the table of contents
bibliography content or none The result of a call to the bibliography function or none