> Antoine Cailliau > 4. Mai 2016 um 10:31 > Thank you very much for the example. I got it working for the > "regular" style-alternative. > > I don't know why, but the italic style-alternative do not work. In the > log, the font is not even loaded... Do you have an idea of what I'm > doing wrong? > > \definefontalternative[me] > \definefontalternative[meit] > \definefontalternative[se] > \definefontalternative[seit] You can also only two letter names for the alternatives because the \definebodyfont command interprets everything after two letter as size (e.g. "a" from \tfa or "c" from \bfc). Wolfgang