Initial commit
This commit is contained in:
commit
4c38f56336
2 changed files with 24 additions and 0 deletions
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
# LaTeX
|
||||
|
||||
*.bcf
|
||||
*.run.xml
|
||||
*.bbl
|
||||
*.blg
|
||||
*.fdb_latexmk
|
||||
*.fls
|
||||
*.log
|
||||
*.out
|
||||
*.pdf
|
||||
*.xdv
|
||||
*.aux
|
||||
*.dvi
|
||||
*.synctex.gz
|
||||
*.xcp
|
||||
*.pdf_original
|
||||
*.~qpdf-orig
|
||||
*.toc
|
||||
|
||||
preliminaire
|
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Thèse -- Théophile Bastian
|
||||
|
||||
Dépôt pour mon manuscrit de thèse.
|
Loading…
Reference in a new issue