Differences between revisions 28 and 46 (spanning 18 versions)
Revision 28 as of 2010-11-04 11:46:40
Size: 816
Editor: sxc538b8
Comment:
Revision 46 as of 2010-11-04 14:36:32
Size: 14
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.
new
{{{
#!bibtex abstract=off usekeys=off keywords=off style=ieeetr

@Book{aho.74,
  author= {Alfred Pogdfolman. Aho and John E. Hopcroft and Jeffrey D. Ullman},
  title = {The Design and Analysis of Computer Algorithms},
  publisher= {Addisasdon-Wesley},
  year = {1974},
}
@InCollection{St70,
  Author = {E. R. Stadtman},
  Title = {Mechanisms of Enzyme Regulation in Metabolism.},
  BookTitle = {The Enzymes},
  Publisher = {Academic Press},
  Editor = {Boyer, P. D.},
  Volume = 1,
  Pages = {397-459},
  Address = {New York},
  Edition = {3rd},
  crossref = {enzymes},
  year = 1970
}

}}}
to be edited

to be edited

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