blob: 86cb3c36e0feb600a85d3d1f4e74561039a9ed77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
VLEVEL="1" #verbosity level
REFS="refers.db"
FORMATS="formats/formats_html.biblist"
REFSHTML="references.html"
ABBR="formats/abbr.tex"
echo ----------------------------
echo Outpit goes to "$REFSHTML"
echo ----------------------------
biblist.pl -f $FORMATS -d $REFS -a $ABBR -o $REFSHTML --html --prefix http://polypc93.chem.rug.nl/~stepanrr/articles/
|