No description
Find a file
2025-08-26 06:12:32 +02:00
.forgejo/workflows ci: fix the publish workflow 2025-08-26 06:12:32 +02:00
diagrams fix: add missing diagram 2025-06-27 20:57:43 +02:00
glossaires rework: the sections of the part about my work 2025-06-22 13:28:09 +02:00
images fix: add missing image 2025-06-27 21:02:00 +02:00
.gitignore Add the slide for the presentation of my company 2024-01-10 15:48:59 +01:00
.gitmodules Add ransomtrack submodule 2024-06-20 19:31:43 +02:00
bibliographie.bib Rework the custom commands and configuration 2024-06-22 08:56:02 +02:00
Makefile ci: remove the Dockerfile to directly the mutualized latex image 2025-08-24 20:15:03 +02:00
presentation.tex fix: typos in the presentation 2025-08-24 20:07:53 +02:00
README.md ci: remove the Dockerfile to directly the mutualized latex image 2025-08-24 20:15:03 +02:00
report.tex rework: fix the report based on the feedback 2025-08-24 18:58:38 +02:00
tikz-uml.sty fix: add missing LaTeX package 2025-06-27 21:00:29 +02:00

My work at Gatewatcher

This project contains my report and the presentation of my work at Gatewatcher as part of my work-study program.

Usage

You need to have LaTeX installed or use our custom container image to build the PDF files. There is a Makefile to simplify the building (directly or with docker)

# To build the presentation and the report directly
make pdf
# or with docker
make docker-run

# To build only a file (directly only)
make build/presentation.pdf
make build/report.pdf

# To clean all the generated files (including the PDFs)
make clean