|
@ -45,6 +45,8 @@ function c($key) { // shortcut |
|
|
// I recommend to put your changes in bibtexbrowser.local.php
|
|
|
// I recommend to put your changes in bibtexbrowser.local.php
|
|
|
// it will help you to upgrade the script with a new version
|
|
|
// it will help you to upgrade the script with a new version
|
|
|
// the changes that require existing bibtexbrowser symbols should be in bibtexbrowser.after.php (included at the end of this file)
|
|
|
// the changes that require existing bibtexbrowser symbols should be in bibtexbrowser.after.php (included at the end of this file)
|
|
|
|
|
|
// per bibtex file configuration
|
|
|
|
|
|
@include(@$_GET[Q_FILE].'.local.php'); |
|
|
@include(preg_replace('/\.php$/','.local.php',__FILE__)); |
|
|
@include(preg_replace('/\.php$/','.local.php',__FILE__)); |
|
|
|
|
|
|
|
|
// the encoding of your bibtex file
|
|
|
// the encoding of your bibtex file
|
|
|