为什么脚注标记中的星号与realscripts
loaded 不同?
\documentclass{article}
\usepackage[symbol]{footmisc}
\usepackage{ebgaramond}
\begin{document}
\null\vfill
Text.\footnote{Footnote text.}
\end{document}
\documentclass{article}
\usepackage[symbol]{footmisc}
\usepackage{ebgaramond, realscripts}
\begin{document}
\null\vfill
Text.\footnote{Footnote text.}
\end{document}
答案1
这两颗星之间的区别在于,没有星号的星号是缩小版的realscripts
常规星号。摘自文档:U+002A
realscripts
该软件包还将修补默认的 LaTeX 脚注机制以供
\textsuperscript
自动使用。
如果字体有上标星号的替代字形,则将改用上标星号。字体EB Garamond
有这样的字形,称为asterisk.sups
。