Differences between revisions 21 and 22
Revision 21 as of 2010-11-03 14:50:18
Size: 315
Editor: sxc538b8
Comment:
Revision 22 as of 2010-11-03 15:09:16
Size: 348
Editor: sxc538b8
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
TableOfContents

== Purpose ==
This module will run BibTeX blocks such as the following through bibtex2html.
Line 2: Line 7:
#!bibtex

@INCOLLECTION{Hu82,
  author = {L. Hue},
  title = {Futile Cycles and Regulation of Metabolism.},
  booktitle = {Metabolic Compartmentation},
  publisher = {Academic cvPress},
  year = {1982},
  editor = {Sies, H.},
  pages = {71-97},
  address = {Londomon},
  crossref = {Si82}
{ { {#!bibtex
@Book{aho.74,
  author= {Alfred V. Aho and John E. Hopcroft and Jeffrey D. Ullman},
  title = {The Design and Analysis of Computer Algorithms},
  publisher= {Addison-Wesley},
  year = {1974},
Line 15: Line 14:
} } }

TableOfContents

Purpose

This module will run BibTeX blocks such as the following through bibtex2html.

{ { {#!bibtex
@Book{aho.74,
  author= {Alfred V. Aho and John E. Hopcroft and Jeffrey D. Ullman},
  title = {The Design and Analysis of Computer Algorithms},
  publisher= {Addison-Wesley},
  year  = {1974},
}
} } }

None: Group Members (last edited 2022-11-25 10:48:52 by yanica)