summaryrefslogtreecommitdiff
path: root/support/biblio/biblist
blob: 21a4253ba67e83a55996a1d7740576254701dbeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
VLEVEL="1"  #verbosity level

REFS="refers.db"
FORMATS="formats/formats.biblist"
REFSTEX="references.tex"
ABBR="formats/abbr.tex"

echo ----------------------------
echo Outpit goes to "$REFSTEX"
echo ----------------------------
biblist.pl -f $FORMATS -a $ABBR -d $REFS -o $REFSTEX
latex $REFSTEX
pdflatex $REFSTEX