corrections pour que ça roule encore
This commit is contained in:
parent
e507d1b5f7
commit
732138f916
7 changed files with 116 additions and 127 deletions
6
Makefile
6
Makefile
|
@ -1,7 +1,9 @@
|
|||
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
|
||||
jupyter nbconvert --to script traitement_commentaires.ipynb
|
||||
|
||||
pandoc --citeproc --dpi=180 -f markdown+raw_tex+latex_macros rapport.md -o rapport.pdf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue