错误 tex 容量超出

错误 tex 容量超出

我很难理解下面的代码有什么问题。当我在 tex 中运行它时,我收到错误输入限制超出。确切的错误粘贴在下面:

在此处输入图片描述

我正在使用 texmaker 来运行代码。

\documentclass[a4paper,12pt]{article} %{scrartcl}

    \usepackage{filecontents}
    \begin{filecontents*}{Bibliografy.bib}
    @misc{wikipedia1,
      title = "Scripting language",
      author = "Wikipedia",
      url = {http://en.wikipedia.org/wiki/Scripting_language},
      year = 2014,
    }
    \end{filecontents*}

    \usepackage[numbers]{natbib}
    \usepackage{url}

    \begin{document}    
    \cite{wikipedia1}
    \bibliographystyle{plainnat}
    %\bibliography{Bibliografy}
    \end{document}

答案1

重新安装了 miktex,突然一切开始正常工作。感谢您的帮助

相关内容