kpfonts:没有错误,没有警告,但没有 PDF

kpfonts:没有错误,没有警告,但没有 PDF

我刚刚安装kpfonts通过 MikTex 包管理器安装了。我尝试重现以下示例,该示例取自此主题

\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{ntheorem}
\newtheorem{theorem}{Theorem}
\usepackage{amsmath}
\DeclareMathOperator{\Res}{Res}
\usepackage{kpfonts}
\begin{document}\pagestyle{empty}
\begin{theorem}[Residue Theorem]
Let $f$ be analytic in the region $G$ except for the isolated 
singularities $a_1,a_2,\dots,a_m$. If $\gamma$ is a closed 
rectifiable curve in $G$ which does not pass through any of the 
points $a_k$ and if $\gamma\approx 0$ in $G$, then
\[
  \frac{1}{2\pi i}\int_\gamma\! f = \sum_{k=1}^m 
  n(\gamma;a_k)\Res(f;a_k)\,.
\]
\end{theorem}
\end{document}

它可以很好地运行,例如,mathpazo但是当我用kpfonts它编译时,它会打开我的 PDF 查看器,但它不会显示文件,实际上也不会产生任何文件,也就是说我的工作词典中没有.pdf。也没有错误或警告。不明白。

相关内容