有人能告诉我下图是否是 LaTeX 字体吗?如果是,是什么字体?与普通的 LaTeX 字体相比,它的字符看起来更密集、更粗(这正是我想要的)。提前谢谢。
答案1
字体是NC Schoolbook:
\documentclass{article}
\usepackage{fouriernc}
\begin{document}
\textbf{Pasipoularides.}
\textit{Am J Physiol}
$n=7$
2002.---Functional imaging
\end{document}