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

Do you really need OT2? ot2enc.def not found prevents verifyproblem from succeeding on CentOS 8 #179

Open
godmar opened this issue Nov 13, 2020 · 1 comment

Comments

@godmar
Copy link
Contributor

godmar commented Nov 13, 2020

problemset.cls contains a statement

\RequirePackage[OT2,T1]{fontenc}  % Cyrillic and standard % TODO: make alphabet options more general

which requires a file ot2enc.def that is difficult to find. For instance, on CentOS 8, yum whatprovides ot2enc.def doesn't find it. Googling for it says that OT2 is some old (1990's) encoding of Cyrillic characters, now succeeded by T1 or T2A.

Perhaps this should be removed? Otherwise, verifyproblem will fail since pdflatex exits with a non-zero code.

@godmar
Copy link
Contributor Author

godmar commented Dec 10, 2021

On Ubuntu, this file is provided by texlive-lang-cyrillic

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

1 participant