
| Current Path : /usr/share/latex2html/styles/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //usr/share/latex2html/styles/harvard.perl |
# nharvard.perl - calls natbib.perl to emulate harvard
package main;
# Setting $HARVARD makes natbib.perl behave differently
$HARVARD=1;
foreach $dir (split(/:/,$LATEX2HTMLSTYLES)) {
if (-f "$dir/natbib.perl") {
print "Loading $dir/natbib.perl\n";
require "$dir/natbib.perl";
$styles_loaded{"natbib"}=1;
last
}
}
1; # This must be the last line