@bib tag
This tag can be used to insert a bibliography entry. It does the following things:
It start a new paragraph,
It adds a label and an index entry just like the @index tag. The index name used is bibliography.
It outputs an unique number associated to this entry followed by a dot.
The entry can then be used with the @xref tag and @xsee tag in the document. The default link text will be the entry number between square brackets.
Syntax [link]
@bib {<label name>}
Example [link]
@section {...}
... as described in @xref{krbook} and @xref{bsbook}.
@end section
@section TPe {Bibliography}
@bib {krbook} The C Programming Language, book by Brian Kernighan and Dennis Ritchie.
@bib {bsbook} The C++ Programming Language, book by Bjarne Stroustrup.
@end section