【问题标题】:Compiler errors when using BibTeX使用 BibTeX 时的编译器错误
【发布时间】:2019-04-22 07:53:40
【问题描述】:

我尝试在 LaTeX 中编译一些工作,首先使用命令pdflatex seminararbeit,编译良好。

之后,我尝试了bibtex seminararbeit,结果如下:

I found no \citation commands---while reading file seminararbeit.aux
I found no \bibdata command---while reading file seminararbeit.aux
I found no \bibstyle command---while reading file seminararbeit.aux

我的seminararbeit.tex 文件如下所示:

\documentclass[final,bibliography=totocnumbered]{include/sikseminar}
\usepackage[utf8]{inputenc} 
\usepackage{todonotes}
\usepackage{hyperref}
\hypersetup{colorlinks = true,linkcolor = black,citecolor = black,urlcolor = black,filecolor = black}
\graphicspath{{./figures/}}
\clubpenalty=10000  
\widowpenalty=10000

\overfullrule=1mm

\begin{document}

\newpage
\citation{ kopka00latex1}

\printbibliography


\end{document}

虽然seminararbeit.bib 看起来像这样:

@book{ kopka00latex1,
  author = "Helmut Kopka",
  title = "{LATEX, Band 1 -- Einf{\"u}hrung}",
  publisher = "Addison-Wesley",
  address = "München",
  year = {2000},
  edition = {3., überarbeitete Auflage},
  isbn = {3-8273-1557-3}
}

问题是,我需要使用我包含的包,我想这就是问题的根源。

你们有什么想法吗?

【问题讨论】:

    标签: latex bibtex bibliography biblatex


    【解决方案1】:

    不要使用\citation。请改用\cite

    【讨论】:

      猜你喜欢
      • 2021-02-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-07-13
      • 2012-10-31
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多