Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font check for NimbusRomNo9L-Regu too strict? #7

Open
davidweichiang opened this issue Jun 30, 2021 · 2 comments
Open

Font check for NimbusRomNo9L-Regu too strict? #7

davidweichiang opened this issue Jun 30, 2021 · 2 comments

Comments

@davidweichiang
Copy link

For example,

  • If you use XeLaTeX, fontspace, and \setmainfont{Times Roman}, the check fails.
  • If you uncomment \usepackage[T5]{fontenc} in the preamble to enable Vietnamese characters, the check fails.

Perhaps the check should be against a list of allowable fonts and not just one.

@davidweichiang
Copy link
Author

Oh, I see #6 is related to this. I'd suggest that the list of fonts be expanded to include at least

  • Times Roman
  • Times New Roman
  • VnNimbusRomNo9L-Regu
  • TeX Gyre Termes

@esalesky
Copy link

Seconding this request, particularly since this package is now requested to be run before submitting camera-readies.
If using xelatex for examples in another script, the check fails because these alternate versions of the same font will be used instead of NimbusRomNo9L-Regu, e.g.,
Error (Font): Wrong font. The main font used is FZJXBP+TimesNewRomanPSMT when it should be NimbusRomNo9L-Regu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants