Add UAM logo

This commit is contained in:
Filip Gralinski 2021-04-15 21:49:36 +02:00
parent 84b3ee6180
commit f49f21183a
1 changed files with 2 additions and 1 deletions

View File

@ -92,7 +92,8 @@ elif [ "{{ cookiecutter.latex_template }}" = "amu" ]; then
cp -r _latex-templates/amu-template.tex {{cookiecutter.paper_id}}.tex
cp -r _latex-templates/amu-template-meta.tex metadata.tex
get_files "https://github.com/bprzybylski/amuthesis/archive/master.zip" \
amuthesis.cls
amuthesis.cls \
uam-logo.pdf
fi
if [ "{{ cookiecutter.with_appendix }}" = "yes" ]; then