stipub / stixfonts

OpenType Unicode fonts for Scientific, Technical, and Mathematical texts
SIL Open Font License 1.1
686 stars 41 forks source link

[latex] stix2 package silently disables `\textcircled` #266

Open randolf-scholz opened 3 months ago

randolf-scholz commented 3 months ago
\documentclass{standalone}
\usepackage{stix}
\begin{document}
\textcircled{a}% <-- produces `ⓐ` with stix, but `a` with stix2
\end{document}

Tested with TexLive 2024:

\ProvidesPackage{stix2}[2021/01/14 v2.0.2-latex STIX Two fonts support package]