Browse Source

Update bibtexbrowser-documentation.wiki

pull/105/head
Martin Monperrus 5 years ago
committed by GitHub
parent
commit
0f53249807
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      bibtexbrowser-documentation.wiki

6
bibtexbrowser-documentation.wiki

@ -356,11 +356,11 @@ Add in ''bibtexbrowser.local.php'':
?>
</pre>
====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'':
<pre>
&lt;?php

Loading…
Cancel
Save