根据这个问题:可以将乳胶排版成布尔巴基的书的样子吗?Springer 出版布尔巴基作品所采用的字体是Adobe Minion Baskerville的变体。
但是,这种字体很贵,我想知道是否有看起来相似的免费替代品;适用于数学和文本。大写 π 对我来说特别重要。
建议
巴斯克瓦德克斯
\usepackage[osf]{Baskervaldx} % tosf in text, tlf in math
\usepackage[baskervaldx,vvarbb]{newtxmath} % math italic letters from Baskervaldx
\usepackage[cal=boondoxo]{mathalfa} % mathcal from STIX, unslanted a bit
这页看起来很完美,但是∏与原来的有很大不同。
答案1
mathastext
选择使用欧拉字体的希腊字母的软件包eulergreek
给出的结果与您所寻找的结果类似,至少对于产品符号而言。
\documentclass{article}
\usepackage[osf]{Baskervaldx} % tosf in text, tlf in math
\usepackage[baskervaldx,vvarbb]{newtxmath} % math italic letters from Baskervaldx
\usepackage[italic,eulergreek]{mathastext}
\begin{document}
récurrent sur $p$ le composé $\displaystyle\prod_{i=1}^p x_i$.
\end{document}