diff options
author | tonio <tonio@pkgsrc.org> | 2007-03-02 21:20:14 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2007-03-02 21:20:14 +0000 |
commit | b5b82b80c81fd512c604891fb7c201bfe485e7e8 (patch) | |
tree | 730d99e25627b1a0e9ef1b3a5a4c3b0d66234e59 /converters/bibtex2html/Makefile | |
parent | e616a6c74ee71bacc0a449010545307ac791657d (diff) | |
download | pkgsrc-b5b82b80c81fd512c604891fb7c201bfe485e7e8.tar.gz |
update converters/bibtex2html to 1.85
Version 1.85, 2/11/2006
=======================
o fixed HTML output in f_bib.html: <pre> no more enclosed in <p>;
bibtex fields now typeset in lowercase; added links back to f.html
o macros \textin (<sub>), \textsu (<sup>), \textsi (<i>),
and macros \textln, \textos, \textdf, \textsw without translation
o fixed bug in --quiet under Windows
o option -t now sets the title of f_bib.html too (and of entries
files when used with -multiple)
Version 1.84, 19/10/2006
========================
o improved support for MRNUMBER of AMS styles: only first word used
in URL link
Version 1.83, 13/09/2006
========================
o support for DOI links: a field "DOI = {xxx}" will be recognized, if any,
and a link to http://dx.doi.org/xxx will be displayed;
option -no-doi turns it off and option -doi-prefix <url> sets a
different prefix for the DOI urls
o macro \H (Hungarian umlauts)
o new option -linebreak to insert a linebreak between an entry and its links
o new option -use-table to enforce the use of a table (to be used
_after_ -no-keys if needed)
Diffstat (limited to 'converters/bibtex2html/Makefile')
-rw-r--r-- | converters/bibtex2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile index 3776897b4a1..6213c873ddb 100644 --- a/converters/bibtex2html/Makefile +++ b/converters/bibtex2html/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2007/01/07 09:13:49 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2007/03/02 21:20:14 tonio Exp $ -DISTNAME= bibtex2html-1.82 +DISTNAME= bibtex2html-1.85 CATEGORIES= converters MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ |