Add volume to field ordering

Fix #40, which was annoying.
Any implementation of #33 should watch out for this.
main
Fabien Benureau 9 years ago
parent 666941d471
commit 2db80c66ae

@ -54,7 +54,7 @@ def customizations(record):
return record
bibfield_order = ['author', 'title', 'journal', 'institution', 'publisher',
'year', 'month', 'number', 'pages', 'link', 'doi', 'note',
'year', 'month', 'number', 'volume', 'pages', 'link', 'doi', 'note',
'abstract']

Loading…
Cancel
Save