Skip to content

Commit ae774c6

Browse files
committed
Rename source files
1 parent d5164f7 commit ae774c6

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@
1111
*.toc
1212
figs/*
1313
!figs/relationships.pdf
14-
cookbook.pdf

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DOC := cookbook.tex
1+
DOC := stat-cookbook.tex
22

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

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

2525
clean: purge
2626
$(MAKE) -C figs $@
File renamed without changes.

cookbook.tex renamed to stat-cookbook.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2576,7 +2576,7 @@ \subsection{Combinatorics}
25762576
{
25772577
\footnotesize
25782578
\bibliographystyle{abbrv}
2579-
\bibliography{cookbook}
2579+
\bibliography{literature}
25802580
\vfill~
25812581
}
25822582

0 commit comments

Comments
 (0)