
Am 12.06.25 um 21:41 schrieb Hans Hagen:
On 6/12/2025 8:37 PM, Henning Hraban Ramm wrote:
For (OpenType) fonts that don’t have native smallcaps, like IBM Plex, I used to get fake smallcaps with \sc.
This still worked in 2024-12. Now it doesn’t, and \setsmallcaps or any of the other options that activate the scaps feature also don’t work, which makes sense.
https://wiki.contextgarden.net/Pseudo_Small_Caps looks very MkII.
indeed, as in those 8 bit times there were special small caps fonts while now we have it as font feature but not in all fonts.
Is there a solution?
\cap
look a bit for charactercasing (\Word etc also sit in that category).
Thank you (also Wolfgang)! Both solutions work (of course). The old mechanism worked differently – I had to lowercase (\word) everything, and the resulting fake scaps were a bit wider. But I don’t cling to that. Hraban