On 2016-02-11 11:03:41 +0000, Wolfgang Schuster said:
Nicola 11. Februar 2016 um 11:49 On 2016-02-11 10:32:14 +0000, Wolfgang Schuster said:
Thanks! The typescript works for me, at least with the beta. This is no surprise because typescripts are contexts native way to load fonts and even the \definefontfamily command creates a typescript for your fonts.
Does the typescript rely on some features present in the beta but not in TeX Live 2015? I ask because with ConTeXt from TeX Live the first two \input blocks are typeset with the default font (Latin Modern, I think) and the last two blocks in Avenir Next Light (no boldface). The log has: fonts > otf loading > loading '/System/Library/Fonts/Avenir Next.ttc', hash 'avenir-next-avenirnext-regular' fonts > otf loading > loading done fonts > otf loading > loading failed due to read error fonts > defining > font with asked name 'Avenir Next' is not found using lookup 'file' fonts > defining > unknown font 'Avenir Next', loading aborted fonts > defining > unable to define 'Avenir Next' as 'avenir-12pt-ss-tf-0--0' [...] fonts > otf loading > loading '/System/Library/Fonts/Avenir Next.ttc', hash 'avenir-next-avenirnext-bold' fonts > otf loading > loading done fonts > otf loading > loading failed due to read error fonts > defining > font with asked name 'Avenir Next' is not found using lookup 'file' fonts > defining > unknown font 'Avenir Next', loading aborted fonts > defining > unable to define 'Avenir Next' as 'avenir-12pt-ss-bf-0--0' [...] fonts > otf loading > loading '/System/Library/Fonts/Avenir Next.ttc', hash 'avenir-next-avenirnext-medium' fonts > otf loading > loading done fonts > otf loading > loading failed due to read error fonts > defining > font with asked name 'Avenir Next' is not found using lookup 'file' fonts > defining > unknown font 'Avenir Next', loading aborted fonts > defining > unable to define 'Avenir Next' as 'avenir-light-12pt-ss-bf-0--0' Nicola