acl-org / aclpubcheck

Tools for checking ACL paper submissions
MIT License
562 stars 47 forks source link

Margin violation in every lines #57

Closed smbslt3 closed 1 year ago

smbslt3 commented 1 year ago

Hello all

I wrote my thesis with EMNLP 2023 version of Overleaf. And I used Colab version of ACLpubcheck. However, it says that all the lines in my paper exceed the margin. I did not change anything in the latex formatting of EMNLP 2023. And also didn't change nothing in the colab code.

To check, I downloaded the pdf of the Instructions for EMNLP 2023 Proceedings (https://www.overleaf.com/latex/templates/instructions-for-emnlp-2023-proceedings/scyjxmtnrskr) and ran the online pubcheck. The results were the same.

Is there a problem with aclpubcheck?

image

image

crux82 commented 1 year ago

aclpubcheck should be applied to camera-ready files.

I just wanted to let you know that you generated the version to be submitted for review. Please, open the latex file and take a look at this row:

% Remove the "review" option to generate the final version.
\usepackage[review]{EMNLP2023}

I hope this helps you.

Bests

Danilo

smbslt3 commented 1 year ago

@crux82 After remove [review], it works properly. Great thanks!