Download files for Coling

This commit is contained in:
Filip Gralinski 2022-01-15 22:54:27 +01:00
parent 9ae6753b12
commit f87fb05f41
3 changed files with 8 additions and 1327 deletions

View File

@ -58,6 +58,9 @@ elif [ "{{ cookiecutter.latex_template }}" = "pw-thesis" ]; then
cp -r _optional_files/_pw-thesis/* . cp -r _optional_files/_pw-thesis/* .
elif [ "{{ cookiecutter.latex_template }}" = "coling" ]; then elif [ "{{ cookiecutter.latex_template }}" = "coling" ]; then
get_files "https://coling2020.org/coling2020.zip" \
coling2020/coling.bst \
coling2020/coling2020.sty
cp -r _latex-templates/coling2020-template.tex {{cookiecutter.paper_id}}.tex cp -r _latex-templates/coling2020-template.tex {{cookiecutter.paper_id}}.tex
cp -r _latex-templates/coling2020-template-meta.tex metadata.tex cp -r _latex-templates/coling2020-template-meta.tex metadata.tex
elif [ "{{ cookiecutter.latex_template }}" = "llncs" ]; then elif [ "{{ cookiecutter.latex_template }}" = "llncs" ]; then

File diff suppressed because it is too large Load Diff

View File

@ -84,10 +84,10 @@ then
: :
elif [[ "$latex_template" == "tacl" ]] elif [[ "$latex_template" == "tacl" ]]
then then
copy_to_project tacl2018v2.sty acl.bst acl_natbib.bst copy_to_project tacl2018v2.sty acl_natbib.bst
elif [[ "$latex_template" == "acl" ]] elif [[ "$latex_template" == "acl" ]]
then then
copy_to_project acl.sty acl.bst acl_natbib.bst copy_to_project acl.sty acl_natbib.bst
elif [[ "$latex_template" == "nle" ]] elif [[ "$latex_template" == "nle" ]]
then then
copy_to_project nle.cls nlelike.bst cup_logo.eps cup_logo-eps-converted-to.pdf copy_to_project nle.cls nlelike.bst cup_logo.eps cup_logo-eps-converted-to.pdf
@ -99,16 +99,16 @@ then
: :
elif [[ "$latex_template" == "coling" ]] elif [[ "$latex_template" == "coling" ]]
then then
copy_to_project coling2020.sty acl.bst copy_to_project coling2020.sty coling.bst
elif [[ "$latex_template" == "llncs" ]] elif [[ "$latex_template" == "llncs" ]]
then then
copy_to_project llncs.cls splncs04.bst copy_to_project llncs.cls splncs04.bst
elif [[ "$latex_template" == "emnlp" ]] elif [[ "$latex_template" == "emnlp" ]]
then then
copy_to_project emnlp2020.sty acl.bst acl_natbib.bst copy_to_project emnlp2020.sty acl_natbib.bst
elif [[ "$latex_template" == "eacl" ]] elif [[ "$latex_template" == "eacl" ]]
then then
copy_to_project eacl2021.sty acl.bst acl_natbib.bst copy_to_project eacl2021.sty acl_natbib.bst
elif [[ "$latex_template" == "neurips" ]] elif [[ "$latex_template" == "neurips" ]]
then then
copy_to_project neurips_2021.sty copy_to_project neurips_2021.sty