IACR / latex-submit

Web server to receive uploaded LaTeX and execute it in a docker container.
GNU Affero General Public License v3.0
11 stars 0 forks source link

TU encoding doesn't work with pdflatex? #22

Closed kmccurley closed 1 year ago

kmccurley commented 1 year ago

Apparently I was wrong about using \RequirePackage[TU,T1]{fontenc} under pdflatex. It produces a warning:

Package fontenc Warning: TU encoding is only available with XeTeX and LuaTeX.
(fontenc)                Defaulting to T1 encoding.

This suggests that we should go back to your original \RequirePackage[T1]{fontenc} on line 169 of iacrcc.cls.