Browse Source

fixed visibility problem in doc

pull/91/head
Martin Monperrus 7 years ago
parent
commit
7989d7c1a7
  1. 3
      bibtexbrowser-documentation.wiki

3
bibtexbrowser-documentation.wiki

@ -194,7 +194,8 @@ By default each bibliographic entry is followed by
[bibtex] [pdf] [doi], etc. [bibtex] [pdf] [doi], etc.
This can be tailored by configuring as follows (in the file ''bibtexbrowser.local.php'') This can be tailored by configuring as follows (in the file ''bibtexbrowser.local.php'')
<pre><?php
<pre>
&#60;?php
define('BIBTEXBROWSER_LINK_STYLE','MyFancyBib2links'); define('BIBTEXBROWSER_LINK_STYLE','MyFancyBib2links');
function MyFancyBib2links(&$bibentry) { function MyFancyBib2links(&$bibentry) {
// bib is a special type of link. without the url argument or with an invalid image, it prints '[bibtex]' // bib is a special type of link. without the url argument or with an invalid image, it prints '[bibtex]'

Loading…
Cancel
Save