Typst is a new markup-based typesetting system that is designed to be as powerful as LaTeX while being much easier to learn and use. I recommend that you check it out, if you don't know it yet.
This repo contains a template for ENIB internship reports.
Either:
- Get an executable from the Typst releases page.
- Install cargo and then run
cargo install --locked --git https://github.com/typst/typst typst-cli(this will compile the latest version of typst).
typst compile main.typ main.pdfIf you want to edit your internship report and get a (nearly) instant feedback: run typst watch main.typ.
NOTE:
typst watchdoes not recompile the whole pdf each time you make a document change to the source files. It use incremental compilation, meaningtypst watchrecompile only the Abstract Syntax Tree part that need recompiling.