17
0

renamed/reorganized files

This commit is contained in:
Benjamin Mako Hill 2019-08-07 14:28:26 -07:00
parent 68477177ec
commit 520b90f3c1
12 changed files with 8 additions and 26 deletions

View File

@ -0,0 +1,7 @@
Mary was a MA/PhD student at the UW Department of Communication. She applied to SBE.
Mary has given me premission us to share this material with group members.
Please do not distribute it without her permission.
- Mako

View File

@ -0,0 +1 @@
Submitted to SBE in 2015. Funded in April 2016.

View File

@ -1,26 +0,0 @@
#!/usr/bin/make
all: $(patsubst %.tex,%.pdf,$(wildcard *.tex))
pdf: all
%.pdf: %.tex
latexmk -f -pdf -quiet $<
clean:
latexmk -f -pdf -quiet -c *.tex
rm -rf figure/
rm -f *.tex
rm -f *.tmp
rm -f vc
rm -f *.bbl
rm -f generalizable_wiki.pdf
viewpdf: all
evince *.pdf
spell:
aspell -c -t --tex-check-comments -b text.tex
.PHONY: clean all
.PRECIOUS: %.tex