当使用footmisc
带有默认字体(我假设是 Computer Modern)的包时,我能够产生以下输出:
使用代码:
\documentclass[12pt]{book}
%\usepackage[para]{footmisc}
\usepackage{footmisc}
\usepackage{perpage}
\MakePerPage{footnote}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
%\usepackage[lf]{electrum}
\begin{document}
\thispagestyle{empty}
A sentence.\footnote{First footnote}
Another sentence.\footnote{Second footnote}
Another sentence.\footnote{Third footnote}
A sentence.\footnote{Fourth footnote}
Another sentence.\footnote{Fifth footnote}
Another sentence.\footnote{Sixth footnote}
\end{document}
但是,当我调用electrum
字体时,一些脚注标记会发生很大变化 - 例如第一个脚注标记更像一个点而不是星号:
起初,我以为这可能与字体有关electrum
,但是当我使用不带包的字体时footmisc
,脚注标记几乎没有变化。
问题:我该如何使用这两个footmisc
包和electrum
用 PDFlatex 编译的字体,以便脚注标记按原样显示?我特别想确保第一个脚注(在每一页上)显示为星号而不是点。(如果不是,在使用上述两个包时,我该如何放大脚注标记的大小,以便细小、微妙的琥珀金星号不那么难以区分?)
谢谢。
答案1
字体electrum
的星号不是点,但看起来不像默认的星号那样尖锐。你得到了你想要的。如果你想把electrum
星号改成更尖锐的东西,那就完全是另一回事了。--- GOM