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
|
<html>
<head><title>\bibitem</title></head>
<body>
<h1>\bibitem</h1>
<P>
</P>
<P>
<CODE>\bibitem[label]{cite_key}</CODE>
</P>
<P>
The <CODE>\bibitem</CODE> command generates an entry labelled by <CODE>label</CODE>.
If the <CODE>label</CODE> argument is missing, a number is generated as the
<CODE>label</CODE>, using the <CODE>enumi</CODE> counter. The <CODE>cite_key</CODE> is
any sequence of letters, numbers, and punctuation symbols not containing
a comma. This command writes an entry on the <TT>`.aux'</TT> file
containing <CODE>cite_key</CODE> and the item's <CODE>label</CODE>. When this
<TT>`.aux'</TT> file is read by the <CODE>\begin{document}</CODE> command, the
item's <CODE>label</CODE> is associated with <CODE>cite_key</CODE>, causing the
reference to <CODE>cite_key</CODE> by a <CODE>\cite</CODE> command to produce the
associated <CODE>label</CODE>.
</P>
<p>--><a href="index.html">LaTeX index</a>
</body>
</html>
|