feat: repo config

This commit is contained in:
Arthur Grisel-Davy 2022-06-09 10:03:44 -04:00
parent 6f5ef6e5e6
commit f629889c91
3 changed files with 28 additions and 0 deletions

17
.gitignore vendored Normal file
View file

@ -0,0 +1,17 @@
# Latex files
*.dvi
*.fls
*.out
*.aux
*.fdb_latexmk
*.log
*.pdf
*.toc
*.nav
*.snm
# vim swap file
*.swp
#include images:
!images/*

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# Presentations
This repo contain all my presentations. Do not read stuff you are not supposed to.
## Usage:
```
tlmgr install `cat requirements.txt`
latexmk main.tex -pdf
```