Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
bibtex2html: BibTeX to HTML converter
The bibtex2html home page
bibtex2html is a collection of tools for translating from
BibTeX to HTML. They allow to produce, from a set of bibliography
files in BibTeX format, a bibliography in HTML format.
Here are some features:
Handle any BibTeX style (even those producing multiple
bibliographies);
Use additional fields like abstract, url,
ps, etc. to insert web links;
Crossrefs are also replaced by links;
Sort by dates or authors, in increasing or decreasing order;
Read simple macros in TeX or LaTeX files;
Show syntax errors in BibTeX files;
Extract from one or several BibTeX files the set of entries
satisfying a given criterion.
Note for users using a version of bibtex2html prior to 1.98:
TeXlive 2010 prevents bibtex2html to run
bibtex in a temporary directory, resulting in an error message such as
bibtex: Not writing to /var/folders/Ub/Ubo4JLWw2RWgeU+1YuiY3U+++TM/-Tmp-/bib2html67bb78.blg (openout_any = p).
I couldn't open file name `/var/folders/Ub/Ubo4JLWw2RWgeU+1YuiY3U+++TM/-Tmp-/bib2html67bb78.blg'
error 1 while running bibtex
A workaround consists in telling bibtex2html to use the current
directory for temporary files, using the following shell command
before running bibtex2html:
export TMPDIR=.
Distribution
bibtex2html is written in OCaml
and is freely distributed, under the terms of the
GNU GENERAL PUBLIC LICENSE. bibtex2html requires that bibtex is
installed.