[Dev] texlive-core-libre fonts

Michał Masłowski mtjm at mtjm.eu
Mon Dec 3 16:08:32 GMT 2012


>> \documentclass[11pt,a4paper]{moderncv}

This has this code:

% automatic loading of latin modern fonts if present on the system
\IfFileExists{lmodern.sty}
  {\RequirePackage[T1]{fontenc}\RequirePackage{lmodern}}
  {}

Since fontenc is useless with OpenType fonts (assuming you use them),
add this before \documentclass:

\expandafter\def\csname ver at fontenc.sty\endcsname{}
\expandafter\def\csname opt at fontenc.sty\endcsname{T1}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <https://lists.parabola.nu/pipermail/dev/attachments/20121203/2accb59b/attachment.sig>


More information about the Dev mailing list