From 3a216ef7aeb2dd1048ebf236ce9ed0461298e857 Mon Sep 17 00:00:00 2001 From: Sergey Goncharov <64401608+sergey-goncharov@users.noreply.github.com> Date: Sun, 21 Jun 2020 10:30:34 +0200 Subject: [PATCH] fix issue #106 (#108) --- 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'''