On Fri, Nov 21, 2014 at 11:59 AM, Uwe Stöhr <uwesto...@web.de> wrote:
> Am 20.11.2014 um 02:17 schrieb Scott Kostyshak:
>
>>> -               if (options.size() == 1) {
>>> +               if (options.size() >= 1) {
>>> -                       if (options.size() == 1) {
>>> +                       if (options.size() >= 1) {
>>
>>
>> What do these two changes have to do with adding the libertine fonts?
>
>
> The bug was that the search for the font scaling option was only performed
> if there was exactly one optional argument, e.g.
> \usepackage[scaled=0.94]{afont}
> But there might be more than option e.g.
> \usepackage[osf,scaled=0.94,specials=pt1]{afont}

Ah, makes sense. Thanks for fixing that.

> The libertine fonts are examples for several options. (I added a hint about
> this in my commit)

Yes, I now see what you meant by "font variants".

Thanks for the explanation, Uwe!

Scott

Reply via email to