From da220baf06d2abbdd14e4fb574ea6f7b98d7a246 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Sat, 15 Jan 2022 22:55:51 +0100 Subject: [PATCH] Fix Coling --- hooks/post_gen_project.sh | 4 ++-- .../_latex-templates/coling2020-template.tex | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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. !!!}