Fix arxiv packaging for NeurIPS
This commit is contained in:
parent
aef88ebe0b
commit
8d1c8c4b01
@ -109,6 +109,9 @@ then
|
|||||||
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.bst acl_natbib.bst
|
||||||
|
elif [[ "$latex_template" == "neurips" ]]
|
||||||
|
then
|
||||||
|
copy_to_project neurips_2021.sty
|
||||||
elif [[ "$latex_template" == "poleval" ]]
|
elif [[ "$latex_template" == "poleval" ]]
|
||||||
then
|
then
|
||||||
copy_to_project poleval.bst poleval.cls
|
copy_to_project poleval.bst poleval.cls
|
||||||
|
Loading…
Reference in New Issue
Block a user