backtracking / bibtex2html

Other
98 stars 27 forks source link

Sort by key #10

Open Jellby opened 7 years ago

Jellby commented 7 years ago

Is it possible to sort the entries by bibtex key? My keys are in the form "Smith1987a", -a help partially, as it groups entries by author, but I'd like them to be sorted by year (and letter) withing each author. If it's not currently possible, any chance it may be implemented?

kevinstadler commented 7 years ago

Not with the bibtex2html tool itself, but you can pre-process your .bib file with the bib2bib command that comes with bibtex2html (in your case using the option -s '$key'): https://www.lri.fr/~filliatr/bibtex2html/doc/manual.html#sec14