1BIBTEX(1) Web2C 2012 BIBTEX(1)
2
3
4
6 bibtex - make a bibliography for (La)TeX
7
9 bibtex [-min-crossrefs=number] [-terse] auxname[.aux]
10
12 This manual page is not meant to be exhaustive. The complete documen‐
13 tation for this version of TeX can be found in the info file or manual
14 Web2C: A TeX implementation.
15
16 BibTeX reads the top-level auxiliary (.aux) file auxname that was out‐
17 put during the running of latex(1) or tex(1) and creates a bibliography
18 (.bbl) file that will be incorporated into the document on subsequent
19 runs of LaTeX or TeX.
20
21 BibTeX looks up, in bibliographic database (.bib) files specified by
22 the \bibliography command, the entries specified by the \cite and
23 \nocite commands in the LaTeX or TeX source file. It formats the
24 information from those entries according to instructions in a bibliog‐
25 raphy style (.bst) file (specified by the \bibliographystyle command,
26 and it outputs the results to the .bbl file.
27
28 The LaTeX manual explains what a LaTeX source file must contain to work
29 with BibTeX. Appendix B of the manual describes the format of the .bib
30 files. The `BibTeXing' document describes extensions and details of
31 this format, and it gives other useful hints for using BibTeX.
32
34 The -min-crossrefs option defines the minimum number of crossref
35 required for automatic inclusion of the crossref'd entry on the cita‐
36 tion list; the default is two. With the -terse option, BibTeX operates
37 silently. Without it, a banner and progress reports are printed on
38 stdout.
39
41 BibTeX searches the directories in the path defined by the BSTINPUTS
42 environment variable for .bst files. If BSTINPUTS is not set, it uses
43 the system default. For .bib files, it uses the BIBINPUTS environment
44 variable if that is set, otherwise the default. See tex(1) for the
45 details of the searching.
46
47 If the environment variable TEXMFOUTPUT is set, BibTeX attempts to put
48 its output files in it, if they cannot be put in the current directory.
49 Again, see tex(1). No special searching is done for the .aux file.
50
52 *.bst Bibliography style files.
53
54 btxdoc.tex
55 ``BibTeXing'' - LaTeXable documentation for general BibTeX users
56
57 btxhak.tex
58 ``Designing BibTeX Styles'' - LaTeXable documentation for style
59 designers
60
61 btxdoc.bib
62 database file for those two documents
63
64 xampl.bib
65 database file giving examples of all standard entry types
66
67 btxbst.doc
68 template file and documentation for the standard styles
69
70 All those files should be available somewhere on your system.
71
72 The host math.utah.edu has a vast collection of .bib files available
73 for anonymous ftp, including references for all the standard TeX books
74 and a complete bibliography for TUGboat.
75
77 latex(1), tex(1).
78 Leslie Lamport, LaTeX - A Document Preparation System, Addison-Wesley,
79 1985, ISBN 0-201-15790-X.
80
82 Oren Patashnik, Stanford University. This man page describes the web2c
83 version of BibTeX. Other ports of BibTeX, such as Donald Knuth's ver‐
84 sion using the Sun Pascal compiler, do not have the same path searching
85 implementation, or the command-line options.
86
87
88
89bibtex 0.99d 1 February 2010 BIBTEX(1)