Fix Coling
This commit is contained in:
parent
f87fb05f41
commit
da220baf06
@ -59,8 +59,8 @@ 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" \
|
get_files "https://coling2020.org/coling2020.zip" \
|
||||||
coling2020/coling.bst \
|
coling.bst \
|
||||||
coling2020/coling2020.sty
|
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
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
\input{main}
|
\input{main}
|
||||||
|
|
||||||
\bibliography{bibliography}
|
\bibliography{bibliography}
|
||||||
\bibliographystyle{acl}
|
\bibliographystyle{coling}
|
||||||
|
|
||||||
\ifwithappendix
|
\ifwithappendix
|
||||||
\typeout{!!! APPENDIX WILL BE SKIPPED FOR THIS TEMPLATE. !!!}
|
\typeout{!!! APPENDIX WILL BE SKIPPED FOR THIS TEMPLATE. !!!}
|
||||||
|
Loading…
Reference in New Issue
Block a user