diff --git a/orga/attendance_certificate/.gitignore b/orga/attendance_certificate/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..db50acc0808d14cbfb0d3eed23d4afc0eeaa1636 --- /dev/null +++ b/orga/attendance_certificate/.gitignore @@ -0,0 +1,42 @@ +# Created by https://www.toptal.com/developers/gitignore/api/latex +# Edit at https://www.toptal.com/developers/gitignore?templates=latex + +### LaTeX ### +## Core latex/pdflatex auxiliary files: +*.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc +*.fmt +*.fot +*.cb +*.cb2 +.*.lb + +## Intermediate documents: +*.dvi +*.xdv +*-converted-to.* +# these rules might exclude image files for figures etc. +# *.ps +# *.eps +*.pdf + +## Generated if empty string is given at "Please type another file name for output:" +.pdf + +## Build tool auxiliary files: +*.fdb_latexmk +*.synctex +*.synctex(busy) +*.synctex.gz +*.synctex.gz(busy) +*.pdfsync + +## Build tool directories for auxiliary files +# latexrun +latex.out/ + diff --git a/orga/attendance_certificate/certificate.tex b/orga/attendance_certificate/certificate.tex index bb5c0429326fe4700c3abb4e355d5a37f1dd42d4..a84977dbcf90c70316c5e802a455fe995ad037a2 100644 --- a/orga/attendance_certificate/certificate.tex +++ b/orga/attendance_certificate/certificate.tex @@ -86,7 +86,7 @@ \renewcommand{\headrulewidth}{0pt} \fancyhead[l]{\includegraphics[height=2.9cm]{logo/lbmc}} \fancyhead[r]{\sffamily Laboratoire de Biologie et Modélisation de la Cellule\\ ENS de Lyon\\ 46, allée d’Italie\\ 69364 LYON CEDEX 07, FRANCE\\ Tél : (+33) 4 72 72 81 71\\ \url{https://www.ens-lyon.fr/LBMC/}} -\fancyfoot[c]{\makebox[\textwidth]{\includegraphics[height=2cm]{logo/ensl} \hfill \includegraphics[height=2cm]{logo/cnrs} \hfill \includegraphics[height=2cm]{logo/inserm} \hfill \includegraphics[height=2cm]{logo/ucbl}}} +\fancyfoot[c]{\makebox[\textwidth]{\includegraphics[height=2cm]{logo/ensl.pdf} \hfill \includegraphics[height=2cm]{logo/cnrs.pdf} \hfill \includegraphics[height=2cm]{logo/inserm.pdf} \hfill \includegraphics[height=2cm]{logo/ucbl.pdf}}} \DTLloaddb{list}{participants.csv} \DTLforeach{list}{% diff --git a/orga/attendance_certificate/logo/cnrs.pdf b/orga/attendance_certificate/logo/cnrs.pdf new file mode 100644 index 0000000000000000000000000000000000000000..263ea9fe5e79d4d34e82d70e2822768c4e7ccc1b Binary files /dev/null and b/orga/attendance_certificate/logo/cnrs.pdf differ diff --git a/orga/attendance_certificate/logo/ensl.pdf b/orga/attendance_certificate/logo/ensl.pdf new file mode 100644 index 0000000000000000000000000000000000000000..1b35966a44ace6675a6b67b1d93bc2a18702fbe0 Binary files /dev/null and b/orga/attendance_certificate/logo/ensl.pdf differ diff --git a/orga/attendance_certificate/logo/inserm.pdf b/orga/attendance_certificate/logo/inserm.pdf new file mode 100644 index 0000000000000000000000000000000000000000..c3f8cd8c4d9035fde88d7408b4cca9a25b193e29 Binary files /dev/null and b/orga/attendance_certificate/logo/inserm.pdf differ diff --git a/orga/attendance_certificate/logo/ucbl.pdf b/orga/attendance_certificate/logo/ucbl.pdf new file mode 100644 index 0000000000000000000000000000000000000000..8348a94499de87543f6ded4e49e48399305bbae5 Binary files /dev/null and b/orga/attendance_certificate/logo/ucbl.pdf differ