Hello I only use plain XeTeX, where the syntax (for 10-point italic type and old-style numerals) would be:
\font \Swash = "MinionPro-It:+onum:mapping=tex-text:style=swash" at 10pt I'm not sure if that will help: the command itself should make sense to LaTeX, I think, but it may not fit in with the way you invoke your fonts throughout the document (and in particular it would only give you 10-point type: you'd have to have e.g. \Swashten, \Swasheleven, etc. for other sizes you might require). Best wishes John 🇪🇺 On Sun, 24 May 2020 at 21:56, Joël Mouric <mouric.vol...@orange.fr> wrote: > Good evening, > > I have just tried to create a new stylesheet to use Adobe MinionPro with > XeTeX. While some features like small caps and oldstyle numbers are easy to > obtain, I cannot access the Italic Swashes. > > I tried with the following lines in my MinionPro.sty file: > > \newfontface\Swash{MinionPro-It}[Style=Swash] > \newcommand\textsw[1]{{\Swash#1}} > > My distribution is Texlive 2020 on MacOS X 10.15.4. > > I have read in the fontspec 2020 edition : “Note that from 2020 it appears > that XeTeX can no longer support AAT fonts in macOS.” > > The log reads : “ LaTeX > 3 Error: Key 'fontspec-aat/Style' accepts only a fixed set of choices” > > Do you have any idea about what the right syntax should be ? > > All best, > > Joël. > > > Joël Mouric > mouric.vol...@orange.fr > > > >