Skip to content

Commit

Permalink
proper bibtex
Browse files Browse the repository at this point in the history
  • Loading branch information
kashefy committed May 19, 2020
1 parent c127e72 commit 0a00fe4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notes/05_infomax/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ slides: $(projname).slides.tex $(projname).tex
$(compile) $(projname).slides.tex
bibtex $(projname).slides
# $(compile) $(projname).slides.tex
# $(compile) --interaction=batchmode $(projname).slides.tex
$(compile) --interaction=batchmode $(projname).slides.tex
# $(compile) --interaction=batchmode $(projname).slides.tex
mv $(projname).slides.pdf $(targetname).slides.pdf

Expand All @@ -24,10 +24,10 @@ handout: $(projname).handout.tex $(projname).tex
# Repeat compilation for the references to show up correctly
notes: $(projname).notes.tex $(projname).tex
$(compile) $(projname).notes.tex
# $(compile) $(projname).notes.tex
$(compile) $(projname).notes.tex
bibtex $(projname).notes
# $(compile) $(projname).notes.tex
# $(compile) --interaction=batchmode $(projname).notes.tex
$(compile) --interaction=batchmode $(projname).notes.tex
# $(compile) --interaction=batchmode $(projname).notes.tex
mv $(projname).notes.pdf $(targetname).notes.pdf

Expand Down

0 comments on commit 0a00fe4

Please sign in to comment.