added vldb jounal
This commit is contained in:
17
vldb/ingles/makefile
Executable file
17
vldb/ingles/makefile
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user