Differences between revisions 1 and 30 (spanning 29 versions)
Revision 1 as of 2010-06-23 11:53:33
Size: 78
Editor: localhost
Comment:
Revision 30 as of 2010-11-04 11:50:21
Size: 854
Editor: sxc538b8
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<<IncludePage(http://mudshark.brookes.ac.uk/index.php/Our_Group, 90%, 30%)>> TableOfContents

== Purpose ==
This module will run BibTeX blocks such as the following through bibtex2html.
new
{{{
#!bibtex abstract=off usekeys=off keywords=off style=ieeetr /home/CSMNet/local/DocsAndBib/all.bib

@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
}

}}}

TableOfContents

Purpose

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

The locations of bibtex2html and bibtex have not been configured.
           Please add the following lines in wiki configuration: 
            
           bibtex_bibtex = '/path/to/bibtex'
           bibtex_bibtex2html = '/path/to/bibtex2html'
           
           Sometime it is also necessary to specify where the BibTeX style files (.bst) 
           are located. Then it is necessary to add a line in wiki configuration:  
                                   
           bstfiles = '/path/to/bstfiles'
             
           (Also see HelpOnConfiguration).

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