Skip to content

Commit

Permalink
Initial import of sources from ShareLatex
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Craddock authored and Cameron Craddock committed Nov 11, 2015
1 parent 3f76ae6 commit 6c291cb
Show file tree
Hide file tree
Showing 5 changed files with 1,837 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

all: main.tex qap.bib Makefile
pdflatex main.tex
bibtex main
pdflatex main.tex
pdflatex main.tex

clean:
rm -f *.aux *.bbl
Loading

0 comments on commit 6c291cb

Please sign in to comment.