From 0f5324980754b0f10c7272cf146c82a32866474e Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Thu, 20 Feb 2020 09:13:27 +0000 Subject: [PATCH] Update bibtexbrowser-documentation.wiki --- bibtexbrowser-documentation.wiki | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bibtexbrowser-documentation.wiki b/bibtexbrowser-documentation.wiki index 55dc7fb..c862cf1 100755 --- a/bibtexbrowser-documentation.wiki +++ b/bibtexbrowser-documentation.wiki @@ -356,11 +356,11 @@ Add in ''bibtexbrowser.local.php'': ?> -====How to configure the order of Bibtex entries?==== +====How to configure the sorting order of Bibtex entries?==== -The default order is first by year, then by month (according to bibtexfield ''month''), see ''define('ORDER_FUNCTION',...)'' and ''define('ORDER_FUNCTION_FINE',...)''. +The default order is first by bibtex field year, then by bibtex field month, per functions `compare_bib_entry_by_year` and `compare_bib_entry_by_month`. -You can also set another order function in ''bibtexbrowser.local.php'': +You can change this with ''define('ORDER_FUNCTION',...)'' and ''define('ORDER_FUNCTION_FINE',...)'' in ''bibtexbrowser.local.php'':
 <?php