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 cc0437028e
Mood TV wip
2 years ago
assets add cover, start presentation 2 years ago
figures Mood TV wip 2 years ago
images Mood TV wip 2 years ago
.gitignore add bibtex, refactor enterprise description 2 years ago
LICENSE Initial commit 2 years ago
Makefile Images folder, finish describing the analysis of the mailing service 2 years ago
README.md Describe the technologies used, draft out parts 2 years ago
references.bib Mood TV wip 2 years ago
report.tex Mood TV wip 2 years 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 inkscape
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

The gitlab logo belongs to GitLab and is used in accordance to its license.

The typescript logo belongs to Microsoft and is used under the guidelines set out on the typescript branding page.