Initialisation

This commit is contained in:
Vincent 2024-11-04 11:36:08 +01:00
commit 08cbfd8a27
2 changed files with 27 additions and 0 deletions

17
.gitignore vendored Normal file
View file

@ -0,0 +1,17 @@
*.aux
*.bbl
*.blg
*.log
*.nav
*.out
*.snm
*.synctex.gz
*.toc
*.dvi
*.vrb
*.fmt
_region_.tex
*~
_minted-*
*.bcf
*.run.xml

10
Makefile Normal file
View file

@ -0,0 +1,10 @@
CC=pdflatex
all:
$(CC) -shell-escape présentation.tex
biblio:
biber présentation
clean:
rm -rf *.aux *.bbl *.blg *.log *.nav *.out *.snm *.synctex.gz *.toc *.dvi *.vrb *.fmt _region_.tex *~ *.pdf _minted-*