请确认字体系列Times
是否Nimbus
相同,否则两者是否不同?请...
平均能量损失
\documentclass{book}
\usepackage{times}
\usepackage{lipsum}
\begin{document}
\lipsum[1-2]
\end{document}
当我运行该文件LaTeX-dvips-PS2PDF
时,字体名称显示为 Times,但如果我运行,PDFLaTeX
字体名称则显示为Nimbus
...
另外,请注意,我知道“times.sty”有些旧了,需要使用txfonts
,但我需要知道字体名称(Times
到Nimbus
)如何根据TeX
引擎改变?请指教...
答案1
times
是一个非常古老的软件包(比 LaTeX2e 还老),现在不推荐。
最初它被设置为使用当时刚刚面世的 PostScript 激光打印机内置字体,因此实际使用的字体取决于所用打印机的品牌,但对于 Apple(或 Sun)激光打印机来说,字体将是 Monotype Times Roman。
现在普遍要求嵌入字体,并且标准发行版中的映射文件应该将时间映射到可免费使用的 urw Times Roman 克隆版,该克隆版最初是 Ghostscript 发行版的一部分。
无论 pdflatex 还是 dvips/ps2pdf 与 texlive 2021 一起使用,我都会得到这个信息。
latex-dvips-ps2pdf:
$ pdffonts aa826.pdf
name type encoding emb sub uni object ID
------------------------------------ ----------------- ---------------- --- --- --- ---------
EREQUQ+NimbusRomNo9L-Regu Type 1C WinAnsi yes yes yes 7 0
pdflatex:
$ pdffonts aa826.pdf
name type encoding emb sub uni object ID
------------------------------------ ----------------- ---------------- --- --- --- ---------
ABJWAB+NimbusRomNo9L-Regu Type 1 Custom yes yes yes 4 0
如果你想要一个 Times Roman 克隆,最好使用较新的包,例如
\usepackage{newtxtext,newtxmath}
tx 字体基于 URW 字体,但经过调整以更好地适应乳胶的使用,尤其是在数学中。