我想在文档中间创建一个展示书目(只有一个条目)。我尝试过创建一个单独的 bib 文件,其中只有这个条目和\nocite
命令,但它会创建一个我不想要的 ToC 项目。\bibliography*{}
根本不起作用。我也试过了,\begin{thebibliography}
但还是不起作用。
代码在这里:
\documentclass[a4paper]{book}
\usepackage[utf8]{inputenc}
\usepackage{apacite}
\begin{document}
\section{bibliography example}
This is the bibliography example:
%i want to get it here
\bibliographystyle{apacite}
\bibliography{sample}
\nocite{*}
示例文件如下所示:
@book {H2G2,
author = {Douglas Adams},
title = "Hitchhikers Guide to the Galaxy",
chapter = "5",
pages = "42",
year = "1996",
}
如果不使用\nocite{*}
命令运行它,我会得到一个错误,因为我没有任何引用。但如果我使用命令运行它,它会编译,但我得到一个新的部分和目录条目,这是我不想要的。因此,如果我将命令编辑为\bibliography*{sample}
:
I couldn't open database file *.bib
---line 46 of file main.aux
: \bibdata{*
: }
I'm skipping whatever remains of this command