-
-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
Description
Lower case small capitals with macron of vowels are replaced by lower case regular letters with macron. I have tested some but not all fonts of the typeface but I assume that this applies to all fonts of Libertinus. I have not checked all diacritics but I have only found this issue with macrons.
Therefore, I kindly would like to get my mistake pointed out or an addition of lower case small capitals to all fonts of the Libertinus typeface.
Compile
\documentclass{memoir}
\usepackage{fontspec}\setmainfont{LibertinusSerif-Regular.otf}
\usepackage{unicode-math}\setmathfont{LibertinusMath-Regular.otf}
\begin{document}
\textsc{AĀ aā EĒ eē IĪ iī OŌ oō UŪ uū} (does not work)
AĀ aā EĒ eē IĪ iī OŌ oō UŪ uū (for comparison)
\={\textsc{a}}\={\textsc{e}}\={\textsc{i}}\={\textsc{o}}\={\textsc{u}} \textsc{\=a\=e\=i\=o\=u} (does not work)
\textsc L$\bar{\textsc{u}}$\textsc t$\bar{\textsc{e}}$\textsc x (dirty math trick)
\textsc{Lutex}
\end{document}
with LuaLaTeX or XeLaTeX to get

I use TeX Live 2019 (frozen) and I have manually installed Libertinus 6.11.
Thank you very much for this beautiful and versatile typeface.
Reactions are currently unavailable