我喜欢加载mathrsfs
以访问补充字母形状:提供的字母形状mathscr
与生成的字母形状明显不同mathcal
。但它与 配合使用效果不佳tikzposter
:以下文档生成警告“字体形状‘U/rsfs/m/n’大小<29.86>不可用,大小<24.88>在输入行 9 中替换”,而且字母确实mathscr
显得太小了。
\documentclass{tikzposter}
\usepackage{mathrsfs}
\begin{document}
\begin{columns}
\column{0.4}
\block{Test}{
$\mathcal{A}$ $\mathscr{A}$ $A$
}
\end{columns}
\end{document}
您是否知道是否可以解决这个问题,或者是否mathrsfs
存在针对此用例的替代方案?(并且,mathrsfs
不要提供这些字母的粗体版本;如果提出的解决方案也能避免这个问题,那将是一个加分项。)
答案1
该包rsfso
提供了可扩展的 Type 1 版本的 RSFS 字体。
这似乎给出了一个很好的结果:
\documentclass{tikzposter}
\usepackage[scr]{rsfso}
\begin{document}
\begin{columns}
\column{0.4}
\block{Test}{
$\mathcal{A}$ $\mathscr{A}$ $A$
}
\end{columns}
\end{document}
@MarianG 在下面的评论中展示了如何使用\pmb
伪造粗体数学