Index of /afs/cs.cmu.edu/user/khaigh/www/bibtex

      Name                    Last modified       Size  Description

[DIR] Parent Directory 25-Aug-2009 14:59 - [   ] papers-to-html.tex 09-Oct-1997 13:00 1k [TXT] papers-to-html.html 09-Oct-1997 14:10 4k [   ] papers-to-html.bbl 09-Oct-1997 13:37 4k [   ] makerefs.c 09-Oct-1997 15:06 3k [   ] makerefs 09-Oct-1997 15:11 19k [   ] local.bib 09-Oct-1997 14:10 6k [   ] html-alpha.bst 09-Oct-1997 13:37 21k

This directory contains files to use BibTex to do automatic conversion of a paper's references to HTML including URLs.

Copy the files html-alpha.bst and makerefs.c to your directory.

Compile makerefs: gcc -o makerefs makerefs.c

local.bib, papers-to-html.tex and papers-to-html.html are example files.

=======================================================================
Procedure:
   1. Write your paper as normal

   2. Insert URL entries into your .bib file

   3. Change the \bibliographystyle to
      \bibliographystyle{html-alpha}

   4. latex paper
      bibtex paper
          [It will no longer latex correctly.]
          The file paper.bbl contains (mostly) html

   4. ./makerefs paper
          The file paper.html now contains usable html (no odd latex-isms).
  
If you want latex2html to access this reference file rather than the
one it normally uses, you will have to change the "<a name=Author97>"
lines to the same key.
=======================================================================