Will Robertson

Results 210 comments of Will Robertson

Oops! I just googled and chose the first link :) Thanks.

Er, we are? I'm not sure if that's wise… does anyone know any more about this package and how to update it than me? I'm drowning already `:(`

Thanks — I’ve added the line to the .cfg file for `\setmonofont`. I don’t know why this never occurred to me to do in the past...

Thanks -- having an option to only search kpse would make sense in fontspec. I guess it would just look like \setmonofont{foo.otf}[OnlyKpse] or similar. That could then change the brackets...

Ah, I agree with you that Kpse only is more sensible (that’s the XeTeX approach) by default.

Thanks all for the discussion. I have to admit I’m leaning towards keeping the current behaviour simply for backwards compatibility, and allowing [OnlyKpse] to be a font option so you...

Hmm, that isn’t intentional. I agree you would expect to be able to make all definitions via FontFace. Will investigate...

Strange, for me (still on TL2016 on this laptop), the following works okay for me: ``` \usepackage{fontspec} \setmainfont{texgyretermes-regular.otf}% [ FontFace={m}{it}{texgyreheros-italic.otf}, FontFace={blub}{it}{texgyreheros-italic.otf}, ] \begin{document} Test \fontseries{m}\fontshape{it}\selectfont Test %fails \fontseries{blub}\fontshape{it}\selectfont Test %works...

Thanks for writing. Unfortunately there is almost nothing that fontspec can do about this — loading the font with a different feature makes it a different font, and kerning between...

That’s a good approach here. If further flexibility is needed, it’s not out of the question that you could construct your own “virtual font” in LuaTeX. (Although I don’t have...