Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

##Instructions

Clone the repository into local:

$ git clone https://github.com/neural-nuts/image-caption-generator

Make the required changes and use the following to compile:

$ pdflatex references.tex
$ bibtex references
$ pdflatex references.tex
$ pdflatex references.tex

Make sure the PDF is correctly formatted and that nothing is missing.

Push back your changes:

$ git add .
$ git commit
$ git push