Report for my fourth-year internship, in latex. (currently only in french)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Adrien Burgun 4f2089b26a
📝 Add link to repository, add attributions section in readme
1 year ago
assets Clean some things, better fromeffectloop figure 1 year ago
figures Write conclusion, clarify things 1 year ago
images Write conclusion, clarify things 1 year ago
.gitignore Add jira picture 1 year ago
LICENSE Initial commit 1 year ago
LICENSE_MIT 📝 Add link to repository, add attributions section in readme 1 year ago
Makefile Images folder, finish describing the analysis of the mailing service 1 year ago
README.md 📝 Add link to repository, add attributions section in readme 1 year ago
references.bib Write conclusion, clarify things 1 year ago
report.tex 📝 Add link to repository, add attributions section in readme 1 year ago

README.md

ST40-report

Report for my fourth-year internship, in latex.

Quick setup (arch linux)

# 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.

The typescript logo (images/ts-logo-128.svg) belongs to Microsoft and is used under the guidelines set out on the typescript branding page.

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.

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 and used under the Unsplash license.

Makefile

The Makefile is available under the CC-BY-SA-4.0 license and under the MIT license