Create project in app
Unofficial Typst template for lab reports at ENSEA, a French engineering school.
Usage
Either use this template in the Typst web app:
#import "@preview/volt-lab-ensea:0.1.0": *
or use the command line to initialize a new project based on this template:
typst init @preview/volt-lab-ensea:0.1.0
Default Values
Parameter | Default Value | Description |
---|---|---|
title |
none |
Title of the lab report |
authors |
none |
Name(s) of the student(s) contributing to the report |
student-info |
none |
Information about the student(s) |
lab-description |
none |
Description of the lab objectives |
All fields listed above are mandatory.
Example
#import "@preview/volt-lab-ensea:0.1.0": *
#show: report.with(
title: [#lorem(10)],
authors: (
"Jean DUPONT",
"Marie DUBOIS",
),
student-info: [*Élève ingénieur en X#super[ème] année* #linebreak()
Promotion 20XX #linebreak()
Année 20XX/20XX],
lab-description: [
- #lorem(15) #linebreak()
- #lorem(15) #linebreak()
- #lorem(15)
],
)
= Introduction
#lorem(120)
Contributions
If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
License
The Typst template is licensed under the MIT license. This license does not apply to the ENSEA logo or associated image files, which remain the property of ENSEA.