monperrus / bibtexbrowser

Beautiful publication lists with bibtex and PHP (standalone or in Wordpress)
http://www.monperrus.net/martin/bibtexbrowser/
84 stars 54 forks source link

all authors in side menu #102

Closed LukasCBossert closed 4 years ago

LukasCBossert commented 4 years ago

Is there a way to get all authors into one menu page (with a scroll down bar), so there is no need for clicking through several pages?

monperrus commented 4 years ago

This is already supported: https://www.monperrus.net/martin/bibtexbrowser.php?frameset&bib=monperrus.bib

LukasCBossert commented 4 years ago

great - but what do I have to write into the bibtexbrowser.local.php ? How do I get the menu with the keywords?

monperrus commented 4 years ago

in Wordpress and in direct Bibtexbrowser?

LukasCBossert commented 4 years ago

since I just found out how to use the bibtexbrowser properly I won't use the WP-Plugin, so for me I am curious how it works for direct Bibtexbrowser.

monperrus commented 4 years ago

All menus are present by default, without bibtexbrowser.local.php

LukasCBossert commented 4 years ago

Right. And with @define('AUTHORS_SIZE',30); // number of authors per table one can change the length of the side menu.