paper for vldb07 added

This commit is contained in:
fc_botelho
2006-08-11 17:32:31 +00:00
parent b0546b1fcc
commit fe4600148e
28 changed files with 4517 additions and 0 deletions

17
vldb07/makefile Executable file
View File

@@ -0,0 +1,17 @@
all:
latex vldb.tex
bibtex vldb
latex vldb.tex
latex vldb.tex
dvips vldb.dvi -o vldb.ps
ps2pdf vldb.ps
chmod -R g+rwx *
perm:
chmod -R g+rwx *
run: clean all
gv vldb.ps &
clean:
rm *.aux *.bbl *.blg *.log *.ps *.pdf *.dvi