Skip to content

volt-internship-ensea:0.1.0 and volt-lab-ensea:0.1.0 #2892

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 76 additions & 0 deletions packages/preview/volt-internship-ensea/0.1.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# ENSEA - Typst Internship Template (unofficial)

Unofficial Typst template for internship reports at ENSEA, a French engineering school.

## Usage

Either use this template in the Typst web app:
```typst
#import "@preview/volt-internship-ensea:0.1.0": *
```
or use the command line to initialize a new project based on this template:
```typst
typst init @preview/volt-internship-ensea:0.1.0
```

## Default Values

| Parameter | Default Value | Description | Mandatory |
|--------------------------|----------------|----------------------------------------|------------|
| `company-logo` | `none` | Path to the company logo | ✅ |
| `authors` | `none` | Name(s) of the report author(s) | ✅ |
| `student-info` | `none` | Information about the student(s) | ✅ |
| `title` | `none` | Title of the internship report | ✅ |
| `internship-details` | `none` | Company name, location, duration, etc. | ✅ |
| `enable-list-figures` | `true` | Enable the list of figures | ❌ |
| `enable-list-tables` | `false` | Enable the list of tables | ❌ |
| `enable-glossary` | `false` | Enable the glossary | ❌ |
| `enable-abstract` | `true` | Enable the abstract | ❌ |
| `enable-bibliography` | `true` | Enable the bibliography | ❌ |

## Example

```typst
#import "@preview/volt-internship-ensea:0.1.0": *

#show: internship.with(
company-logo: "template/media/logo.png",
authors: (
"Jean DUPONT",
),
student-info: [*Élève ingénieur en X#super[ème] année* #linebreak()
Promotion 20XX #linebreak()
Année 20XX/20XX],
title: [#lorem(10)],
internship-details: [Stage effectué du *1er mars au 30 août 2025*, au sein de la société *TechSolutions*, située à Paris.

Sous la responsabilité de : #linebreak()
- M. *Pierre LEFEVRE*, Directeur de la Stratégie #linebreak()
- Mme *Marie DUBOIS*, Responsable des Opérations #linebreak()
],
enable-list-figures: false,
enable-bibliography: false,
)

= Introduction
#lorem(120)
```

<p align="center">
<img src="thumbnail-internship-1.png" width="250" />
<img src="thumbnail-internship-2.png" width="250" />
<br/>
<img src="thumbnail-internship-3.png" width="250" />
<img src="thumbnail-internship-4.png" width="250" />
<br/>
<img src="thumbnail-internship-5.png" width="250" />
<img src="thumbnail-internship-6.png" width="250" />
</p>

## 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](https://github.com/Dawod-G/ENSEA_Typst-Template/blob/main/LICENSE.md). This license does not apply to the ENSEA logo or associated image files, which remain the property of ENSEA.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading