File: FAQ-nocitestar.html

package info (click to toggle)
texlive-doc 2007.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 129,872 kB
  • ctags: 3,330
  • sloc: xml: 23,147; perl: 8,370; makefile: 843; sh: 352; lisp: 276; java: 159; python: 97; sed: 4
file content (20 lines) | stat: -rw-r--r-- 1,188 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<head>
<title>UK TeX FAQ -- question label nocite*</title>
</head><body>
<h3>Listing all your BibTeX entries</h3>
<p>LaTeX and BibTeX co-operate to offer special treatment of this
requirement.  The command <code>\</code><code>nocite{*}</code> is specially treated,
and causes BibTeX to generate bibliography entries for every entry
in each <code>.bib</code> file listed in your <code>\</code><code>bibliography</code> statement, so
that after a LaTeX&ndash;BibTeX&ndash;LaTeX sequence, you have a
document with the whole thing listed.
<p>Note that LaTeX <em>doesn&rsquo;t</em> produce

&ldquo;<code>Citation ... undefined</code>&rdquo; or
&ldquo;<code>There were undefined references</code>&rdquo; warnings in respect of
<code>\</code><code>nocite{*}</code>.  This isn&rsquo;t a problem if you&rsquo;re running
LaTeX &ldquo;by hand&rdquo; (you <em>know</em> exactly how many times you have
to run things), but the lack might confuse automatic processors that
scan the log file to determine whether another run is necessary.
<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nocite*">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nocite*</a>
</body>