acl-org / aclpubcheck

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

'Error (Font)' for Vietnamese #68

Open nguyendv02 opened 2 days ago

nguyendv02 commented 2 days ago

Hello everyone,

My paper contains Vietnamese words, and I'm using the *ACL template with the command \usepackage[T5]{fontenc}. However, I’m encountering an error with aclpubcheck:

Checking paper.pdf
Errors. Check errors-paper.json for details.
Error (Font): Wrong font. The main font used is OHMRJT+VnNimbusRomanNo9L when it should a font in {'ICZIZQ+Inconsolatazi4-Regular', 'TeXGyreTermesX-Regular', 'NimbusRomNo9L-Regu', 'ICWANT+STIXGeneral-Regular', 'TimesNewRomanPSMT'}.

We detected 1 error and 0 warnings in your paper.
In general, it is required that you fix errors for your paper to be published. Fixing warnings is optional, but recommended.
Important: Some of the margin errors may be spurious. The library detects the location of images, but not whether they have a white background that blends in.
Important: Some of the warnings generated for citations may be spurious and inaccurate, due to parsing and indexing errors.
We encourage you to double check the citations and update them depending on the latest source. If you believe that your citation is updated and correct, then please ignore those warnings.

Could you provide some solutions? Thank you!

crux82 commented 2 days ago

Hi @nguyendv02

It means that your latex added the font OHMRJT+VnNimbusRomanNo9L in the PDF and it is not contained in the list of actual accepted font: {'ICZIZQ+Inconsolatazi4-Regular', 'TeXGyreTermesX-Regular', 'NimbusRomNo9L-Regu', 'ICWANT+STIXGeneral-Regular', 'TimesNewRomanPSMT'}.

If you think this specific font is needed to show characters, it is not a problem, it is just an “exotic” font. If you are submitting to EMNLP, it will not be a problem.

Bests

Danilo

nguyendv02 commented 2 days ago

Hi @nguyendv02

It means that your latex added the font OHMRJT+VnNimbusRomanNo9L in the PDF and it is not contained in the list of actual accepted font: {'ICZIZQ+Inconsolatazi4-Regular', 'TeXGyreTermesX-Regular', 'NimbusRomNo9L-Regu', 'ICWANT+STIXGeneral-Regular', 'TimesNewRomanPSMT'}.

If you think this specific font is needed to show characters, it is not a problem, it is just an “exotic” font. If you are submitting to EMNLP, it will not be a problem.

Bests

Danilo

thank you so much