acl-org / aclpubcheck

Tools for checking ACL paper submissions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parsing error when top margin is too small

casey-meehan opened this issue · comments

Our paper caused a parsing error with top margins that were too small (on pages 2 and 7). As such, we could not see what the actual formatting problem was (no errors were reported for the paper, only parsing errors were reported).

I've attached the original problematic paper (which has been fixed and uploaded) as well as the stack trace of the parser.
meehan_bad_margin.pdf
meehan_colab_error

Thank you.

I see that such a problem arises only on colab.
It is quite difficult to replicate on my laptop (where this error does not occur)

The last commit fef5a46 should correct your issue.

Can you please confirm it and close this issue?

Thank you for your support!

Can you share with me your PDF in a private message?

Shared the page. To confirm the following is the stack trace
image

I should have fixed the issue. It was a similar bug fixed in commit fef5a46

Can I ask you to check the ill-formatted version of your paper to check it if works now?

Thanks!

It's working now

image

thanks for all your work and fix!