Skip to content

Commit

Permalink
add related.tex, citations.bib, makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Blum committed Oct 11, 2012
1 parent b739121 commit efdbb42
Show file tree
Hide file tree
Showing 4 changed files with 554 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -1,6 +1,8 @@
*.aux
*.bbl
*.blg
*.cb
*.cb2
*.dvi
*.fdb_latexmk
*.glg
Expand All @@ -16,6 +18,7 @@
*.nav
*.nlo
*.out
*.pdf
*.pdfsync
*.ps
*.snm
Expand Down
12 changes: 12 additions & 0 deletions Makefile
@@ -0,0 +1,12 @@
all: related

related: related.tex bib
pdflatex related.tex
pdflatex related.tex

bib: related.tex citations.bib
[ -f related.aux ] || pdflatex related.tex
bibtex related

clean:
rm -f *.aux *.log *.bbl *.blg *.pdf

0 comments on commit efdbb42

Please sign in to comment.