Tagged Questions
5
votes
1answer
354 views
lualatex: smallcaps and microtype don't work together
Compiling the following MWE with lualatex doesn't produce small caps.
There are no font warnings.
\documentclass{article}
\usepackage{fontspec}
\newfontfeature{Microtype}{protrusion=default, ...
15
votes
1answer
837 views
fontspec, lua, microtype: Renderer=Basic no longer working for specific font styles
You may have noticed that, as of now,* letterspacing small capitals is not as easy as it was in pdfTeX, where we could simply combine \textsc with microtype's \textls. Consider this example, which ...
