LuaLaTeX from MacTeX 2017 (TeX Live 2017) is giving me a bunch of microtype warnings on this MWE using the Lato font:
\documentclass{article}
\usepackage{fontspec}
\usepackage{microtype}
\setmainfont{Lato}
\begin{document}
Foo
\end{document}
The output from lualatex mwe.tex has a bunch of warnings such as:
Package microtype Warning: Unknown slot number of character
(microtype) `\u A'
(microtype) in font encoding `TU' in inheritance list
(microtype) `microtype.cfg/375(protrusion)'.
I never got these warnings with MacTeX 2016. I have read many TeX.se answers, most notably the question where it is suggested that microtype 2.7 will fix this problem, but I have updated MacTeX, including microtype 2.7, and I am still getting these warnings.
How should I get rid of these warnings?
Thanks!
\H uand\r u, just to mention two. This seems the source for the issue (I'm not saying it isn't an issue). – egreg Jul 15 '17 at 21:03\r{u}use the trailing combining ring accent character rather than the declared slot, but not sure what microtype is supposed to do to detect that. – David Carlisle Jul 15 '17 at 21:10