Ajout de la bibliographie

This commit is contained in:
JOLY Amaury
2023-03-30 20:18:44 +00:00
parent 525c6c7cd7
commit 0e5f189bda
6 changed files with 32 additions and 7 deletions

View File

@ -4,10 +4,11 @@ image:
build_and_deploy:
script:
- cd docs/presentation_17_03_23
- pdflatex main.tex && pdflatex main.tex
- cd ../rapportFinal
- pdflatex main.tex && pdflatex main.tex
- cd ./docs/rapportFinal
- pdflatex -synctex=1 -interaction=nonstopmode -file-line-error -recorder main.tex && biber "main.bcf" && pdflatex -synctex=1 -interaction=nonstopmode -file-line-error -recorder main.tex && pdflatex -synctex=1 -interaction=nonstopmode -file-line-error -recorder main.tex
- cd ../presentation_17_03_23
- pdflatex -synctex=1 -interaction=nonstopmode -file-line-error -recorder main.tex && pdflatex -synctex=1 -interaction=nonstopmode -file-line-error -recorder main.tex
only:
refs:
- merge_request
@ -16,8 +17,6 @@ build_and_deploy:
changes:
- docs/**/*
- .gitlab-ci.yml
after_script:
- cat ./docs/main.log
artifacts:
paths:
- ./docs/presentation_17_03_23/main.pdf