[Sorry, Till, this was supposed to go to the lists]

On 06.02.11 22:27, Till A. Heilmann wrote:
> What I do not understand is why
>
> a) I have to load the fontenc package (line 5) with option T1 (I keep
> reading loading fontenc is not necessary with fontspec)
>
> and why
>
> b) I need to set Bonum as \rmdefault with \renewcommand (line 7): is
> \setmainfont not supposed to handle this?

As Will noted, you disable fontenc with these lines.

The problem was that microtype did not correctly expand the variable "rm*" in the \SetTracking definition. It would have worked if you had written:

\SetTracking{encoding={*},family={TeX Gyre Bonum},size={8}}{188}

I've fixed this now in tlcontrib, so that you can remove lines 5 and 7 again, and still say "rm*".

Regards,
--
 Robert

Reply via email to