- fully incorporated back sayamindu's stuff for dealing with encrypted
signatures files (not a bad idea!)
- removed an old uw-header file from a previous version
## From: https://github.com/github/gitignore/blob/master/TeX.gitignore
## Core latex/pdflatex auxiliary files:
## From: https://github.com/github/gitignore/blob/master/TeX.gitignore
## Core latex/pdflatex auxiliary files:
-.RECIPEPREFIX +=
-SIGIMAGE = figures/signature.png.gpg
-all: $(patsubst %.tex,%.pdf,$(wildcard *.tex))
+ENC_SIGIMAGE = figures/signature.pdf.gpg
+DEC_SIGIMAGE = figures/signature.pdf
-%.pdf: update-sig %.tex
- latexmk -f -xelatex $<
+all: figures/signature.pdf $(patsubst %.tex,%.pdf,$(wildcard *.tex))
+
+figures/signature.pdf:
+ gpg --yes --output $(DEC_SIGIMAGE) --decrypt $(ENC_SIGIMAGE)
-<update-sig:
- gpg --yes --output figures/signature.png --decrypt $(SIGIMAGE)
+%.pdf: %.tex
+ latexmk -f -xelatex $<
latexmk -C *.tex
$(RM) -f *.tmp *.run.xml
latexmk -C *.tex
$(RM) -f *.tmp *.run.xml
- $(RM) -f figures/signature.png
+ $(RM) -f $(DEC_SIGIMAGE)
viewpdf: all
evince *.pdf
pdf: all
viewpdf: all
evince *.pdf
pdf: all
+.PHONY: clean all update-sig
-\includegraphics[width=2.2in]{figures/fake-signature.pdf}\\
+\includegraphics[width=1.7in]{figures/signature.pdf}\\
John Hancock\\
Assistant Professor of Communication\\
Adjunct Assistant Professor of Human-Centered Design and Engineering
John Hancock\\
Assistant Professor of Communication\\
Adjunct Assistant Professor of Human-Centered Design and Engineering