summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-bibinline.html
blob: 35a57f74f3e375ce4938c539ee4661804b439774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<head>
<title>UK TeX FAQ -- question label bibinline</title>
</head><body>
<h3>Putting bibliography entries in text</h3>
<p/>This is a common requirement for journals and other publications in
the humanities.  Sometimes the requirement is for the entry to appear
in the running text of the document, while other styles require that
the entry appear in a footnote.
<p/>Options for entries in running text are
<ul>
<li> The package <i>bibentry</i>, which puts slight restrictions
  on the format of entry that your <code>.bst</code> file generates, but is
  otherwise undemanding of the bibliography style.
<li> The package <i>inlinebib</i>, which requires that you use its
  <i>inlinebib.bst</i>.  <i>Inlinebib</i> was actually designed for
  footnote citations: its <em>expected</em> use is that you place a
  citation inline as the argument of a <code>\</code><code>footnote</code> command.
<li> The package <i>jurabib</i>, which was originally designed for
  German law documents, and has comprehensive facilities for the
  manipulation of citations.  The package comes with four bibliography
  styles that you may use: <i>jurabib.bst</i>, <i>jhuman.bst</i> and
  two Chicago-like ones.
</ul>
<p/>Options for entries in footnotes are
<ul>
<li> The package <i>footbib</i>, and
<li> Packages <i>jurabib</i> and <i>inlinebib</i>, again.
</ul>
Note that <i>jurabib</i> does the job using LaTeX&#8217;s standard
footnotes, whereas <i>footbib</i> creates its own sequence of
footnotes.  Therefore, in a document which has other footnotes, it may
be advisable to use <i>jurabib</i> (or of course
<i>inlinebib</i>), to avoid confusion of footnotes and foot-citations.
<dl>
<dt><tt><i>bibentry.sty</i></tt><dd><em>Distributed with</em> <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/natbib.zip">macros/latex/contrib/natbib</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/natbib/">browse the directory</a>)
<dt><tt><i>footbib.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/footbib.zip">macros/latex/contrib/footbib</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/footbib/">browse the directory</a>)
<dt><tt><i>inlinebib.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/biblio/bibtex/contrib/inlinebib.zip">biblio/bibtex/contrib/inlinebib</a> (or <a href="http://www.tex.ac.uk/tex-archive/biblio/bibtex/contrib/inlinebib/">browse the directory</a>)
<dt><tt><i>jurabib.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/jurabib.zip">macros/latex/contrib/jurabib</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/jurabib/">browse the directory</a>)
</dl>
<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=bibinline">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=bibinline</a>
</body>