diff --git a/hooks/post_gen_project.sh b/hooks/post_gen_project.sh index 3d4267f..b0340d1 100755 --- a/hooks/post_gen_project.sh +++ b/hooks/post_gen_project.sh @@ -59,8 +59,8 @@ elif [ "{{ cookiecutter.latex_template }}" = "pw-thesis" ]; then cp -r _optional_files/_pw-thesis/* . elif [ "{{ cookiecutter.latex_template }}" = "coling" ]; then get_files "https://coling2020.org/coling2020.zip" \ - coling2020/coling.bst \ - coling2020/coling2020.sty + coling.bst \ + coling2020.sty cp -r _latex-templates/coling2020-template.tex {{cookiecutter.paper_id}}.tex cp -r _latex-templates/coling2020-template-meta.tex metadata.tex elif [ "{{ cookiecutter.latex_template }}" = "llncs" ]; then diff --git a/{{cookiecutter.paper_repo_name}}/_latex-templates/coling2020-template.tex b/{{cookiecutter.paper_repo_name}}/_latex-templates/coling2020-template.tex index fc4a980..cc38ce1 100644 --- a/{{cookiecutter.paper_repo_name}}/_latex-templates/coling2020-template.tex +++ b/{{cookiecutter.paper_repo_name}}/_latex-templates/coling2020-template.tex @@ -58,7 +58,7 @@ \input{main} \bibliography{bibliography} -\bibliographystyle{acl} +\bibliographystyle{coling} \ifwithappendix \typeout{!!! APPENDIX WILL BE SKIPPED FOR THIS TEMPLATE. !!!}