annotate writeup/Makefile @ 598:a0fdc1f134da

minor changes to nips workshop submission
author Yoshua Bengio <bengioy@iro.umontreal.ca>
date Thu, 14 Oct 2010 22:09:55 -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