annotate writeup/Makefile @ 562:3a4d4143434d

new version of graph.
author Frederic Bastien <nouiz@nouiz.org>
date Thu, 03 Jun 2010 12:59:11 -0400
parents b6dfba0a110c
children 75458692efba
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
543
4d893c9232e0 add dependency to the make file.
Frederic Bastien <nouiz@nouiz.org>
parents: 515
diff changeset
3 nips2010_submission.pdf: nips2010_submission.tex images/*
515
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 bibtex -min-crossrefs=999 nips2010_submission
4a94be41b550 created a makefile to genereate the pdf
Frederic Bastien <nouiz@nouiz.org>
parents:
diff changeset
6 pdflatex nips2010_submission.tex
4a94be41b550 created a makefile to genereate the pdf
Frederic Bastien <nouiz@nouiz.org>
parents:
diff changeset
7 pdflatex nips2010_submission.tex
555
b6dfba0a110c ameliorer l'aspect visuel, Myriam
Yoshua Bengio <bengioy@iro.umontreal.ca>
parents: 543
diff changeset
8