Allora, ho rimediato anche la versione di Adobe:
NewAsterLTStd-Black.otf
NewAsterLTStd-BlackIt.otf
NewAsterLTStd-Bold.otf
NewAsterLTStd-BoldIt.otf
NewAsterLTStd-It.otf
NewAsterLTStd-SemiBold.otf
NewAsterLTStd-SemiBoldIt.otf
NewAsterLTStd.otf
e l’ho caricata così:
`%%%%%%%%%%%%%%%%%%%%%%%%%%% PREAMBOLO %%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[twoside]{article}
\usepackage{polyglossia}
\setmainlanguage{italian}
\usepackage{fontspec}
\setmainfont[Renderer=Basic,Ligatures=TeX,SmallCapsFeatures={Letters=SmallCaps}]{New Aster LT Std}
%%%%%%%%%%%%%%%%%%%%%%%%%%%% INIZIO DOCUMENTO %%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\selectlanguage{italian}
Vorrei scrivere qualcosa in \textsc{small caps}.
\end{document}
\endinput
`
Ma ancora nulla.
Il compilatore restituisce:
* fontspec warning: “only-luatex-feature”
*
* Ignored LuaTeX only feature: ‘Renderer=Full/Basic’.
*************************************************
(./Prova Agostiniani_semplice.aux)
(/usr/local/texlive/2014/texmf-dist/tex/latex/tipa/t3cmr.fd)LaTeX Font Warning: Font shape `EU1/NewAsterLTStd(0)/m/sc’ undefined
(Font) using `EU1/NewAsterLTStd(0)/m/n’ instead on input line 12.[1] (./Prova Agostiniani_semplice.aux)
LaTeX Font Warning: Some font shapes were not available, defaults substituted.
Che faccio….???