Browse Source

up

pull/100/head
Martin Monperrus 6 years ago
parent
commit
7ea3a2b5a2
  1. 7
      bibtexbrowser.php

7
bibtexbrowser.php

@ -4235,6 +4235,13 @@ usage:
*/ */
function NoWrapper($content) { function NoWrapper($content) {
echo $content->display(); echo $content->display();
if (BIBTEXBROWSER_USE_PROGRESSIVE_ENHANCEMENT) {
javascript();
}
if (BIBTEXBROWSER_RENDER_MATH) {
javascript_math();
}
} }
/** is used to create an subset of a bibtex file. /** is used to create an subset of a bibtex file.

Loading…
Cancel
Save