bib-example.texi 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. \input texinfo @c -*-texinfo-*-
  2. @c % Copyright (C) 2004 Aaron S. Hawley
  3. @c % Author: Aaron S. Hawley <ashawley@gnu.uvm.edu>
  4. @c % Keywords: docs, texinfo, extensions, bib
  5. @c % This file is free software; you can redistribute it and/or modify
  6. @c % it under the terms of the GNU General Public License as published by
  7. @c % the Free Software Foundation; either version 2, or (at your option)
  8. @c % any later version.
  9. @c % This file is distributed in the hope that it will be useful,
  10. @c % but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. @c % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. @c % GNU General Public License for more details.
  13. @c % You should have received a copy of the GNU General Public License
  14. @c % along with texi2html; see the file COPYING. If not, write to
  15. @c % the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  16. @c % Boston, MA 02111-1307, USA.
  17. @comment %**start of header
  18. @setfilename my-file-with-bib.info
  19. @settitle Texinfo with a Bibliography and References
  20. @include my-bib-macros.texi
  21. @mybibuselist{References}
  22. @comment %**end of header
  23. @node Top
  24. @top Top
  25. @menu
  26. * Introduction::
  27. * @mybibnode{}::
  28. @end menu
  29. @node Introduction
  30. @chapter Introduction
  31. The ability of a documentation format to make cross references to a
  32. bibliography, a feature of LaTeX @mybibcite{LaTeX2e}, isn't
  33. currently supported in Texinfo.
  34. @node @mybibnode{}
  35. @chapter References
  36. @itemize @asis
  37. @mybibitem{LaTeX2e} Leslie Lamport, LaTeX User's Guide and
  38. Reference Manual, 2nd edition, Addison-Wesley, Reading,
  39. Massachusetts, 1994.
  40. @end itemize
  41. @bye