From 96a067b69587a2c7bd2e455b81f180ea3acf2a2d Mon Sep 17 00:00:00 2001 From: Sergey Goncharov <64401608+sergey-goncharov@users.noreply.github.com> Date: Wed, 17 Jun 2020 17:10:34 +0200 Subject: [PATCH] a fix to issue #106 --- bibtexbrowser-documentation.wiki | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bibtexbrowser-documentation.wiki b/bibtexbrowser-documentation.wiki index c862cf1..4c008e4 100755 --- a/bibtexbrowser-documentation.wiki +++ b/bibtexbrowser-documentation.wiki @@ -146,7 +146,8 @@ include( 'bibtexbrowser.php' ); - +In the above snippets, only the bibtex-entries containing 'Martin Monperrus' as an auhor will be extracted, but not 'Monperrus, Martin'. To remedy this, you need to add ''define('USE_FIRST_THEN_LAST',true);'' either to the php-query, or to +''bibtexbrowser.local.php'' ====How to change the reference style?==== '''By modifying the CSS'''