diff --git a/hooks/post_gen_project.sh b/hooks/post_gen_project.sh index fbe016c..735d7e2 100755 --- a/hooks/post_gen_project.sh +++ b/hooks/post_gen_project.sh @@ -114,7 +114,7 @@ elif [ "{{ cookiecutter.latex_template }}" == "ieee-access" ]; then mkdir -p images cp -r _latex-templates/ieee-access-template-photo.png images/sample-photo.png # not compatible with tikz (and todonotes which is based on tikz) - sed -i 's/\\usepackage\[textsize=tiny\]{todonotes}/\\usepackage{todo}/' other-extras.tex + sed -i 's/\\usepackage\[textsize=tiny\]{todonotes}/\\usepackage{todo}/' extras.tex elif [ "{{ cookiecutter.latex_template }}" = "poleval" ]; then cp -r _latex-templates/poleval-template.tex {{cookiecutter.paper_id}}.tex cp -r _latex-templates/poleval-template-meta.tex metadata.tex