annotate writeup/Makefile @ 625:128bc92897f2

Script to generate resized version of mnist in two different ways: rescaling and zeropadding
author Salah Rifai <salahmeister@gmail.com>
date Wed, 16 Mar 2011 00:05:39 -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