# ST40-report Report for my fourth-year internship, in latex. ## Quick setup (arch linux) ```sh # Download required programs and libraries sudo pacman -S texlive-core texlive-latexextra texlive-fontsextra texlive-langextra texlive-science ttf-fira-code inkscape graphviz git clone https://aur.archlinux.org/ttf-tahoma.git git clone https://aur.archlinux.org/ttf-adobe-source-sans-fonts.git git clone https://github.com/pinam45/utbm-latex-internship-report-covers git clone https://git.shadamethyst.xyz/amethyst/ST40-report # Download and install the Tahoma font cd ttf-tahoma makepkg -si cd .. # Download and install the Source Sans Pro font cd ttf-adobe-source-sans-fonts makepkg -si cd .. # Copy the utbmcovers library to the texmf folder cd utbm-latex-internship-report-covers mkdir -p ~/texmf/tex/latex/ cp -r utbmcovers ~/texmf/tex/latex/ sudo mktexlsr cd .. # Build the report cd ST40-report make ``` ## Licensing and attributions ### `images/` The gitlab logo (`images/gitlab_logo.svg`) belongs to GitLab and is used in accordance to its [license](https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/LICENSE). The typescript logo (`images/ts-logo-128.svg`) belongs to Microsoft and is used under the guidelines set out on the [typescript branding page](https://www.typescriptlang.org/branding/). The "Flymingo Box" (`images/flymingo-box.png`), "Mood Digital" (`images/mood-digital.png`), "Mint Digital" (`images/mint-digital.png`) images and the organisation diagram (`images/poles.pdf`) are copyright Moment, All Rights Reserved, and were used here with their permission. The email template screenshots (`images/email-1.png`, `images/email-2.png`) contain designs that belong to Moment. ### `figures/`, `report.tex` The `figures/` folder and the `report.tex` file are under my copyright (© Adrien Burgun), and are available under the [CC-BY-SA-4.0 license](./LICENSE). ### `assets/` The `assets/fromeffectloop2.drawio` file is under my copyright (© Adrien Burgun), and is available under the CC-BY-SA-4.0 license. The `assets/priscilla-du-preez-...` file was taken from [unsplash](https://unsplash.com/photos/BjhUu6BpUZA) and used under the [Unsplash license](https://unsplash.com/license). ### `Makefile` The `Makefile` is available under the [CC-BY-SA-4.0 license](./LICENSE) and under the [MIT license](./LICENSE_MIT)