123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- \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
|