Skip to content
Snippets Groups Projects
Commit 4ef6a8b8 authored by Pierre Boulet's avatar Pierre Boulet
Browse files

- inclusion des polices de caractères

- ajout d'un script d'installation pour GNU/linux
parent 754274c8
No related branches found
No related tags found
No related merge requests found
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
#!/bin/bash
ROOT_DIR=$HOME
INSTALL_FONT_DIR=$ROOT_DIR/.fonts
INSTALL_TEX_DIR=$ROOT_DIR/texmf/tex/ULille
echo "copying tex files to $INSTALL_TEX_DIR"
mkdir -vp $INSTALL_TEX_DIR
cp -ru tex doc img CONTRIBUTING.md LICENSE LISEZMOI README $INSTALL_TEX_DIR
echo "copying font files to $INSTALL_FONT_DIR"
mkdir -vp $INSTALL_FONT_DIR
cp -ru fonts/* $INSTALL_FONT_DIR
fc-cache
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment