Typst Template for documents from the french engineering school INSA. Includes a CV template which is not from the graphical charter but inspired by it.
You can find examples for the 4 document types in the exemples folder.
- Download the code from GitHub. To do that, click on the green "Code" button and then "Download ZIP".

- Open the ZIP archive file and copy the
insa-templatefolder in the directory with your Typst project. - (OPTIONAL) If you are using the Typst web application, you have to first create the
insa-templatefolder by clicking on the little folder button in the "Files" panel.

- (OPTIONAL) After creating the folder, simply drag all the files you downloaded in it (
template.typ, cover.jpg, footer.png, logo.png). - Add this line at the beginning of your Typst file (by default,
main.typ):#import "insa-template/template.typ" : *
- Choose between the 3 available templates:
insa,insa-shortorinsa-report. - Copy the
#showrule from the example document of the template you chose to your Typst file. In example:#show: doc => insa-short( author: [ Youenn LE JEUNE\ 3 INFO G2.1 ], doc )
- Enjoy!
The template can be used in the web Typst editor and in a local environment.
I personnally prefer to use it in Visual Studio Code with the Typst LSP And Typst Preview extensions.
You can also directly edit your Typst files with a simple text editor and compile it with the Typst CLI. See Installation and Usage sections on the official Typst repository.