Skip to content

Commit

Permalink
fixed tex and makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jzelner committed May 21, 2015
1 parent 1ccb29c commit d22b649
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions reports/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ tex: outline.tex
pdf: outline.pdf

outline.tex : outline.Rnw
$(info ************ CONVERTING KNITR TO TEX ************)
Rscript -e "require(knitr); knit('outline.Rnw')"

outline.pdf : outline.tex
$(info ************ COMPILING PDF ************)
latex outline.tex
bibtex outline.aux
latex outline.tex
pdflatex outline.tex
rm outline.aux outline.tex outline.bbl outline.blg outline.dvi outline.fls outline.log

$(info ************ CLEANING UP ************)
rm outline.aux outline.tex outline.bbl outline.blg outline.dvi outline.log
clean:
rm outline.pdf
2 changes: 1 addition & 1 deletion reports/outline.Rnw
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

\begin{document}
\title{Understanding the relationship between weather and seasonal patterns of homicide in Philadelphia}
\author{Jon Zelner, Sarah Weinstein, Yinchen Wang, \\ Rob Trangucci, Daniel Lee \& Andrew Gelman}
\author{Jon Zelner, Sarah Weinstein, Yichen Wang, \\ Rob Trangucci, Daniel Lee \& Andrew Gelman}

\date{May 2015}
\maketitle
Expand Down
Binary file modified reports/outline.pdf
Binary file not shown.

0 comments on commit d22b649

Please sign in to comment.