Uwe Siart
unread,Feb 18, 2019, 4:32:22 AM2/18/19You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Dear all,
When I compile the following MWE with lualatex letter spacing by
microtype's \textls doesn't work. When I comment fontspec and
\setmainfont (i.e. with lualatex's default font settings) it works as
expected:
% ----------------------------------
\documentclass{scrartcl}
\usepackage{fontspec}
\setmainfont{Libertinus Serif}
\usepackage{microtype}
\begin{document}
\textls[100]{Stop stealing sheep}
\end{document}
% ----------------------------------
Am I missing something?
--
Uwe