version finale
This commit is contained in:
parent
a2d179a3c0
commit
d96337b30c
7 changed files with 219 additions and 57 deletions
7
Makefile
7
Makefile
|
@ -1,2 +1,7 @@
|
|||
build: rapport.md
|
||||
build: rapport.md analyse_articles.ipynb commentaires.ipynb textes_articles.ipynb traitement_articles.ipynb traitement_commentaires.ipynb
|
||||
pandoc --filter=pandoc-citeproc --dpi=180 -f markdown+raw_tex+latex_macros rapport.md -o rapport.pdf
|
||||
jupyter nbconvert --to script analyse_articles.ipynb
|
||||
jupyter nbconvert --to script commentaires.ipynb
|
||||
jupyter nbconvert --to script textes_articles.ipynb
|
||||
jupyter nbconvert --to script traitement_articles.ipynb
|
||||
jupyter nbconvert --to script traitement_commentaires.ipynb
|
Loading…
Add table
Add a link
Reference in a new issue