No description
| .forgejo/workflows | ||
| diagrams | ||
| glossaires | ||
| images | ||
| .gitignore | ||
| .gitmodules | ||
| bibliographie.bib | ||
| Makefile | ||
| presentation.tex | ||
| README.md | ||
| report.tex | ||
| tikz-uml.sty | ||
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