Skip to content

Commit

Permalink
Rename source files
Browse files Browse the repository at this point in the history
  • Loading branch information
mavam committed Oct 21, 2015
1 parent d5164f7 commit ae774c6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@
*.toc
figs/*
!figs/relationships.pdf
cookbook.pdf
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DOC := cookbook.tex
DOC := stat-cookbook.tex

RERUN := "(undefined references|Rerun to get (cross-references|the bars|point totals) right|Table widths have changed. Rerun LaTeX.|Linenumber reference failed)"
RERUNBIB := "No file.*\.bbl|Citation.*undefined"
Expand All @@ -20,7 +20,7 @@ latexmk:
-latexmk -pvc -pdf $(DOC)

purge:
-rm -f *.{aux,dvi,log,bbl,blg,brf,toc,thm,out,fdb_latexmk}
-rm -f *.{aux,dvi,log,bbl,blg,brf,fls,toc,thm,out,fdb_latexmk}

clean: purge
$(MAKE) -C figs $@
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion cookbook.tex → stat-cookbook.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2576,7 +2576,7 @@ \subsection{Combinatorics}
{
\footnotesize
\bibliographystyle{abbrv}
\bibliography{cookbook}
\bibliography{literature}
\vfill~
}

Expand Down

0 comments on commit ae774c6

Please sign in to comment.