feat: repo config
This commit is contained in:
parent
6f5ef6e5e6
commit
f629889c91
3 changed files with 28 additions and 0 deletions
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal 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
11
README.md
Normal 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
|
||||||
|
```
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue