On Mon, Dec 03, 2012 at 05:08:32PM +0100, Michał Masłowski wrote:
> >> \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 [email protected]\endcsname{}
> \expandafter\def\csname [email protected]\endcsname{T1}

That seems to have solved it, thank you!

We should put together some kind of moderncv-libre package :)

-- 
Daniel Martí - [email protected] - GPG 0x58BF72C3

Attachment: pgpk10Wbth9Zn.pgp
Description: PGP signature

_______________________________________________
Dev mailing list
[email protected]
https://lists.parabolagnulinux.org/mailman/listinfo/dev

Reply via email to