What causes this warning, and how to get rid of it?
I believe that I have installed some packages that make this warning, but I couldn't figure out how to undo this damage.
P.S. I am using MikTeX 2.9 on Win 10.
OpenType feature 'Ligatures=RequiredOff' (rlig) not(fontspec) available for font 'LatinModernRoman' with script(fontspec) 'CustomDefault' and language 'Default'.
\documentclass{elsarticle}
\usepackage{mathtools,mwe}
\usepackage[tuenc,no-math]{fontspec}
\usepackage[bold-style=TeX]{unicode-math}
\setmathfont[math-style=ISO]{Cambria Math}
\setmainfont[
Ligatures={NoRequired,
NoCommon,
NoContextual}
]{Latin Modern Roman}
\biboptions{square,numbers,sort&compress}
\begin{document}
text
\end{document}
otfinfocomes with every TeX-Distribution. The features are explained in the documentation offontspec– user187802 Oct 07 '19 at 18:49otfinfo -f lmroman12-regular.otf | grep ligin the command prompt and got this'otfinfo' is not recognized as an internal or external command. Am I doing it right? Additionally, I would be grateful if you explained how can I know thatLatin Modern Romanmaps tolmroman12-regular.otf? – Diaa Oct 07 '19 at 21:31otfinfois not part of the standard texlive installation on ubuntu either. – Clément Nov 29 '21 at 22:33