将 Nimbus 字体系列更改为 Times Roman

将 Nimbus 字体系列更改为 Times Roman

我的代码如下:

\documentclass{book}
\usepackage{linguex}%
\usepackage{tikz}%
\usetikzlibrary{decorations.text,calc,arrows.meta}%
\usepackage{tikz-qtree}%
\usepackage[T1]{fontenc}
\usepackage{times}
%\usepackage{showframe}

\begin{document}

\ex.
\Tree [.CauseP [.DP \edge[roof]; {`the zog'} ] [ [.\textsc{cause} ] [
[.\textsc{past} ] [.vP \edge[roof]; {`dissolved the
house'} ]]] ]

\end{document}

我正在运行它PDFLaTeX,字体名称显示为Nimbus,请参阅下面的屏幕截图:

在此处输入图片描述

但我希望字体名称应该显示为 Times,即使我使用的是 PDFLaTeX,这可能吗,请指教...

相关内容