Mercurial > ift6266
annotate writeup/Makefile @ 515:4a94be41b550
created a makefile to genereate the pdf
author | Frederic Bastien <nouiz@nouiz.org> |
---|---|
date | Tue, 01 Jun 2010 14:08:14 -0400 |
parents | |
children | 4d893c9232e0 |
rev | line source |
---|---|
515
4a94be41b550
created a makefile to genereate the pdf
Frederic Bastien <nouiz@nouiz.org>
parents:
diff
changeset
|
1 all: nips2010_submission.pdf |
4a94be41b550
created a makefile to genereate the pdf
Frederic Bastien <nouiz@nouiz.org>
parents:
diff
changeset
|
2 |
4a94be41b550
created a makefile to genereate the pdf
Frederic Bastien <nouiz@nouiz.org>
parents:
diff
changeset
|
3 nips2010_submission.pdf: nips2010_submission.tex |
4a94be41b550
created a makefile to genereate the pdf
Frederic Bastien <nouiz@nouiz.org>
parents:
diff
changeset
|
4 pdflatex nips2010_submission.tex |
4a94be41b550
created a makefile to genereate the pdf
Frederic Bastien <nouiz@nouiz.org>
parents:
diff
changeset
|
5 pdflatex nips2010_submission.tex |
4a94be41b550
created a makefile to genereate the pdf
Frederic Bastien <nouiz@nouiz.org>
parents:
diff
changeset
|
6 bibtex -min-crossrefs=999 nips2010_submission |
4a94be41b550
created a makefile to genereate the pdf
Frederic Bastien <nouiz@nouiz.org>
parents:
diff
changeset
|
7 pdflatex nips2010_submission.tex |
4a94be41b550
created a makefile to genereate the pdf
Frederic Bastien <nouiz@nouiz.org>
parents:
diff
changeset
|
8 pdflatex nips2010_submission.tex |
4a94be41b550
created a makefile to genereate the pdf
Frederic Bastien <nouiz@nouiz.org>
parents:
diff
changeset
|
9 bibtex -min-crossrefs=999 nips2010_submission |