From 2db80c66ae9fafb9388b3888039f3d3f2d8f2f53 Mon Sep 17 00:00:00 2001 From: Fabien Benureau Date: Sun, 10 Jan 2016 22:08:21 +0100 Subject: [PATCH] Add volume to field ordering Fix #40, which was annoying. Any implementation of #33 should watch out for this. --- pubs/endecoder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubs/endecoder.py b/pubs/endecoder.py index 4a50f51..d0c13f2 100644 --- a/pubs/endecoder.py +++ b/pubs/endecoder.py @@ -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']