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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
\input texinfo @c -*-texinfo-*-
@c % Copyright (C) 2004 Aaron S. Hawley
@c % Author: Aaron S. Hawley <ashawley@gnu.uvm.edu>
@c % Keywords: docs, texinfo, extensions, bib
@c % This file is free software; you can redistribute it and/or modify
@c % it under the terms of the GNU General Public License as published by
@c % the Free Software Foundation; either version 2, or (at your option)
@c % any later version.
@c % This file is distributed in the hope that it will be useful,
@c % but WITHOUT ANY WARRANTY; without even the implied warranty of
@c % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@c % GNU General Public License for more details.
@c % You should have received a copy of the GNU General Public License
@c % along with texi2html; see the file COPYING. If not, write to
@c % the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
@c % Boston, MA 02111-1307, USA.
@comment %**start of header
@setfilename my-file-with-bib.info
@settitle Texinfo with a Bibliography and References
@include my-bib-macros.texi
@mybibuselist{References}
@comment %**end of header
@node Top
@top Top
@menu
* Introduction::
* @mybibnode{}::
@end menu
@node Introduction
@chapter Introduction
The ability of a documentation format to make cross references to a
bibliography, a feature of LaTeX @mybibcite{LaTeX2e}, isn't
currently supported in Texinfo.
@node @mybibnode{}
@chapter References
@itemize @asis
@mybibitem{LaTeX2e} Leslie Lamport, LaTeX User's Guide and
Reference Manual, 2nd edition, Addison-Wesley, Reading,
Massachusetts, 1994.
@end itemize
@bye
|