- Support for arXiv preprints links: A field "eprint = {xxx}" will
be recognized, if any, and a link to http://arxiv.org/abs/ will be
displayed. The command-line option -noeprint disables this new
behavior; the option -eprintf-prefix <url> sets a different prefix
for these URLs.
- bib2bib: giving '$date' as argument of option -s allows to sort from
oldest to newest entry.
- bib2bib: field names in conditions may contain digits and '-' (usefull
for custom fields).
Replace pkg-plist by PLIST_FILES in Makefile.
- New bib2bib option --expand-xrefs to perform crossrefs expansion.
- Option -m (reading macros from a file):
- fixed macro definition with \def
- macros with arguments are now supported
- Added accents conversion for tilda, and fixed accents conversion
for \"i, \"\i and such (patch by Samuel Colin).
- Fixed bib2bib command-line options to accept --warn-error and
--quiet (as described in the manual).
- Fixed bug in bib2bib and bibtex2html when quotes (") are used in fields.
- Fixed bug with -nobibsource and -multiple (bib links on the separate
pages).
- bib2bib: = and <> are now case insensitive; use == and != instead
to perform case sensitive comparison.
- Correctly support $x$$y$ where the central $$ is not passing into
display math mode.
- More cases for accent macros \' \~ \. \u \v (patch by John Kewley).
- entry types and field names now typeset in lowercase in f_bib.html
- new option -unicode to use Unicode entities for some macros
(such as ◯ for \bigcirc, etc.)
- new option -html-entities to use HTML entities for some macros
such as \le, \approx, etc. (patch by Steven G. Johnson)
- new option -header to insert a header (similar to -footer)
(patch by Steven G. Johnson)
- New option -revkeys to number entries in reverse order.
- Fixed bug with '\ ' (backslash space) introduced in version 1.82.
- \c{C}, \"y, \"Y and \k (using unicode entities).
- 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.
- Macros \textin (<sub>), \textsu (<sup>), \textsi (<i>), and macros
\textln, \textos, \textdf, \textsw without translation.
- Option -t now sets the title of f_bib.html too (and of entries
files when used with -multiple).
Submitted by: rafan
- 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.
-no-doi disables this, and -doi-prefix <url> sets a different prefix
for DOI URLs.
- Support macro \H (Hungarian umlauts).
- New option -linebreak inserts a linebreak between an entry and its links.
- New option -use-table enforces the use of a table (to be used after
-no-keys if needed). By default, -nokeys disables the use of tables.
- `` and '' are translated to “ and &rdquo.
- Some aesthetic changes.
- Improve date parsing: month field such as "2~" # dec is now parsed.
- Improve date sorting to handle months such as mar # "\slash " # apr.
- Bugfix: a space after a macro is now discarded.
- New option --print-keys displays the sorted keys (and exits).
According to the upstream ChangeLog, this addresses the following issues:
o remove leading ./ in front of relative URLs (was introduced a long
time ago to circumvent an Internet Explorer bug)
o no more escaping of the character & in URLs
o fixed bug with ISO-latin characters in bib2bib conditions
o fixed bug with implicit abbrevs (jan, feb, etc.)