vicent 字体包不起作用?

vicent 字体包不起作用?

我尝试在我的 PC(Windows 8,MiKTeX 2.9)上编译 vicent 包中的示例,然后在 Sharelatex、Overleaf 中编译,但没有成功,出现错误:

在我的 PC 上:!字体 OT1/vc/m/it/14.4=vcc14 在 14.4pt 处无法加载:未找到公制 (TFM) 文件。relax The Quick Brown Fox Jumps Over The Lazy Dog。}

Sharelatex:字体 OT1/vc/m/sl/12=vcm10 在 12.0pt 处无法加载:未找到度量(TFM)文件。

放松 l.7 \modernscriptshape . . .

我无法读取此字体的尺寸数据,因此我将忽略字体规范。[向导可以使用 TFtoPL/PLtoTF 修复 TFM 文件。] 您可以尝试插入不同的字体规范;例如,键入“I\font=”。

有什么建议吗?

MWE(封装示例)

\documentclass{article}
\usepackage{vicent}
\begin{document}
\Large\raggedright
\textcursive{This is the `cursive' shape, \textbf{in Bold series}
The Quick Brown Fox Jumps Over The Lazy Dog.}
\textmodernscript{This is the `modern script' shape, \textbf{in Bold
series} The Quick Brown Fox Jumps Over The Lazy Dog.}
\texttwist{This is the `twist' shape \textbf{in Bold series} The Quick Brown Fox Jumps Over The Lazy Dog.}
%example of using low level font selection to get a swash `r'
\raggedleft{\LARGE\fontfamily{vc}\fontshape{ui}\selectfont
James Kilfige\fontshape{its}\selectfont r }
\end{document}

相关内容