t

typographix-polytechnique-reports

@preview

A report template for Polytechnique students (from TypographiX).

v0.2.1
MIT
Template

Package Information

Last Updated
Categories
report

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/typographix-polytechnique-reports:0.2.1

2. Initialize from template

Create a new project from this template:

typst init @preview/typographix-polytechnique-reports:0.2.1

Version History

0.2.1
1c38dc1ec4c5...
0.1.6
246a093ca2ca...
0.1.5
c5603a7cf1ac...
0.1.4
598e70d27295...
0.1.3
83139186c0ed...
0.1.2
1e9a14154415...

Typst Polytechnique report template

A Typst template for Polytechnique student reports.

For a short introduction to Typst features and detailled information about the package, check the guide (available from the repo only).

Usage

If you want to use the template locally, make sure you have the font "New Computer Modern Sans" installed.

Define variables at the top of the template :

#let title = "Rapport de stage en entreprise sur plusieurs lignes automatiquement"
#let subtitle = "Un sous-titre pour expliquer ce titre"
#let logo = image("path/to/my-logo.png")
#let logo-horizontal = true
#let short-title = "Rapport de stage"
#let authors = ("Rémi Germe")
#let date-start = datetime(year: 2024, month: 06, day: 05)
#let date-end = datetime(year: 2024, month: 09, day: 05)
#let despair-mode = false
#let first-line-indent-all = auto

#set text(lang: "fr")

These variables will be used for PDF metadata, default cover page and default header.