From 04a00bce57bbe74486a62239af9dd4096fafbd71 Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Fri, 29 Oct 2021 07:38:26 +0000 Subject: [PATCH] doc: clarify the usage of the IEEE style --- README.wiki | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.wiki b/README.wiki index 93dbd48..6aab7bc 100755 --- a/README.wiki +++ b/README.wiki @@ -184,9 +184,18 @@ define('BIBLIOGRAPHYSTYLE','MyFancyBibliographyStyle');   -See Janos Tapolcai's style, which looks like IEEE references (see function JanosBibliographyStyle), and Kai's one [[http://github.com/KaiBi/IEEEStyleForBibtexbrowser|another custom citation style for bibtexbrowser adhering to the IEEE citations guidelines (on github)]]. +====How to use the IEEE bibliographic style?==== -For contributing with a new style, [[http://www.monperrus.net/martin/|please drop me an email ]] +Create a file `bibtexbrowser.local.php`, in the same folder as `bibtexbrowser.php`, containing: +
+
+
+  + +See also [[http://github.com/KaiBi/IEEEStyleForBibtexbrowser|another custom citation style for bibtexbrowser adhering to the IEEE citations guidelines (on github)]]. ====How to change the link style?====