Présentation métier

This commit is contained in:
TESTUD Romain
2023-04-03 10:25:57 +00:00
committed by JOLY Amaury
parent dcd2f8c50c
commit c4d371e28f
16 changed files with 364 additions and 0 deletions

View File

@ -8,6 +8,8 @@ build_and_deploy:
- pdflatex -synctex=1 -interaction=nonstopmode -file-line-error -recorder main.tex && biber "main.bcf" && makeglossaries main && 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
- cd ../presentation_metier
- pdflatex -synctex=1 -interaction=nonstopmode -file-line-error -recorder main.tex && pdflatex -synctex=1 -interaction=nonstopmode -file-line-error -recorder main.tex
only:
refs:
@ -21,3 +23,4 @@ build_and_deploy:
paths:
- ./docs/presentation_17_03_23/main.pdf
- ./docs/rapportFinal/main.pdf
- ./docs/presentation_metier/main.pdf