无法在 Pgothic 文本上生成轮廓线

无法在 Pgothic 文本上生成轮廓线

我使用以下代码编译pdflatex

\documentclass{book}
\usepackage{xcolor}
\usepackage{pgothic}
\usepackage{cabin}
\usepackage{pdfrender}      
\usepackage[outline]{contour}
\contourlength{1.35pt}
\usepackage{scalerel}
\usepackage{scalefnt}
\definecolor{forestgreen}{rgb}{.13, .55, .13}

\begin{document}
\thispagestyle{empty}
\Huge
{\pgothfamily{\contour{black}{\scalefont{1.55}{\color{forestgreen!55!black}\textbf{The New York Times}}}}}

\vspace*{35pt}

\cabin
\contour{black}{{\scalefont{1.50}{\color{forestgreen!55!black}\textbf{NEWSPAPER}}}}
\end{document}

输出:

在此处输入图片描述

如您所见,文本没有轮廓pgothic;然而,非哥特式文本的轮廓似乎运行良好。

有人知道为什么contour使用字体时命令在 MWE 中不起作用吗pgothic?我尝试将contour命令放在其他地方,但无济于事。此外,虽然我没有将其作为 MWE 的一部分,但当我尝试使用该命令“拉伸”字母时,我无法使用任何字体产生轮廓轮廓。和包vstretch之间是否存在已知冲突?contour[outline]scalerel

相关内容